@charset "UTF-8";
/* CSS Document */


body {
background-color:#fcfcf9; 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
} 

#main { 
position:absolute; 
left:50%; 
top:50%; 
margin-top: -300px; 
width:800px; 
/*height:600px;*/
margin-left:-400px; 
background-color:#fcfcf9; 
border:1px #d5c9b2 solid;
}


#altContent {
	background-image: url(/test_site/images/static-bg.jpg);
	background-repeat:  no-repeat;
	background-color: #FFFFFF;
/*	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	overflow-y: hidden;
*/
}

p {
	font: 11px "Trebuchet MS", sans-serif;
	line-height:  14px;
 	color: #333333;
}

h1 {
	font: 12px "Trebuchet MS", sans-serif;
	font-weight:bold;
	line-height:  14px;
 	color: #333333;
	text-decoration:none;
}

h2 {
	font: 11px "Trebuchet MS", sans-serif;
	font-weight:bold;
	line-height:  14px;
 	color: #333333;
	text-decoration:none;
}

a {
	font: 11px "Trebuchet MS", sans-serif;
	font-weight:bold;
	line-height:  14px;
 	color: #333333;
}

ul {
	font: "Trebuchet MS";
	line-height:  14px;
 	color: #285196;
	text-decoration:none;
	margin-top:0px;
}

li {
	font: "Trebuchet MS";
	line-height:  14px;
 	color: #285196;
}

.main {
	line-height:  14px;
 	color: #285196;
}

