body {
	margin: 0px;
	background-color:#DBEEF5;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	text-align:center;
	margin:auto;
	width:764px;
	border-right:2px solid white;
	border-left:2px solid white;
	border-bottom:2px solid white;
}

#logo {
	width:764px;	
}
#banner {
	width:764px;
}

#belowbanner {
	width:764px;
}

#content {
	width:690px;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding-right:37px;
	padding-left:37px;
	padding-bottom:20px;
	background-color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3F3F3F;
	line-height:20px;
}

#footer {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:24px;
	background-color:#B54825;
}

#footer a {
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover {
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

#belowfooter {
	width:764px;
	background-color:#A6D0E4;
}







h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#4691B6;
	line-height:20px;
	font-weight:bold;
	margin-top:0px;
}

h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#A33A14;
	line-height:20px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}	


p {
	margin-top:0px;
}