html{
	background:url(../images/empty_bg.jpg) top center no-repeat #fff;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	min-width:956px;
}

#workspace{
	position:relative;
	margin:0 auto;
	width:965px;
	height:1235px;
}

#header{
	position:relative;
	width:965px;
	height:183px;
	background:url(../images/center_bg.jpg) top center no-repeat;
}

#header h1{
	position:absolute;
	left: 341px;
	margin:0;
	padding:0;
	background:url(../images/cental_logo.png) center no-repeat;
	text-indent: -9999px;
	width:281px;
	height:291px;
}

#header-menu{
	position:relative;
	top:150px;
	height:25px;
	/*border:#F00 thin solid;*/
}


#header-menu ul{
	margin: 0;
	padding: 0 0 20px 10px;
	/*border-bottom: 1px solid #000;*/
}

#header-menu ul, #header-menu li{
	display:inline;
	margin:15px;
	padding:0;
	list-style:none;
	font-size:.9em;
	color:#fff;
	font-weight:100;
	text-transform:uppercase;
	text-decoration:none;
}

#header-menu li a{
	color:#fff;
	text-decoration:none;
}

#header-menu li a:hover{
	color:#fff;
	border-bottom: 2px solid #fff;
	
}

#navigate{
	width:200px;
	height:350px;;
	float:left;
	margin:0;
	overflow:hidden;
}

#navigate h2{
	text-indent:-9999px;
	background:url(../images/navigate.jpg) no-repeat top;
	height:35px;
	margin-bottom:0;
}

#navigate li{
	border-bottom: 1px dashed #ccc;
	background: url(../images/bullet-off.gif) left center no-repeat;
	list-style:none;
}

#navigate ul, #navigate li a{
	margin:5px 0 5px 0;
	padding:0 10px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#000;
	font-weight:100;
	text-decoration:none;
	line-height:20.5px;
}

#navigate li a:hover{
	color:#c73;
}

#hmgroup{
	font-size:.7em;
	color:#999;
	margin:0 0 0 40px;
}

#hmgroup p{
	text-align:center;
	line-height:.7em;
}

#hmgroup a{
	text-decoration:none;
	color:#333;
}


#hmgroup a:hover{
	border-bottom: 2px;
	color:#c73;
}

#footer{
	font-size:.7em;
	color:#333;
}

#footer p{
	color:#333;
	text-align:center;
	line-height:.7em;
}

#footer a{
	text-decoration:none;
	color:#333;
}


#footer a:hover{
	border-bottom: 2px;
	color:#c73;
}


.contact{
	font-size:.9em;
	color:#333;
}

.contact a{
	color:#333;
	text-decoration:none;
}

.contact a:hover{
	border-bottom: 2px;
	color:#c73;
}

.lable_text{
	font-size:.9em;
	color:#c5662c;
	font-weight:bold;
	text-align:right;
}

.imput_text{
	font-size:.9em;
	color:#009;
	text-align:left;
	padding:0;
}

.comment{
	font-size:.8em;
	color:#333;
	text-align:left;
	font-style:italic;
}

#intro{
	font-size:1.1em;
	color: #666;
	font-weight:bold;
	white-space:pre;
	margin:40px 0 10px 10px;
	float:left;
}

#page_intro{
	font-size:1.1em;
	color: #666;
	font-weight:bold;
}

#site_detail{
	float:left;
	width:700px;
	margin:30px 0 0 0;
}

.shout{
	color:#c73;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}

.shout-louder{
	color:#c73;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

.msg_text{
	margin:5px 0 5px 0;
	padding:0 10px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#000;
	font-weight:100;
	text-decoration:none;
	line-height:20.5px;
}

.msg_text a{
	text-decoration:none;
}
.msg_text a:hover{
	color:#c73;
}
