﻿/* CSS no side layout */
body{
				background: #313030 url('gohuestyle/black_stripe.jpg') repeat-x;
				font-family: Cambria, serif;
				font-size: 14px;
				font-style: normal;
				font-weight: normal;
				text-transform: normal;
				letter-spacing: normal;
				line-height: 1.1em;
				color: #FFFFFF;
				scrollbar-base-color: #FFFFFF;
				scrollbar-arrow-color: #325668;
				scrollbar-3dlight-color: #DDDDDD;
				scrollbar-darkshadow-color: #A8A8A8;
				scrollbar-face-color: #FFFFFF;
				scrollbar-highlight-color: #DDDDDD;
				scrollbar-shadow-color: #FFFFFF;
				scrollbar-track-color: #FFFFFF;
}
h1{
	font-size: 24px;
	line-height: 1.50em;			
}
h2{
		font-size: 22px;
		line-height: 1.40em;		
}

h3{
	font-size: 20px;
	line-height: 1.25em;				
}

h4{
	font-size: 18px;
	line-height: 1.;				
}

h5{
	font-size: 16px;
	line-height: .95em;			
}
h5{
	font-size: 14px;
		line-height: .9em;			
			
}

a{
				color: #2C5783;
}
a:visited {
				color: #5180AA;
}
a:hover {
				color: #3D7DAD;
}

#wrap{
				border: 2px #606060 solid;
				margin: -8px auto 0px auto;
				width: 895px;
				
}
#masthead {
				background: #2C5783 url('gohuestyle/header.jpg') repeat-x;
				height:150px;
}
#masthead h1{
				margin-top: 75px;
				float: right;
				margin-right: 25px;
				color: #FFFFFF;
				font-variant: small-caps;
}
#masthead h2{
				margin-top: 100px;
				float: right;
				margin-right: -114px;
				color: #C0C0C0;
				font-variant: small-caps;
}
#top_nav {
				background-position: center top;
				background: #5180AA;
				margin-top: 0px;
				font-size:13px;
				background-image: url('gohuestyle/nav_back.jpg');
				background-repeat: repeat-x;
				font-variant: small-caps;
				font-weight:bold;

}
#top_nav ul{
				margin:0px 0px 0px 0px;
				height:28px;
				padding-top:6px;
				

}



#top_nav li {
				border: 1px #808080 solid;
				list-style-type: none;
				float: left;
				padding-left: 12px;
				padding-right: 12px;
				padding-top: 1px;
				padding-bottom: 1px;
				background-color: #3B5A79;
				text-align: center;
				margin-right: 1px;
				margin-left: 1px;
}
#top_nav a {
 font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
 display: block;
}
#top_nav li:hover {
				background-color: #5180AA;
}

#page_content {
				background: #FFFFFF;
				padding: 10px 10px 10px 10px;
				color: #333333;
}

#footer {
				padding: 10px 0px 10px 0px;
				background: #3F5165;
				display: block;
				clear: both;
				text-align: center;
				color: #C0C0C0;
				border-top-style: solid;
				border-top-width: 2px;
				border-top-color: #808080;
				font-size: small;
				font-weight: bold;
				text-decoration: none;
				font-variant: small-caps;
}
#footer a:link{
				color: #C0C0C0;
				text-decoration:none;
}
#footer a{
				color: #C0C0C0;
				text-decoration:none;
}
#footer a:hover{
				color: #FFFFFF;
				text-decoration: none;
}

/* CSS left layout */
#containerl {
	position: relative;
	width: 100%;
	background: #FFFFFF;

	
}

#left_coll {
				
				background: #F8F8F8;
				width: 150px;
				padding: 5px 10px 0px 10px;
				left: 2px;
				top: 2px;
				color: #000000;
				position: absolute;
				border: 2px #C0C0C0 solid;
				
}

#page_contentl {
				margin-left: 175px;
				background: #FFFFFF;
				padding: 5px 10px 10px 10px;
				position: relative;
				color: #333333;
}
/* CSS right layout */

#containerr {
	position: relative;
	width: 100%;
	background: #FFFFFF;
}

#page_contentr {
				margin-right: 175px;
				background: #FFFFFF;
				padding: 5px 10px 10px 10px;
				position: relative;
				color: #333333;
}

#right_colr {
	            background: #F8F8F8;
				width: 150px;
				padding: 5px 10px 0px 10px;
				right: 2px;
				top: 2px;
				color: #000000;
				position: absolute;
				border: 2px #C0C0C0 solid;
				
}
/* CSS left and right layout */

#containerlr {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	
}

#left_collr {
		        background: #F8F8F8;
				width: 125px;
				padding: 5px 10px 0px 10px;
				left: 2px;
				top: 2px;
				color: #000000;
				position: absolute;
				border: 2px #C0C0C0 solid;
}

#page_contentlr {
				margin-right: 150px;
				margin-left: 150px;
				background: #FFFFFF;
				padding: 5px 10px 10px 10px;
				position: relative;
				color: #333333;
}

#right_collr {
				background: #F8F8F8;
				width: 125px;
				padding: 5px 10px 0px 10px;
				right: 2px;
				top: 2px;
				color: #000000;
				position: absolute;
				border: 2px #C0C0C0 solid;
}

textarea{
				background: #F4F4F4;
				color : #606060;
}

input{
				background: #F4F4F4;
				color : #606060;
}
