html, body, div, dl, dt, dd, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: normal 12px/18px Verdana;
	background: #333333;
	color: #ffffff;
	text-shadow: #000 0 0 0;
}

a {
	color: #f3af2a;
}

img, a {
	outline: none;
}

p {
	padding: 15px 0 7px 0;
	margin: 0;
	line-height: 22px;
}

ul {
	padding: 0;
	margin: 0 0 0 30px;	
}

ul li {
	line-height: 25px;	
}

code {
	background: #45464B;
	border: 1px solid #F0F0F0;
	color: #FFF;
	display: block;
	font: normal 11px/18px Verdana,Sans-Serif;
	margin: 5px 0 10px 0;
	padding: 8px 10px;
	white-space: pre;
}

th {
	font: normal 11px Tahoma;
	padding: 15px 0 0 6px;
	text-align: left;
}

#col_left img {
	padding: 5px;
	background: white;
	border: 1px solid #DDD;
	margin: 5px 20px 7px 0;
}

span.current {
	background : #9F2727;
	padding: 2px 5px 3px 5px;
	color: #FFF;
	font-size: 11px;
}

html > body #empty {
	height: 90px;
}

#empty {
	clear: both;
	height: 90px;
}

h2 {
	font: normal 18px Arial;
	color: #c02344;	
	margin: 5px 0 10px 0;
}

table.options td {
	padding: 5px 15px 5px 3px;
	border-bottom: 1px solid #CFCCC2;
}

div#wrapper {
	width: 950px;
	margin: 0px auto;
	height: 100%;
	position: relative;
	min-height: 100%;
}

html > body #wrapper {
	height: auto;
}

div#header {
	height: 200px;
}

div#header h1 a {
	position: absolute;
	background: transparent url('/img/bg_logo.gif') no-repeat center center;
	text-indent: -9000px;
	width: 599px;
	height: 163px;
	cursor: pointer;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 728px;
	color: #666;
	font: normal 12px Verdana;
}

div#footer p {
	display: block;
	padding: 10px;
}

div#col_left {
	float: left;
	width: 728px;
}

div#col_left h1 {
	margin-top: 30px;
	clear: both;
	font: normal 22px Arial;
	color: #597C9F;	
}



div.borderline {
	border-top: 1px solid #299a34;
	border-bottom : 1px solid #333333;
	height: 0px;	
	line-height: 0px;
	margin-bottom: 20px;
}

div#col_right {
	float: right;
	width: 210px;
	text-align: center;
	color: #605D5B;
	font-size: 10px;
	line-height: 20px;
}

div#col_right ul {
	list-style: none;
	margin: 0 0 20px 0;	
}

div#col_right ul li a {
	color: #0066CC;
}


