@charset "utf-8";
/* CSS Document */
html,body {
height: 100%;
background-color:#227bb3;
}



#wrapper{
	width:1020px;
	height:100%;
	min-height:100%;/*for mozilla*/
	padding: 0px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	width:1020px; 
	heigth:289px;
	margin-right:auto;
	margin-left:auto;
	display: block;
	
}
#TabLayer{
	height:20px;
	background-color:#090;
	width:1020px;
	margin-right:auto;
	margin-left:auto;
	
}
#contentwrapper{
	width:955px;
	margin-right:auto;
	margin-left:auto;
	
	height:100%;
	background-color:#faf3c5;
	}
#content{
		height: 100%;
		height:auto; !important
		position:relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		float:left;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#faf3c5;
}
#content H1{
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #bc1f32;
}
#content a{
	color: #bc1f32;
}
#thumb
{
float:left;
padding-right:10px;
padding-bottom:10px;
font-family: Arial;
font-size: 10pt;
}
#thumb a
{
text-decoration:none;
color:#34679B;}	