html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:96px;
}

#logo {
	width:100%;
	float:left;
	padding-top:30px;
}


#mainimg {
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}


#contentarea {
	font-family:"Trebuchet MS";
	font-size:18px;
	height:100px;
	color:#999999;
	clear:both;
	padding:100px 0px;
}

#contentarea a{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}


#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:778px;
	background-color:#666666;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}


