@charset "utf-8";
body {
	background: #ffffff url(../images/bg.jpg) center 0 repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#wrapper{
	width: 1024px;
	background: url(../images/wrapbg.jpg) center 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#body_wrap{
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 120px;
	background: #c4cdc2 url(../images/header_blog.jpg) center 0 no-repeat;
}

/* bof Menu Navigation */
#menunav{
	width: 489px;
	line-height: 35px;
	position: relative;
	top: 85px;
	left: 300px;
	background: #006699 url(../images/mn_bg.jpg) repeat-x;
}

#menunav ul {
	margin: 0;
	padding: 0px; 
	list-style: none;
}

#menunav  li {
	margin: 0;
	padding: 0;
	display:inline;
	height: 35px;
}

#menunav  a{
	margin: 0;
	display: block;
	float: left;
	line-height: 35px;
	/*color: #3333FF;*/
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: 1px #CCCCCC solid;
	color: #fff;
	background: #333333 url(../images/mn_hover.jpg) repeat-x;
}

#menunav  a:hover {
	text-decoration: none;
	color: #FFFF33;
	background: #006699 url(../images/mn_bg.jpg) repeat-x;
}

#menunav a.actived, #menunav a.actived:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #fff;
	background: #FF0000 url(../images/mn_active.jpg) repeat-x;
}
/* eof Menu Navigation */

#banner{
	clear: both;
	height: 306px;
	background: #cccccc url(../images/sc1.jpg) center 0 no-repeat;
}

#short_content{
	width: 200px;
	position: relative;
	top: 70px;
	left: 68px;	
}

#left-content{
	float: left;
	background-color: #FFFFFF;
	color: #333;
	width: 300px;
	padding-top: 25px;
}

#right-content{
	float: right;
	width: 490px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer{
	clear: both;
	line-height: 35px;
	background-color: #d2c595;
	text-align: right;
	padding-right: 25px;
	font-size: 10px;
	border-bottom: 1px #CC9900 solid;
}

#footer a{
	color: #333333;
	text-decoration: none;
	font-weight: 600;
}

/* class */

.clear_pm{
	padding: 0px;
	margin: 0px;
}

p{
	padding-left: 25px;
	padding-right: 25px;
}

a{
	
}

h1{
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
}
