/* CSS Document */

 html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	width:100%;
	}
	
body {
	background-color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	color: #333333;
	}
									
a:link {
	font-weight: bold;
	color: #e3af5b;
	font-size: 10px;
	line-height: 150%;	
	}
			
a:visited {
	font-weight: bold;
	color: #e3af5b;
	font-size: 10px;
	line-height: 150%;
	}
						
a:active {	
	text-decoration:none;
	}
			
a:hover {
	color: #9a5723;	
	text-decoration: underline;		
	}
			
#content {
	text-align:center;
	overflow: hidden;
			
	/* for mozilla */
	min-height: 580px;
	min-width: 980px;
	height: 100%;
	width: 100%;
		
	/* for IE */
	height: expression( Math.max( document.body.clientHeight, 580 ) + "px" );
	width:  expression( Math.max( document.body.clientWidth,  980 ) + "px" );							
	}
				
.style2 {
	color: #9a5723;
	font-weight: lighter;
	font-size: 20px;
	}

.style1 {
	color: #9a5723;
	font-weight: bold;
}
