/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.content-area
   ======================== free css */

/* 1.tag and common item ======================== */


*, html {
   margin: 0;
   padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 11px;
text-align:center;
background-color:#fff;
}

a {
text-decoration:
underline;color:#000;

}

a:hover{color: #CC3333;}
a img { border: 0; }

br.f-clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

div#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background-image:url(CS048_L.jpg);
	border: 1px solid #990000;
	border-color: #333366;
	position: relative;
}



/* 2.header ======================== */

div#header {
	background-color:#003300;
	margin:20px 0px 0px 0px;
	padding:30px 0;
	

}

div#header h1{
display:inline;
}

div#header h1 a {
	color: 	#F5F5F5;
	font-size: 22px;
	text-decoration: underline;
	padding-left: 20px;
}

div#header h1 a:hover {
	text-decoration:underline;
}

div#header h2{
margin-left:25px;
padding-bottom:15px;
color: #fff;
font-size: 12px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	line-height:140%;
	width: 800px;
	
}

div#layout-body div.content-area {
	padding:480px 0 5px 15px;
	background-color: #FFFFFF;
	background-image: url(CR001_L.jpg);
	background-repeat: no-repeat;
	background-width:300px;
	background-position: top right;
}

/* 4.menu ======================== */

div#menu-body {
	width:20px;
	line-height:150%;
	position: absolute;
	left: -8px;
	top: 135px;
}

div#menu-body div.menu-content-area{
	background-color: #;
	border: 1px red;
	color: red;
	position: top left;
	padding: 5px 10px;
	width: 150px;
}

div#menu-body div.menu-content-area p{
	text-align:center;
	margin: 0 ;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 6px ;
	text-align:left;
	color: #333366;
}

div#menu-body div.menu-content-area ul{
	color: #FFFFFF;
	margin: 0;
}

div#menu-body div.menu-content-area ul li{
list-style-type:none;
margin:1em 0;
}

div#menu-body div.menu-content-area ul li a{
	padding-left:0px;
	text-decoration:none;
	color:#8B4513;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8B3A3A;
	border-left-color: #8B3A3A;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8B3A3A;
	border-left-color: #8B3A3A;
	color: #C0C0C0;
	}
/* 5.footer ======================== */

div#footer {
	margin:30px 0px 0px 0px;
	padding:20px 10px ;
	text-align:center;
	color:  #fff;
	background-color:#003300;
	border-color: #8B3A3A;

}

div#footer a{
font-size:10px;
color:#fff;
text-decoration:none;
}

div#footer a:hover{
	text-decoration:underline;
	color: #fff;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 10px;
	color:#A52A2A;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A52A2A;
}

div#layout-body div.content-area p{
margin:15px 10px;
}

div#layout-body div.content-area p a{
	background-color:gray;
	color:#fff;
	text-decoration:none;
}
div#layout-body div.content-area p a:hover{
	color: #CC3333;
	background-color:#fff;
	text-decoration:underline;
	
}
div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
