*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #550000 url('../images/bg.jpg') repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.clear
{
	clear: both;
}

img { border: 0; }
img.imgright { float: right; margin: 0 0 15px 20px; }

#container
{
	margin: 0 auto;
	width: 800px;
}

#topcont
{
	width: 800px;
	height: 40px;
}

#topleft
{
	float: left;
	width: 400px;
	height: 40px;
}

#topleft ul
{
	list-style-type: none;
	height: 40px;
}

#topleft ul li
{
	display: inline;
}

#topleft ul li a
{
	float: left;
	line-height: 40px;
	padding: 0 20px;
	font-weight: bold;
	color: #FFF;
	background: #222;
	text-decoration: none;
}

#topleft ul li a.active
{
	color: #FFF;
	background: #2E2E2E;
	text-decoration: none;
}

#topleft ul li a:hover
{
	color: #FFF;
	background: #800000;
	text-decoration: none;
}

#topright
{
	float: left;
	width: 400px;
	height: 40px;
}

#topright p
{
	line-height: 40px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

#middlecont
{
	width: 800px;
	height: 100px;
	margin: 5px 0 0 0;
}

#middleleft
{
	float: left;
	width: 300px;
	height: 100px;
}

#middleleft .logorollover
{
	width: 300px;
	height: 100px;
	text-indent: 10000px;
	overflow: hidden;
	background-image: url(../images/logo.gif);
	display: block;
}

#middleleft :hover.logorollover
{
	background-position: bottom left;
}

#middleright
{
	float: left;
	width: 460px;
	padding: 0 20px;
	height: 100px;
}

#middleright table
{
	border-collapse: collapse;
	border: none;
}

#middleright table td
{
	width: 460px;
	height: 100px;
	vertical-align: center;
}

#middleright p
{
	font-family: Georgia;
	font-size: 15px;
	text-align: center;
	color: #FFF;
}

#maincont
{
	width: 740px;
	background: #FFF url('../images/maincont-top.gif') no-repeat;
	margin: 5px 0 0 0;
	padding: 30px 30px 0 30px;
	line-height: 180%;
}

#maincont a
{
	color: #900;
	text-decoration: none;
}

#maincont a:hover
{
	color: #333;
	text-decoration: none;
}

#maincont h1, h2, h3, h4, h5
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #40545F;
	text-transform: lowercase;
}

#maincont p
{
	margin: 0 0 15px 0;
}

#maintop
{
	width: 740px;
	height: 200px;
	margin: 0 0 15px 0;
}

#maintopleft
{
	float: left;
	width: 288px;
	height: 188px;
	padding: 5px;
	border: 1px solid #CCC;
}

#maintopright
{
	float: left;
	width: 410px;
	height: 170px;
	padding: 15px;
}

#maintopright ul
{
	list-style-type: none;
}

#maintopright ul li
{
	font-size: 14px;
	margin: 0;
	font-family: Georgia;
}

#maintopright ul li small
{
	font-size: 11px;
}

#bullets
{
	width: 740px;
	margin: 0;
}

#bullets ul
{
	list-style-type: none;
	font-size: 14px;
	font-family: Georgia;
}

#bullets ul li
{
	margin: 0 0 7px 0;
}

#bulletsleft
{
	float: left;
	width: 350px;
}

#bulletsright
{
	float: left;
	width: 390px;
}



#contact
{
	width: 740px;
	margin: 0 0 15px 0;
}

#contactleft
{
	float: left;
	width: 350px;
}

#contactleft ul, #contactright ul
{
	margin: 0 0 15px 25px;
}

#contactright
{
	float: left;
	width: 390px;
}

#contactright img
{
	border: 1px solid #CCC;
}



#footercont
{
	clear: both;
	width: 100%;
	color: #DD0000;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	font-size: 11px;
	text-align: center;
	padding: 30px 0 20px 0;
	background: #550000 url('../images/footer-top.gif') no-repeat top;
}

#footer p
{
	margin: 0 0 2px 0;
}

#footer ul
{
	list-style-type: none;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

#footer ul li
{
	display: inline;
	margin: 0 5px 0 0;
}

#footer a
{
	color: #FF1717;
	padding: 0;
	text-transform: capitalize;
	text-decoration: none;
}

#footer a span
{
	color: #C00;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
}