/* content */
body {
	text-align:center;
	min-width:960px;
	background:#000000;
}
div#wrapper {
	margin:0 auto;
	margin-top:10px;
	border:1px solid #ffffff;
	width:960px;
	/* 
	background:#423433 url('_images/runner.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	*/	
}
div#wrappers {
	margin:0 auto;
	margin-top:10px;
	border:1px solid #ffffff;
	width:1220px;
	/* 
	background:#423433 url('_images/runner.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	*/	
}
html>body div#wrapper {
	height:100%;
	min-height:600px;
	overflow:hidden;
}
div#side {
	float:left;
	height:410px;
	position:relative;
	top:-10px;
	margin-bottom:-10px;
	width:250px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	/*
	background:#000000 url('_images/logo.gif');
	background-position:center;
	background-repeat:no-repeat;
	 */
}
html>body div#side {
	height:100%;
	min-height:394px;
	color:#BBC6B6;
}
div.side {
	color:#BBC6B6;
	font-size:10px;
}
div.side {
	color:#BBC6B6;
	font-weight:bold;
	font-size:14px;
}

/* header tags */
h1 {
	color:#BBC6B6;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
}
h2 {
	color:#BBC6B6;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
h3 {
	color:#FED58E;
	font-size:20px;
	font-weight:bold;
	line-height:18px;
}
h4 {
	color:#BBC6B6;
	font-size:18px;
	font-weight:bold;
	line-height:12px;
}
h5 {
	color:#FED58E;
	font-size:16px;
	font-weight:bold;
	line-height:12px;
}
h6 {
	color:#A5844E;
	font-size:14px;
	font-weight:bold;
	line-height:12px;
}
ul,ol {
	margin-top:-10px;
	padding:0px 0px 0px 15px;
}
b {
	color:#FED58E;
	font-weight:bold;
}

/* div tags */
div#footer {
	width:960px;
	clear:both;
	margin:0 auto;
	font-family:trebuchet ms,arial,verdana;
	font-size:8pt;
	font-weight:normal;
	color:#FED58E;
	letter-spacing:1.1pt;
	padding-top:20px;
	text-align:right;
}
div#content {
	text-align:left;
	padding:15px 25px 15px 15px;
	float:right;
	width:650px;
	height:100%;
	font-family:trebuchet ms,arial,verdana;
	font-size:9pt;
	font-weight:normal;
	color:#FED58E;
}
div#product {
	text-align:left;
	padding:15px 25px 15px 15px;
	float:right;
	width:920px;
	height:100%;
	font-family:trebuchet ms,arial,verdana;
	font-size:9pt;
	font-weight:normal;
	color:#FED58E;
}
html>body div#content {
	min-height:400px;
	height:100%;
}
div#topbar {
	height:75px;
	font-family:trebuchet ms,arial,verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
	color:#FED58E;
	letter-spacing:1.1pt;
	border-bottom:1px solid #ffffff;
	clear:left;
}
div#menu {
	float:right;
	width:960px;
}

/* links */
div#footer A {
	color:#FED58E;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}
div#footer a:hover {
	text-decoration:underline;
}
div#content a, div#side a {
	color:#FED58E;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #FED58E;
}
div#content a:hover, div#side a:hover {
	text-decoration:none;
	border-bottom:1px solid #FED58E;
}
div#menu A {
	display:block;
	width:100px;
	position:relative;
	left:0px;
	top:-10px;
	z-index:50;
	float:left;
	border:1px solid #ffffff;
	height:25px;
	background:#998c84 url('../_images/arrow.gif'); 
	background-position:center left;
	background-repeat:no-repeat;
	font-family:trebuchet ms,arial,verdana;
	text-align:right;
	font-size:15px;
	text-decoration:none;
	padding:3px 7px 0px 2px;
	font-weight:bold;
	color:#ffffff;
	font-variant:small-caps;
}
div#menu a:hover {
	background:#423433 url('../_images/arrow.gif');
	background-position:center left;
	background-repeat:no-repeat;
	color:#BBC6B6;
	font-variant:small-caps;
}
div#content a:link, div#content a:hover {
	border:0px;
}

/* form styles */
input,textarea {
	background-color:#998c84;
	color:#ffffff;
}
th,td {
	vertical-align:top;
}