@charset "UTF-8";
* {
font-size: 100.01%; /* Counters various browser bugs with em sizing */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/bg.png);
}
html {
font-size: 62.5%; /* Resets 1em to 10px */
}

/* =Typography */

a {
	color: #fff;
	text-decoration: none;	
}

#header h1 {
	font-size: 2em;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-top: 0.5em;
}

#boxcont h2 {
	font-size: 1.1em;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#boxcont h2 a {
	color: #fff;
	text-decoration: none;	
}

#boxcont h2 a:hover {
	color: #999999;
	text-decoration: none;
}
	
.style1 {
	color: #990000;
	font-weight: bold;
}	

#block-1 h6 { /* Tertiary block titles */
	text-align: left;
	background-image: url(images/title1_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0.3em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	line-height: 26px;
	font-weight: bold;
}

#block-2 h6 { /* Tertiary block titles */
	text-align: left;
	background-image: url(images/title2_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	line-height: 26px;
	font-weight: bold;
	height: 26px;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0.4em;
}

#block-3 h6 { /* Tertiary block titles */
	text-align: left;
	background-image: url(images/title3_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	line-height: 26px;
	font-weight: bold;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0.4em;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 4px solid #333333;
}
#header {
	height: 60px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 798px;
}
#top-nav {
	height: 30px;
	border: 1px solid #000;
	width: 798px;
}
#container #main-content {
	width: 778px;
	border: 1px solid #000;
	background-color: #1b1713;
	padding: 10px;
	height: 100%;
}
#desc {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#container #boxcont {
	width: 778px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #1b1713;

	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#boxcont #block-1 {
float: left;
padding-right: 20px;
width: 245px;
}
#boxcont #block-2 {
float: left;
padding-right: 20px;
width: 245px;
}
#boxcont #block-3 {
float: left;
width: 245px;
}

ol, ul {
		list-style: none;
	}
				
#footer {
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 798px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#clear {
	clear: both;
}


/* =List */

	#list {
		margin-bottom: 1em;
	}
		#list ul {
	padding-left: 4px;
}
#list li {
border-bottom: 1px solid #d6d6d6;
line-height: 2em;
}
#list li a {
color: #333;
display: block;
text-decoration: none;
}
/* Child selector hack for IEWin/Mac */
html>body #list li a {
width: auto;
}
#list li a:hover {
background-color: blue;
}

/* =ClearFix */

/* Float clearing for IE6 */
* html .clearfix {
height: 1%;
overflow: visible;
}

/* Float clearing for IE7 */
*+html .clearfix {
min-height: 1%;
}

/* Float clearing for everyone else */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

-->