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

*{
	margin:0;
	padding:0;
	}
body{
	background:#c3dbf2;
	}
	
#mainWrapper{
	margin:2% auto 0 auto;
	width:807px;
	}
	
#topCornerImg{	
	background:url(../images/topcorner.jpg) no-repeat top left;
	width:807px;
	height:36px;
	}
	
#bottomCornerImg{	
	background:url(../images/bottomcorner.jpg) no-repeat bottom left;
	width:807px;
	height:36px;
	}

#shadowHolder{
	width:807px;
	background:url(../images/middle_shadowbg.jpg) repeat-y top left;
	}
	
#logoHolder{
	width:757px;
	height:89px;
	background:url(../images/logo.jpg) no-repeat left center;
	margin:0 0 0 50px;
	}
	
#contentWrapper{
	width:807px;
	}	
	
#contenttopCorner{
	background:url(../images/content_topbg.jpg) no-repeat bottom left;
	height:6px;
	width:717px;
	margin:0 auto;
	}
	
#contentBottomCorner{
	background:url(../images/content_bottombg.jpg) no-repeat top left;
	height:6px;
	width:717px;
	margin:0 auto;
	}
#contentMiddle{
	width:717px;
	margin:0 auto;
	background:#e1e4e6;	
	position:relative;
	}
#contentImg{
	width:649px;
	margin:0 auto;	
	padding:30px 0 30px 0;
	}
#contentImg ul{
	margin:0;
	padding:0;
	list-style:none;	
	}	
#contentImg ul li a{
	display:block;
	width:162px;
	height:410px;
	float:left;	
	display:inline;
	}		
#gobackbutton{
	height:36px;
	width:180px;
	clear:both;
	background:#0099CC;
	margin:20px 0 0 0;
	}	

#topText{
	position:absolute;
	top:-70px;
	left:274px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
	
#bottomText{
	position:absolute;
	bottom:20px;
	right:-36px;
	height:50px;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}		
	
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#085884;
	}
#footer a{	
	color:#085884;
	}	
#footer a:hover{	
	color:#73777a;
	}		
	
	
	
	
	
	
	
	
