@charset "utf-8";

body{
	background: #000 url(images/background2.jpg) no-repeat 50% 50% fixed;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #fff;
	text-decoration: underline;
}

img{
	vertical-align: middle;
	border: 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 912px;
}

#container{
	background: url(images/content_bg.png) repeat-y 0 0;
	padding: 0 6px 0 6px;
	height: 100%;
	width: 900px;
}

#containertwo{
	background: url(images/content_bgtwo.png) repeat-y 0 0;
	padding: 0 6px 0 6px;
	height: 100%;
	width: 900px;
}

#banner{
	background: url(images/top_nav.png) no-repeat;
	height: 73px;
}

#dynamiccontent
{
     border: 0px solid #000;
}

#logo_link{
	float: left;
	width: 420px;
	height: 70px;
	position: relative;
	top: 5px;
	left: 10px;
}

#top_nav{
	float: right;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #fff;
	padding: 40px 8px 0 0;
	text-align: right;
	font-weight: bold;
}

#top_nav a:link,
#top_nav a:visited,
#top_nav a:hover,
#top_nav a:active{
	text-decoration: none;
	margin: 0 24px 0 0;
}
#top_nav a:hover{
	text-decoration: underline;
}

#content{
	text-align: left;
	line-height: 180%;
}

#left_col{
	float: left;
	width: 175px;
	padding: 0 8px 0 8px;
}

#center_col{
	float: left;
	width: 500px;
	padding: 0 8px 0 8px
}

#center_left{
	float: left;
	width: 240px;
	padding: 0 8px 0 8px
}

#center_median{
	float: center;
	width: 20px;
	padding: 0 8px 0 8px
}

#center_right{
	float: left;
	width: 240px;
	padding: 0 8px 0 8px
}

#right_col{
	float: left;
	width: 175px;
	padding: 0 8px 0 8px;
}

.clear{
	clear: both;
}

#content_bottom{
	background: url(images/content_bottom.png) no-repeat;
	height: 11px;
	width: 912px;
}

#content_bottomtwo{
	background: url(images/content_bottomtwo.png) no-repeat;
	height: 11px;
	width: 912px;
        margin-left:auto; 
        margin-right:auto;
}

#content_toptwo{
	background: url(images/content_toptwo.png) no-repeat;
	height: 11px;
	width: 912px;
        margin-left:auto; 
        margin-right:auto;
}

#content_topthree{
	background: url(images/content_topthree.png) no-repeat;
	height: 11px;
	width: 912px;
        margin-left:auto; 
        margin-right:auto;
}

h2{
	margin: 0;
	padding: 8px 0 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #737473;
	line-height: 100%
}

.hiddenDiv {display:none;}

form.login_form{
	margin: 0;
	padding: 4px 0 0 2px;
}

input.user,
input.pass{
	background: #fff url(images/login_user.gif) no-repeat 0 50%;
	border: 1px solid #fff;
	color: #000;
	height: 22px;
	width: 145px;
	padding: 3px 0 0 25px;
	margin: 1px 0 1px 0;
}
input.pass{
	background: #fff url(images/login_pass.gif) no-repeat 0 50%;
}
input.user_login{
	background: transparent;
	border: 1px solid #fff;
	text-align: center;
	width: 172px;
	padding: 3px 0 3px 0;
	color: #fff;
	overflow: visible;
	margin: 1px 0 1px 0;
	cursor: pointer;
}

#pscroller1{
	width: 145px;
	height: 1.2em;
	border: 1px dashed #737473;
	padding: 5px;
	background-color: #101010;
}

#pscroller2{
	height: 100px;
	border: 1px solid #737473;
	padding: 5px;
	background-color: #101010;
	margin-top: 3px;
}

#pscroller3{
	width: 140px;
	height: 200px;
	border: 1px solid #737473;
	padding: 5px;
	background-color: #101010;
}

.rssclass .rsstitle{
	font-weight: bold;
}

.rssclass .rssdate{
	color: #a2a2a2;
	font-size: 85%;
}

.rssclass a{
	text-decoration: none;
}

.someclass img{
	display:none;
}

.moon_wrap{
	text-align: center;
	background: #101010;
	border: 1px solid #737473;
	padding: 4px 0 4px 0;
	margin-top: 3px;
}

input[type="submit"]{
	cursor: pointer;
}