/* 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:#99CC00;
}

a {
	text-decoration: underline;
	color: #ff0000;
}

a:hover {
	color: #ff0000;
	background-color: #ff9999;
}


a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

.a_center {
	text-align: center;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:0 auto;
	background-color: #FFCC33;
	position: relative;
}



/* 2.header ======================== */

div#header {
	padding-top: 5px;
	background-image: url(img.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 240px;
	height: 640px;
}

div#header h1{
	padding: 10px;
	text-align: center;
}

div#header h1 a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}

div#header h2{
	padding-bottom:15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
}

/* 3.layout body ======================== */

div#layout-body {
	float:right;
	width:500px;
	line-height:140%;
	margin-top: 150px;
}

div#layout-body div.content-area {
	background-color:#ffff66;
}

/* 4.menu ======================== */

div#menu-body {
	margin: 100px 5px 5px 0;
	padding:5px 0;
	background-color:#FFFFCC;
	position: absolute;
	left: 247px;
	top: -88px;
	width: 492px;
	height: 90px;
}

div#menu-body div.menu-content-area{
}

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: #009900;
	letter-spacing: 1px;
	text-align:left;
	text-transform:uppercase;
	border-bottom:3px solid;
}

div#menu-body div.menu-content-area ul{
	padding: 0 10px;
	margin: 10px 0;
}

div#menu-body div.menu-content-area ul li{
	list-style-type:none;
	float: left;
	width: 60px;
}

div#menu-body div.menu-content-area ul li a{
	padding-left:5px;
	text-decoration:none;
	color:#ff0000;
	border-left:3px solid;
	border-color: #009900;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-left:3px solid #ff0000;
	background-color: #FFf;
	color: #009900;
}
/* 5.footer ======================== */

div#footer {
	padding:10px 20px;
	text-align:left;
	background-color:#996633;
	width: 708px;
	clear: both;

}

div#footer a{
	font-size:10px;
	color: #FFFF66;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding: 0 0 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	background-color: #999933;
	margin-top: 0px;
}

div#layout-body div.content-area p{
	margin:10px;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
