/* Style rule for the page body */

body{
	background:url(images/G_Background.png) no-repeat top center #333;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

#wrapper{
	margin:auto;
	width:952px;
	height:auto;
	background:url(images/wrapper.png) repeat-y;
}

#midContainer{
	margin:auto;
	width:920px;
	height:auto;
	background:#334;
}

#header{
	background:url(images/Header.png) center bottom no-repeat;
	width:920px;
	height:180px;
	margin-top:-20px;
}

#header span{
	float:left;
	width:208px;
	height:32px;
	padding-top:16px;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:16px;
}

#header ul{
	list-style-type:none;
}

#header li{
	display: inline;
}

#header a{
	float:left;
	width:208px;
	height:32px;
	padding-top:16px;
	display:block;
	text-align:center;
	text-decoration:none;
	color: #fff;
	font-size:16px;
	margin-top:130px;
}

#header a:hover{
	color:#fff;
	text-decoration:underline;
}

#leftSidebar{
	margin: 0 auto;
	margin-left: 14px;
	margin-top:0px;
	border-style:none;
	width:205px;
	height:auto;
	float:left;
	color:#CCE;
	font-size: 90%;
}

#leftSidebar li{
	padding-top:10px;
}

#leftSidebar p{
	margin-left:25px;
}

#t_mainContent{
	background:url(images/t_content.png) bottom no-repeat;
	margin-left:285px;
	margin-top:14px;
	width: 575px;
	height:22px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent{
	margin-top:-20px;
	width: 575px;
	height:auto;
	background: #CCE;
	margin-left:285px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:5px;
	min-height:430px;
}

#b_mainContent{
	background:url(images/b_content.png) top no-repeat;
	margin-left:285px;
	width: 575px;
	height:15px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer{
	margin: 0 auto;
	margin-top:15px;
	padding-top:15px;
	color:rgb(255, 204, 0);
	background:url(images/footer.png) no-repeat center top; 
	width:905px;
	height:75px;
	text-align:center;
	font-size:16px;
}

#footer p{
	margin-top:39px;
	text-align:center;
}

#footer a{
	color:#FFF;
}

img{
	border-style:none;
}

h1{
	color:#000080;
	font-variant:small-caps;
}

h2{
	color:#000080;
	font-variant:small-caps;
}


p{
	text-align:left;
}


ul{;
}

li{;}

hr{;
	width:98%;
}

address{
	text-align:center;
	padding-left:10px;
}

a:link{
	color:#34F;
	text-decoration:none;
}

a:visited{
	color:#34F;
	text-decoration:none;
}

a:hover{
	color:#34F;
	text-decoration:underline;
}

a:active{
	color:#34F;
	text-decoration:underline;
}

