/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:20px;
	padding:0;
	color: #CCC;
	background-color: #141414;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:18px;
	color: #04A1CF;
}
h2{
	font-size:14px;
	color:#F93;
}
h3{
	font-size:13px;
	border-bottom:solid 1px #DEDEDE;
	padding:4px 0;
	margin-bottom:10px;
	color: #6C0;
}

#container{
	width:780px;
	margin:0 auto;
	background-color: #333;
}
#topbar{
	width:auto;
	display:block;
	height:163px;
	background-color: #333;
}

#navbar{
	width:auto;
	display:block;
	height:46px;
	background-color: #333;
}
/* #navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;} */

#scroller{width:auto; display:block; height:60px;}

#main{width:auto; display:block; padding:10px 0;}

#column_left{
	width:400px;
	margin-right:20px;
	float:left;
	padding-left: 5px;
}
#column_right{
	width:160px;
	margin-right:20px;
	float:left;
	color: 141414;
}
#column_right_adsense{
	width:160px;
	float:left;
}

#column_left_main{
	width:580px;
	margin-right:20px;
	float:left;
	padding-left: 5px;
}

div.spacer{clear:both; height:10px; display:block;}

#footer{width:auto; display:block; padding:10px 0; font-size:11px; color:#666666;}

a img {border: none; } 

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */
ul.navigation, ul.navigation li
{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

ul.navigation li a
{
	display: block;
	width: 130px;
	height: 38px;
	padding-top: 7px;
}
ul.navigation li.menu_nav a {
	background: url('images/nav_button.png') top left;
	background-repeat: no-repeat;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
ul.navigation li.menu_nav a:hover {
	background-image: url(images/nav_button.png);
	color: #000;
}
#table_background {
	background-image: url(images/footer-background.png);
	background-color: #333;
}
.nav_footer {
	color: #90B4D5;
}
a.nav_footer:link {
	text-decoration: none; 
	color: #90B4D5;
	font-size: 0.95em;
	text-decoration: none;
	border-bottom:none;
	display:inline;
	}
a.nav_footer:visited {
	text-decoration: none; }
a.nav_footer:hover {
	text-decoration: none; }
a.nav_footer:active {
	color: #90B4D5; } 
.nav_footer ul li {
	list-style-position:inside;
	border-bottom-color:#292E2F;
	border-bottom-style:solid;
	list-style-type:circle;
	list-style-image:none;
	margin: 0 0 0 0px;
	padding:5px 0 3px 0;
	border-bottom-width: 1px;
	text-decoration: none;
}
