@charset "UTF-8";
/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #111;
	margin: 0;
	padding: 0;
	color: #ccc;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { border: none; }


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { text-decoration: none; }

.container {
	width: 80%;
	max-width: 1260px;/* IE6 does not respect this declaration. */
	min-width: 780px; /* IE6 does not respect this declaration. */
	background-color: #1F1111;
	margin: 0 auto;
}

.header {
	/* background-color: #333; */
	overflow:hidden;
}

.header img {
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

.sidebar1 {
	float: left;
	width: 20%;
	background-color: #333;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background-color: #444;
	color: #ccc;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #555;
	color: #eee;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #333;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.logo {
	position:relative;
	top:0px;
	left:0px;
	z-index:200;	
}
