* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*background: url("../img/body_bg.gif") repeat-x top left;*/
	border-top: 25px solid black;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: line-through;
}

p {
	margin-bottom: 1em;
}

.selected {
	text-decoration: line-through;
	color: #888;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 830px;
	background: white;
}

#wrapper {
	padding: 10px 30px 30px 30px;
	float: left;
}

/******************* nav */
#header {
	width: 100%;
	float: left;
	margin-top: 0px;
}

#logo {
	width: 215px;
	float: left;
	font-size: 23px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
}

#nav {
	font-size: 20px;
	width: 615px;
	float: left;
	margin-top: 8px;
}

#nav ul {
	list-style-type: none;
}

#nav ul.col2 li a {
	background: url("../img/arrow.gif") no-repeat 0 5px;
	padding-left: 20px;
}

#nav ul.col2 li a.selected {
	background: url("../img/arrow_selected.gif") no-repeat 0 5px;
	padding-left: 20px;
}

#nav ul.col3 li a {
	background: url("../img/arrow_right.gif") no-repeat 100% 5px;
	padding-right: 20px;
}

#nav ul.col3 li a.selected {
	background: url("../img/arrow_right_selected.gif") no-repeat 100% 5px;
	padding-right: 20px;
}

#nav ul.col1 {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 215px;
}

#nav ul.col2 {
	position: absolute;
	top: 18px;
	left: 300px;
	width: 215px;
}

#nav ul.col3 {
	position: absolute;
	top: 18px;
	left: 580px;
	width: 215px;
	text-align: right;
}

#nav a {
	text-decoration: none;
}

#nav a:hover,#nav a.selected {
	text-decoration: line-through;
}

#content {
	width: 100%;
	float: left;
	margin-top: 60px;
	line-height: 1.3em;
}

#left {
	width: 240px;
	float: left;
}

#left.home {
	width: 420px;
}

#left.home h1 {
	font-size: 16px;
	padding: 0;
}

#left h2 {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	margin-top: 1em;
	line-height: 1.5em;
}

#left.home h1 {
	border-bottom: 0;
}

#left h3 {
	font-size: 13px;
	padding-left: 20px;
}

#left h4 {
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
}

#left h1 {
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding: 0 0 4px 0;
	margin-bottom: 0.5em;
}

#right {
	width: 500px;
	float: left;
	padding-left: 30px;
}

#right.home {
	width: 320px;
}

#right.home h1 {
	font-size: 16px;
	padding: 0 0 4px 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000;
}

#right.home h2 {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	margin: 1em 0 0 0;
	line-height: 1.5em;
	font-weight: bold;
}

#right.home h2.first {
	margin-top: 0em;
}

#right.home h3 {
	font-size: 15px;
	padding-left: 20px;
	line-height: 1.2em;
}

#right.home h4 {
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.2em;
}

#right.home p {
	padding-left: 20px;
}

#right h1 {
	font-size: 16px;
}

#right h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#right h3 {
	font-size: 14px;
	line-height: 1.2em;
}

#right ul {
	/*list-style-type: none;*/
	margin: 0 0 0 3em;
}

#right ol {
	margin: 0 0 0 3em;
}

#footer {
	font-size: 11px;
	color: #888;
	float: left;
}

#footer p {
	margin-top: 3em;
}

#footer a {
	color: #999;
}

/******************************** fixes */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}