Body {
	font-family:"Myriad Pro";
	font-size:12px;
	background-image: url(../images/BG.jpg);
	background-repeat:repeat-x;
	background-color: #CCC;
	
	
}
.wrapper {
	margin: auto;
	height: auto;
	width: 900px;
}
.wrapper .top {
	background-image: url(../images/Index_02.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
}
.wrapper .sub_header .sub_header1 {
	float: left;
	height: auto;
	width: 210px;
}
.wrapper .sub_header .sub_header2 {
	float: left;
	height: auto;
	width: 210px;
	margin-left: 20px;
}
.wrapper .sub_header .sub_header3 {
	float: left;
	height: auto;
	width: 210px;
	margin-left: 20px;
}
.wrapper .content {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 20px;
	font-size: 13px;
}
.wrapper .content .left_col {
	float: left;
	height: auto;
	width: 280px;
}
.wrapper .content .middle_col {
	float: left;
	height: auto;
	width: 280px;
	margin-left: 30px;
}
.wrapper .footer {
	float: left;
	height: 30px;
	width: 900px;
	margin-top: 30px;
	text-align: center;
	border-bottom:#909 #993399 thin solid;
}
 
.wrapper .content .right_col {
	float: right;
	height: auto;
	width: 280px;
}

.wrapper .sub_header .sub_header4 {
	float: right;
	height: auto;
	width: 210px;
}

.wrapper .top .logo {
	float: left;
	height: 20px;
	width: 150px;
}
.wrapper .top .menu {
	float: right;
	height: 30px;
	width: 660px;
	margin-top: 100px;
}
.wrapper .header {
	float: left;
	height: 400px;
	width: 900px;
}
.wrapper .sub_header {
	float: left;
	height: 200px;
	width: 900px;
	color: #FFF;
}
.menu ul{
	height:35px;
	list-style:none;
	margin: 0;
	padding: 0;
	}
	.menu li{
	float:left;
		}
	.menu li a{
	font-family: Verdana;
	border-right: #936 1px solid;
	color: #62175A;
	text-decoration: none;
	padding: 9px 30px 6px;
	display:block;
	font-weight:lighter;
	line-height:30px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	height:32px;
	background-color: #62175A;
			}
	.menu li ul{
	background:#f7991d;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 3px 0px 3px;
	text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#1E374A url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
H3 {
	color:#FF0;
	font-size:16px;
	
	
}

H2 {
	color:#62175A;
	font-size:16px;
	
	
}
a {color:#FF0;

}
