@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	background-image: url(images/background.png);
}
#page_width {
	width:1024px;
	margin:auto;
	height: auto;
	position: static;
}

#header {
	height: 125px;
	width: auto;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#header h1 {
	color: #996600;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
}
#header h2 {
	color: #666666;
	font-size: 14px;
	width: 680px;
	padding-left: 25px;
}

#left {
	width:510px;
	float:left;
	height: auto;
	background-color: #fff;
}
#left a {
	text-decoration: none;
	display: block;
}
#left h1 {
	font-size: 18px;
	color: #096;
	padding-left: 10px;
}
#left h2 {
	font-size: 12px;
	color: #096;
	float: right;
	padding-right: 15px;
}
#left h3 {
	font-size: 12px;
	color: #FF9900;
	padding-left: 10px;
}


#right{
	width:320px;
	float:right;
	color: #096;
}
#right h1 {
	background-color:#FFFFFF;
	float:none;
	color: #f90;
	padding-left: 5px;
}

#footer{
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	vertical-align: middle;
} 



.style1 {
	color: #666666;
}

.style2 {
	color: #960
}

.style3 {
	font-size: 14px;
	color: #FFFFFF;
}
 
#menu {
	width: 150px;
	height: auto;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}

#menu ul {
	background-color:#f90;
	padding: 0px;
	width: auto;
	height: auto;
	margin: 0px;
}

#menu ul a {
	text-decoration:none;
	color: #fff;
	font-weight: bold;
}
 
#menu ul li {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	color:#FFF;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}


#menu ul li:hover {
	background-color:#66c;
	position:relative;
	
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#fff; margin:0 5px;}
.b2f {height:1px; background:#fff; margin:0 3px;}
.b3f {height:1px; background:#fff; margin:0 2px;}
.b4f {height:2px; background:#fff; margin:0 1px;}
.contentw {background: #fff;}
.contentw div {margin-left: 5px;}

.w1f, .w2f, .w3f, .w4f{font-size:1px; overflow:hidden; display:block;}
.w1f {height:1px; background:#fff; margin:0 5px;}
.w2f {height:1px; background:#fff; margin:0 3px;}
.w3f {height:1px; background:#fff; margin:0 2px;}
.w4f {height:2px; background:#fff; margin:0 1px;}


.contentf {
	background-color: #069;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.contentf div {margin-left: 5px;}

.contentf a{
	
	color: #ddd;	
}

.f1f, .f2f, .f3f, .f4f{
	font-size:1px;
	overflow:hidden;
	display:block;
}
.f1f {
	height:1px;
	margin:0 5px	
	background-color:#fff;
}
.f2f {
	height:1px;
	margin:0 3px;
	background-color: #FFFFFF;
}
.f3f {
	height:1px;
	margin:0 2px;
	background-color: #FFFFFF;
}
.f4f {
	height:2px;
	margin:0 1px;
	background-color: #FFFFFF;
}
