body {
	font-family: Verdana, Helvetica, serif;
	background-color: #EEE;
	font-size: 11px;
	background-image: url(/images/main_bg.gif); 
	background-repeat: repeat-x;
}


#header {
	position: relative;
	z-index: 2;
	height: 155px;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	background: #FFF url(/images/header_bg.jpg) no-repeat;
}


.others {
	float: right;
	width: 130px;
	height: 115px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	}
	


.signin_top {
	float: left;
	width: 150px;
	padding: 0;
	margin: 64px 0 0 70px;
	color: #CC3333;
}

.signin_top a {
	color: #CC3333;
	font-weight: bold;
}


.search_top {
	float: left;
	padding: 0;
	margin: 27px 0 0 400px;
}


.search_top .inputbox{	
	width: 100px;
}

.search_top .submitbutton{	
	width: 80px;
	background-color: #FFC20A;
	color: #fff;
}


/******* NAV START *******/

ul#nav {
	height: 30px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 122px;
	left: 60px;
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

ul#nav li a img {
	border: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 15.4em;
	w\idth: 14.9em;
}



#nav li:hover ul , #nav li.sfhover ul {
	left: 0;
	top: 28px;
}

#nav li ul li {
	padding: 5px;
	text-align: left;
	float: none;
	border-bottom: 1px solid #CCCCCC;
}

#nav li ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#nav li ul li a:hover {
	text-decoration: none;
	color: #990000;
}

#nav li:hover, #nav li.sfhover {
	background: #EBEBEA;
}


/******* NAV END *******/

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #CC6699;
	}
	
h2 {
	font-size: 11px;
	}	

#wrapper {
	width: 950px;
	min-width: 950px; 
	min-height: 600px; 
	background-color: #fff;
	margin: 10px auto 10px auto;
	padding: 0px;
	border: 1px solid #000;	
	}
	
.footer {
	width: 900px;
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 20px 0 20px 25px;
	border-top: 1px dotted #667;
	}	

.content {
	padding: 10px 20px 0 20px;
	}	
	
	
.asterisk {
	font-size: 10px;
	font-weight: bold;
	color: #CC6699;
	}	
