/* CSS Document */

.clr {
	clear: both;
}

body {
	margin: 0;
	padding:0;
	background-color: #000;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	margin: 0;
	padding:0;
	height: 80px;
	width: 784px;
	background: url(../images/header.gif) no-repeat right top;	
}
h1 span {
	display: block;
	padding: 150px 0 0;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 0px !important;
	height /**/:150px;
}

h2 {
	color: #FFF;
	font-size: 12px;
}

h3 {
	color: #FFF;
	font-size: 11px;
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #444;	
}
a:hover, a:active {
	color: #ECECEC;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;	
}
a.no_border {
	border-bottom: none;	
}
a.ext_link {
	background-image: url(../images/ext_link_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

hr {
	color: #141414;
	background-color: #191919;
	height: 5px;
	border: none;
	border-bottom: 1px solid #444;
}

#left_col li, #right_col li {
	list-style-position: outside;
	list-style-image: url(../images/list_icon.gif);
}

#container {
	width: 784px;
	margin: 0 auto;
}

#nav_links {
	height: 44px;
	margin: 0;
	padding: 0;
	background-image: url(../images/link_bgr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 2px solid #202020;
	border-right: 2px solid #202020;
}

#nav_links li {
	float: left;
	padding: 0;
	margin: 0;
	height: 44px;
	display: block;
	border-right: 2px solid #202020;
}

#nav_links li a:link, #nav_links li a:visited {
/*	border: 1px solid #F00;*/
	padding: 13px 12px 1px 12px;
	margin: 0;
	height: 27px; /* 42 - 15 */
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #FAFAFA;
}

#nav_links li a:hover, #nav_links li a:active {
	border-bottom: 2px solid #AAA;
	background-color: #111;
	color: #FFF;	
}

#main_content {
	background-color: #141414;
	background-image: url(../images/con_bgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 1px 0 0 0;
}

#left_col {
	float: left;
	width: 317px;
	text-align: center;	
}
#left_col .content {
	padding: 5px 1px 1px 1px;
}
#left_col img {
	margin-bottom: 8px;	
}

#right_col {
	margin-left: 317px;
	text-align: center;
}
#right_col .content {
	padding: 10px 15px 1px 15px;
	text-align: left;
}

#base {
	height: 11px;
	background-image: url(../images/con_base.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
}

#footer {
	clear: both;
	background-image: url(../images/footer_splat.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding: 1px 12px;
}
#footer p {
	color: #999;
}
#footer a.image {
	margin-right: 10px;
}

/* Tables */

table {
	background-color: #101010;
	border: 1px solid #333;
}

td {
	border: 1px solid #333;
	padding: 6px 5px;
	background-color: #202020;
}
td.data {
	background-color: #202020;
	background-image: url(../images/table_td.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
tr.head td {
	text-align: center;
	background-color: #000;
	font-weight: bold;
}

/* Abs items */

.abs {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0;	
}

#addn_topleft {
	margin: 0 0 0 -505px;
	width: 113px;
	height: 346px;
	background-image: url(../images/addn_topleft.gif);
	background-repeat: no-repeat;
}

#addn_topright {
	margin: 0 0 0 392px;
	width: 82px;
	height: 264px;
	background-image: url(../images/addn_topright.gif);
	background-repeat: no-repeat;
}