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

html{
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
}


body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	
	
	
}


#wrapper{
	width:848px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}


#header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:342px;
	height:56px;
	margin-top:35px;
	margin-left:23px;
	
}

#top{
	background-image:url(images/top.png);
		background-repeat:no-repeat;
		width:848px;
		height:61px;
	
}

#content{
	background-image:url(images/bodybg.png);
	background-repeat:repeat-y;
	width:848px;
	min-height:300px;
	height:auto;
	
	
	
}



#footer{
	background-image:url(images/footer.png);
	height:314px;
	width:848px;
	margin-left:-1px;
	
}

#left{
	float:left;
	width:230px;
	height:auto;
	margin-left:50px;
	margin-top:8px;
	
	
}

#middle{
	float:left;
	width:215px;
	height:auto;
	margin-top:8px;
	margin-left:40px;
	
	
}


#middle a{
	color:#348bb3;
	text-decoration:none;
	
}

#middle a:hover{
	text-decoration:underline;
	
}

#right{
	float:left;
	width:255px;
	height:auto;
	margin-top:8px;
	margin-left:50px;
	
}


h1{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:24px;
	text-shadow: 1px 1px 1px #000;
	
	
}

p2{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

p3{
	color:#348bb3;
}

