@charset "UTF-8";


/*---------------- Globar -------*/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: url(../images/bg.png) repeat;
	}

h1 {
	font-size:  30px;
	margin-bottom: 5px;
	}

h2 {
	font-size: 15px;
	margin-left: 30px;
	display: block;
	}

h3 {
	font-size: 15px;
	margin-left: 60px;
	display: block;
	}

#pub {
	margin-top: 10px;
	}

/*---------------- Layout -------*/

#maincontain1 {
	background:url(../images/main-bg-1.png) no-repeat;
	height: 748px;
	width: 1024px;
	}

#maincontainL{
	float: left;
	height: 718px;
	width: 35%;
	}

#maincontainR{
	float: right;
	Height: 718px;
	width: 65%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height: 20px;
	color:#FFFFFF;
	}

#mainfooter{
	clear: both;
	width: 100%;
	height: 30px;
	}

#RHead {
	background:url(../images/header-image-1.png) no-repeat;
	background-position: 300px Center;
	width: 100%;
	height: 100px;
	line-height:16px;
	}
	
#RMiddle {
	background: none;
	width: 100%;
	height: 300px;
	font-size:12px;
	line-height:16px;
	font-weight: normal;
	}
	
#RFoot {
	background: url(../images/pubg.png) repeat-x;
	margin: 10px 0px;
	width: 90%;
	height:248px;
	padding-top: 5px;
	padding-left: 10px;
	}

#RHead UL {
	list-style: none;
	margin-top: 50px;
	margin-left: 50px;
	}

#RMiddle UL {
	list-style: none;
	margin-top: 20px;
	margin-left: 110px;
	width: 65%;
	}

#maincontainL UL {
	background:url(../images/menu-bg-1.jpg) no-repeat top center;
	text-align: center;
	height: 60%;
	margin-top: 200px;
	padding-top: 30px;
	margin-left: 25px;
	list-style: none;
	display: block;
	}


#head{
	margin-top: 30px;
	display:block;
	}


	