/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer

   ======================== free css */

/* 1.tag and common item ======================== */


*, html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align:center;
	background-color:#d5b9b9;
}

a { text-decoration: underline; }
a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:800px;
	margin:0 auto;
	position: relative;
	text-align: left;
}



/* 2.header ======================== */

div#header {
	background-color:#fff;
	width: 670px;
}

div#header h1{
padding: 15px 0 10px 0;
padding-left: 35px;
}

div#header h1 a {
	text-decoration: none;
	color:#3a3232;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

div#header h2{
margin-left:35px;
padding-bottom:15px;
color: #999;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	width:670px;
	line-height:140%;
	margin-top: 50px;
}

div#layout-body div.content-area {
	background-color:#fff;
	padding: 10px;
}

/* 4.menu ======================== */

div#menu-body {
width:100px;
line-height:120%;
float:right;
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	background-color:#FFFF66;
	margin:5px 5px 5px 0;
	position: absolute;
	left: 679px;
	top: 0px;
	width: 115px;
}

div#menu-body div.menu-content-area p{
text-align:left;
margin: 0 auto;
padding-left:10px;
font-weight: bold;
font-size: 12px;
line-height: 200%;
color: #d5b9b9;
letter-spacing: 1px;
text-align:left;
text-transform:uppercase;
border-bottom:3px solid  #d5b9b9;
}

div#menu-body div.menu-content-area ul{
	padding: 0 10px;
	margin: 0;
}

div#menu-body div.menu-content-area ul li{
	list-style-type:none;
	margin:1em 0;
	width: 100px;
}

div#menu-body div.menu-content-area ul li a{
padding-left:5px;
text-decoration:none;
color:#605454;
border-left:3px solid #d5b9b9;
}
div#menu-body div.menu-content-area ul li a:hover{
border-left:3px solid #ef4343;
}
/* 5.footer ======================== */

div#footer {
	text-align:left;
	background-color:#FFFFFF;
	width: 630px;
	height:100px;
	clear: both;
	padding-top: 420px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image:	url(CN053_L.jpg);
	background-repeat:	no-repeat;
	background-position:top;

}

div#footer a{
font-size:10px;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	border-bottom: 3px solid #d5b9b9;
	padding: 0 0 0 15px;
	color: #FF9999;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
}

div#layout-body div.content-area p{
	width: 650px;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
#wrap #header #banner-header a:hover {
	color: #FF0000;
}
a:hover {
	color: #FF3300;
}
