html
{
	overflow: auto;
}

body
{
    width:900px;
	margin: 0 auto;
	padding: 0;
	background: #979696 url('../images/bg.jpg') repeat-y;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000000;
}

a
{
    color:#93111d;
}

a:hover
{
    text-decoration:underline;
    color:#d31615;
}

.red
{
    color:#d31615;
}

#centrecontainer
{
    margin:0 auto;
}

#container    
{
	width: 900px;
	background: #979696 url('../images/mainbg.jpg') repeat-y;
}

#headercont
{
	width: 900px;
	height: 266px;
	background: #979696 url('../images/header.jpg') no-repeat;
}

#headercont ul
{
	margin: 0;
	padding: 100px 10px 0 0;
	list-style-type: none;
	text-align: right;
	letter-spacing:-1px;
}

#headercont ul li
{
	display: inline;
	margin: 0 0 0 0px;
	padding:0 10px 0 10px;
	border-left: solid 1px #d31615;
	font-size:100%;
	font-weight:bold;
}

#headercont ul li a
{
	text-decoration: none;
}
#headercont ul li a:hover
{
	text-decoration: underline;
}
#headercont h1
{
    color:#ffffff;
    padding:60px 0 0 50px;
    font-size:90%;
}

#maincont
{
	width: 900px;
	background: #979696 url('../images/mainbg.jpg') repeat-y;
}

#mainleft
{
	float: left;
	width: 220px;
	padding: 15px;
}

#mainleft h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	font-size: 300%;
	letter-spacing: -2px;
}

#mainleft h1 span
{
}

#mainright
{
	float: left;
	width:580px;
	padding: 10px 15px 10px 15px;
	margin-bottom:10px;
	line-height: 150%;
	border-left: solid 1px #cccccc;
}

#mainright p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright h1, h2, h3
{
	margin: 10px 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 150%;
	font-weight: normal;
	color:#646363;
	letter-spacing:-1px;
	border-bottom:solid 1px #cccccc;
	width:200px;
}
#mainright h2
{
	font-size: 110%;
	font-weight: bold;
}

#mainright ul
{
	margin: 0;
	list-style-type:square;
	padding-bottom:10px;
	color:#646363;
}

#mainright ul li
{
	font-size:100%;
	font-weight:bold;
}
#bottommenu
{
    clear:both;
	width: 850px;
	height: 25px;
	margin:5px 25px 5px 25px;
	padding: 5px 0 5px 0;
	border-top: solid 1px #cccccc;
	font-size:85%;
}

#bottommenu ul, #footercont ul
{
	margin: 0;
	list-style-type: none;
	text-align:center;
	letter-spacing:-1px;
}

#bottommenu ul li, #footercont ul li
{
	display: inline;
}

#bottommenu ul li a, #footercont ul li a
{
	padding: 10px 15px;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#bottommenu ul li a.active, #footercont ul li a:active
{
	text-decoration: none;
}

#bottommenu ul li a:hover, #footercont ul li a:hover
{
	text-decoration: underline;
}

#footercont
{
    font-size:70%;
}

#footerleft
{
    float:left;
    width:400px;
	padding: 0 0px 10px 15px;
}
#footerright
{
    float:right;
    width:400px;
	padding: 0 25px 10px 0px;
	text-align:right;
}
.contact
{
    float:left;
    width:280px;
}
fieldset
{
    width:180px;
    border:none;
}
