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

body{
	background-image:url(../img/background.jpg);
	background-color:#dadada;
	background-repeat: repeat-x;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
	
#wrapper{
	margin:0 auto;
	padding:0;
	border:solid 1px white;
	width:897px;
	background-color:#FFF;
	overflow:hidden;
}
	
#layoutheader{
	background-image:url(../img/header.jpg);
	width:897px;
	height:93px;
}
	
#navtop{
	margin:0 auto;
	width:895px;
	border:#999 solid 1px;
	overflow:hidden;
	padding:0;
}
		
#navtop li{
	font-size:14px;
	margin:0;
	margin-left:5px;
	margin-right:20px;
	padding:0;
	list-style:none;
	float:left;
}
	
li a{
	text-decoration:none;
	color:#333;
}

li a:hover{
	color:#66ABFF;
}

a.current{
	color:#66ABFF;
}

#footer{
	background-image:url(../img/footer.gif);
	height:69px;
	clear:both;
}	

/*--------------------------------------------------------------------------------------------------------------------------------------*/

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h2{
	font-size:12px;
}

#textheader1{
	margin-left:340px;
	margin-top:-70px;
}

#textheader2{
	margin-left:500px;
}

#textarea{
	margin:10px 10px 10px 10px;
}

#textarealeft{
	width:600px;
	float:left;
}

#textarearight{
	width:250px;
	float:right;
}