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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	margin: 0;
	padding: 0;
	color: #fff;
}


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;
}

img.title {
	margin-top: 5px;
	padding-left: 20px;
}

a:link {
	color: #FFD200;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus { 
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.container {
	width: 960px;
	background: #000;
	margin: 0 auto;
}

.header {
	background: #000;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #000;
	padding-bottom: 10px;
}
.content {

	padding: 0px 0;
	width: 600px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #111;
}

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

ul.nav {
	list-style: none; 	 
	margin-bottom: 15px;
	maragin-top: 0px;

}

ul.nav li {
	border-bottom: 3px solid #FFD200;
	border-top: 0px solid #FFD200;
	float: left;
	color: #333333
}
ul.nav a { 
	padding: 5px 5px 5px 5px;
	display: block inline;
	text-decoration: none;
	background: #000;
	color: #333333;
}

ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block inline;
	text-decoration: none;
	background: #000;
	color: #333333;
}

ul.nav a:active { 
	display: block inline;
	border-bottom: 3px solid #FFD200;
	border-top: 0px solid #FFD200;
	background: #000;
	color: #FFF;

}
 
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	display: block inline;
	border-bottom: 3px solid #FFD200;
	border-top: 0px solid #FFD200;
	background: #000;
	color: #FFF;

}

.footer {
	padding: 0px 0;
	font-size:9px; 
	background: #000;
	position: relative;
	clear: both;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD200;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD200;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD200;
}

h4 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD200;
}

h5 {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFD200;
}


h6 {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center;
	margin-top:auto;
}

b {
	font-size: 11px;
	color: #FFD200;
	font-weight: bold;
}

hr {
	topmargin: 0;
	border: none;
	background-color: #222;
	color: #333;
	height: 1px;
	width: 99%;
}

TABLE.upper { 
	width:500px;
	background: -moz-linear-gradient(top, #111111 0, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #000000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#000000', GradientType=0);
	background-color:#111;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
	margin-left: auto; 
	margin-right: auto;

}
TD.title    { 
	width: 370px;
	padding-left:7px;
	border-color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#444;
	text-shadow: #000 1px 1px 1px;
	text-align: left;

}

TD.date    { 
	width: 118px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:thin;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	text-align:center;
}



TABLE.under { 
	width:500px;
	background-color:#111;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
	align: center;

	margin-left: auto; 
	margin-right: auto;
}
TD.under    { 
	background:#111;
	border-color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:300;
	font-size:11px;
	color:#FFFFFF;
	text-align:left; 
}

