*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 30px 0;
	background: #FFF;
	color: #000;
	font-size: 75%;
	font-family: arial;
}

a
{
	color: #369;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

hr
{
	width: 810px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: #CCC;
	background: #CCC;
}

img
{
	border: 0;
}

img.imgright
{
	float: right;
	border: 0;
	margin: 0 0 15px 15px;
}

.bottom
{
	clear: both;
}

#container
{
	margin: 0 auto;
	width: 852px;
	background: #FFF;
}

#header
{
	width: 850px;
	height: 150px;
	border: 1px solid #204E8C;
}

#menu
{
	width: 850px;
	height: 41px;
	margin: 6px 0 0 0;
	background: #FFF url('../images/background-menu.png') repeat-x;
	border: 1px solid #204E8C;
}

#menu ul
{
	float: right;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 13px 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #FFF url('../images/background-menu.png') repeat-x;
}

#menu ul li a.active
{
	color: #FFF;
	background: #204E8C url('../images/background-menu-active.png') repeat-x;
}

#menu ul li a:hover
{
	color: #FFF;
	background: #204E8C url('../images/background-menu-hover.png') repeat-x;
}

#gallery
{
	width: 850px;
	height: 150px;
	margin: 6px 0 0 0;
	border: 1px solid #204E8C;
}

#content
{
	width: 850px;
	border: 1px solid #204E8C;
	line-height: 160%;
	margin: 6px 0 0 0;
	background: #FFF url('../images/x600-background.jpg') no-repeat;
}

#content p
{
	margin: 0 20px 15px 20px;
}

#contentfull
{
	width: 850px;
	padding: 0 0 15px 0;
}

#contentfull table
{
	margin: 0 0 15px 20px;
}

#contentfull img.imgright
{
	margin: 0 20px 0 0;
	border: 1px solid #AAA;
}

#contentleft
{
	float: left;
	width: 600px;
}

#contentleft h5
{
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 15px 20px;
	font-family: "arial";
	color: #2860AA;
}

#contentleft ul, #contentfull ul
{
	margin: 0 0 15px 50px;
	list-style-type: circle;
}

#contentright
{
	float: left;
	width: 220px;
	padding: 15px 15px 0 15px;
}

#contentright img
{
	margin: 0 0 15px 0;
}

#footer
{
	width: 835px;
	height: 32px;
	margin: 6px 0 0 0;
	padding: 18px 15px 0 0;
	text-align: right;
	color: #FFF;
	border: 1px solid #204E8C;
	background: #FFF url('../images/background-footer.png') no-repeat;
}

#footer a, #footer a:hover
{
	color: #FFF;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0;
}

input
{
	letter-spacing: 0px;
	font-family: verdana;
	font-size: 90%;
	background: #ffffff;
}

textarea
{
	letter-spacing: 0px;
	font-family: verdana;
	font-size: 90%;
	background: #ffffff;
}

submit
{
	letter-spacing: 0px;
	font-family: verdana;
	font-size: 90%;
	background: #ffffff;
}

select
{
	letter-spacing: 0px;
	font-family: verdana;
	font-size: 90%;
	background: #ffffff;
}
#request
{
	letter-spacing: 0px;
	font-family: verdana;
	font-size: 90%;
	padding: 0px 0px 0px 10px;
}

#reqleft
{
	float: left;
	width: 500px;
}
#reqright
{
	float: right;
	width: 300px;
	padding: 0px 15px 0px 0px;
}

#bottom
{
	margin: 0 auto;
	width: 850px;
	color: #666;
	font-size: 11px;
	padding: 15px 0 0 0;
	text-align: center;
}

#bottom p { margin: 0 0 5px 0; }
#bottom a { color: #369; text-transform: capitalize; text-decoration: none; }
#bottom a span { color: #666; text-decoration: none; }
#bottom a:hover { color: #333; }