/* LINKS */
a:link {
	color: #8C8C8C;
	text-decoration: none;
}
a:visited {
	color: #8C8C8C;
	text-decoration: none;
}
a:hover {
	color: #B5332D;
	text-decoration: none;
}
a:active {
	color: #B5332D;
	text-decoration: none;
}

/* LAYOUT */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C8C8C;
	width: 730px;
	line-height: 25px;
}

#main {
	padding: 30px 0px 0px 30px;
}

#header {
	height: 90px;
	text-align: left;
	vertical-align: top;	
}

#leftnav {
	float: left;
	width: 160px;
}

#content {
	float: left;
	width: 535px;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	padding: 30px 0px 0px 0px;
}



/* NAVIGATION */
#leftnav ul {
	list-style-type: none;
}
#leftnav li {
	padding: 5px 0px 5px 0px;
}
#leftnav ol{
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}
#leftnav ol li{
	list-style-type: none;
	padding: 1px 0px 1px 0px;
	color: #B5332D;
	
}


/* IMAGES */
img {
	border: none;
}
.home {
	margin: 125px 0px 125px 0px;
}
.topbox {
	margin: 0px 12px 35px 0px;
}



/* TEXT */
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}
br {
	height: 33px;
}

