/*===[ Styles by mrbiotech ]===*/
body {
	text-align: center;
	background-color: #acacac;
	font-family: "Lucida Grande","San-serif","Helvetica";
	scrollbar-3dlight-color:#FF9E00;
	scrollbar-arrow-color:#FF9E00;
	scrollbar-base-color:#FFDF00;
	scrollbar-darkshadow-color:#C64100;
	scrollbar-face-color:#FF7D00;
	scrollbar-highlight-color:#FF9E00;
	scrollbar-shadow-color:#E76100;
	}


/*===[ Top Navigation Bar Styles]===*/
.horzmenu {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #222;
	font-size: 12px;
	width: 100%;
	height: 30px;
	border: 3px solid #777;
	margin: 0px;
	padding: 0px;
	}
.vertmenu {
	position: fixed;
	background-color: #222;
	left: 0px;
	top: 0px;
	width: 64px;
	height: 256px;
	border 1px dotted #999;
	margin: 0px;
	padding: 0px;
	}
/*nav_ul {
	display: inline;
	}*/
.horzmenu li {
	width: 142px;
	height: 49px;
	color: #fff;
	display: inline;
	}

	
/*===[ Main Content Styles ]===*/	
.container {
	margin: 60px auto 0px auto;
	background-color: #acf;
	width: 775px;
	background: url('images/tile.jpg') repeat-y center; 
	}
.header1 {
	/*background-color: #acacac;
	padding-left: 20px;
	padding-right: 20px;*/
	padding-top: 1px;
	width:775px;
	height:62px;
	background: url('images/header1.jpg') no-repeat center;
	vertical-align: bottom;
	}
.header2 {
	/*background-color: #acacac;
	padding-left: 20px;
	padding-right: 20px;*/
	width:775px;
	height:157px;
	background: url('images/header2.jpg') no-repeat center; 
	}
.subscribing {
	float: left;
	text-align: justify;
	color: #999;
	font-size: 12px;
	width: 200px;
	padding: 10px 0px 0px 10px;
	}
.about {
	float: right;
	text-align: justify;
	color: #999;
	font-size: 12px;
	width: 165px;
	padding: 17px 30px 0px 0px;
	}
.sidebar {
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 0;
	width: 185px;
	height: 100%;
	background: url('images/sb.jpg') repeat-y center; 
	}
.sb_header {
	background: url('images/sb_header.jpg') no-repeat center; 
	width:185px;
	height:19px;
	}
.sb_footer {
	background: url('images/sb_footer.jpg') no-repeat center; 
	width:185px;
	height:35px;
	}
.ctr {
	float: left;
	text-align: justify;
	font-size: 12px;
	margin: 0;
	width: 185px;
	background: url('images/ctr.jpg') repeat-y center; 
	width:397px;
	}
.ctr_header {
	background: url('images/ctr_header.jpg') no-repeat center; 
	width:397px;
	height:52px;
	}
.ctr_footer {
	background: url('images/ctr_footer.jpg') no-repeat center; 
	width:397px;
	height:25px;
	}
.sidebar2 {
	float: right;
	text-align: left;
	font-size: 12px;
	margin: 0;
	height: 100%;
	background: url('images/sb2.jpg') repeat-y center; 
	width:193px;
	}
.sb2_header {
	background: url('images/sb2_header.jpg') no-repeat center; 
	width:193px;
	height:19px;
	}
.sb2_footer {
	background: url('images/sb2_footer.jpg') no-repeat center; 
	width:193px;
	height:35px;
	}
.maincontent {
	text-align: left;
	x-margin-left: 185px;
	padding: 5px;
	height: 100%;
	}
.footer {
	clear: both;
	color: #555;
	text-align: center;
	background: url('images/footer.jpg') no-repeat center; 
	width:775px;
	height:58px;
	}

/*===[ Typography ]===*/
.header {
	color: #fff;
	vertical-align: baseline;
	}
h1, h2, h3, h4 {
	color: #333;
	vertical-align: bottom;
	}
.sb_text {
	padding: 3px 15px 3px 10px;
	}
.ctr_text {
	padding: 0px 17px 0px 17px;
	}
.sb2_text {
	padding: 0px 12px 0px 17px;
	}
.shrink {
	padding: 3px 10px;
	}

/*===[ Link styles ]===*/
a{
	text-decoration: none;
	}
.horzmenu a {
	padding: 0px;
	margin: 0px 5px;
	border-bottom: 3px solid #444;
	}
.horzmenu a:link {			/* unvisited link */
	color: #aaa;
	height: 49px;
	width: 149px;
	}
.horzmenu a:visited {			/* visited link */
	color: #889;
	}
.horzmenu a:hover {			/* mouse over link */
	border-bottom: 3px solid #f90;
	color: #fff;
	}
.horzmenu a:active {			/* selected link */
	background-color: #333;
	color: #fff;
	border-bottom: 3px solid #444;
	}
a h1 {
	top: 10px;
	color: #900;
	vertical-align: baseline;
	}

