@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(graphics/bodybg.jpg);
	background-repeat: repeat-x;
	margin-top: 50px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #666;
}
.oneColFixCtrHdr #header {
	background-image:url(graphics/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;

}
#topcontent {
	width: 980px;
	height: 250px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-image: url(graphics/topbg.jpg);
	background-repeat: repeat-x;
}

#maincontent {
	width: 980px;
	height: auto;
	overflow: auto;
	background-color:#333;
	background-image:url(graphics/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 10px;
	
	
}

#contentcontainer_left {
	float: left;
	margin-bottom: 10px;
	width: 600px;
}

#contenthead_left {
	width: 570px;
	background-repeat: no-repeat;
	background-color: #000;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}


#contentbody_left {
	margin-left: 10px;
	padding: 10px;
	width: 560px;
	background-color: #444444;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F5F5F5;
}

#contentbody_left a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

#contentbody_left a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

#loginform {
	float: left;
	width: 411px;
	height: 250px;
	background-image:url(graphics/loginformbg.jpg);
	background-repeat: no-repeat;
}

#random_pic {
	float: right;
	width: 559px;
	height:250px;
	background-image:url(graphics/cellpic_1.jpg);

}

#img_txt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	margin-top:20px;
	margin-left:30px;
	margin-right:25px;
	font-weight: normal;
}

#img_txt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top:20px;
	margin-left:30px;
	margin-right:25px;
	font-weight: normal;
}

#logincontent {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	
}

#loginbutton_area {
	margin-left: 50px;
	margin-right: 50px;
}

#login_txt {
	float: left;
	margin-left: 50px;
	width: 200px;
	text-align: right;

	
}

#login_txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}

#login_txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F00;	
	
	
}

#login_button {
	float:right;
	margin-right: 50px;

}

.oneColFixCtrHdr #footer {
	background-image:url(graphics/footer_bg.jpg);
	width:980px;
	height:50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;

}

#footer_image {
	float: right;
	width: 169px;
	height: 50px;
	
}


#footer_copyright {
	width: 750px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	margin-top: 15px;
	margin-left: 5px;
}

ul#mainmenu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul#mainmenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul#mainmenu li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 0px 0px 20px;
}

ul#mainmenu li a:hover
{	
	color: #900;

}

ul#mainmenu li a.current
{
	display:inline;
	height:17px;
	float:left;
	margin:0;
}


#indexmenu {
	width: 980px;
	height: 25px;
	padding: 0px;
	margin-top: 10px;

}

.clearit {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}

.logininput {
	background-image:url(graphics/loginbg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 3px;
	border-top-width: 2px;
	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: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.indexdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}

.indexip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

.submitbutton {
	height: 51px;
	width: 100px;
	border: #fff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background-image: url(graphics/login_butbg.jpg);
	background-repeat: repeat-x;
}

#sidebar {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 330px;
	padding: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	border: 1px #ccc solid;
	background: #333;
}

#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}



#sidebar ul a {
	text-decoration: none;
	color: #f4f4f4;
	
}

#sidebar ul a:hover {
	text-decoration: none;
	color: #F00;
	
}

#sidebar ul h2 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #fff;

}

.post_metadata {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

}
	


