/* 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:#99CCCC;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
	background-color: #ffff00;
}


a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:0 auto;
	background-color: #CCFFFF;
	position: relative;
}



/* 2.header ======================== */

div#header {
	margin:5px 5px 0 5px;
	padding-top: 5px;
	background-image: url(img.jpg);
	height: 300px;
}

div#header h1{
	padding: 15px 0 10px 0;
	padding-left: 35px;
	border-bottom: 5px solid;
	border-bottom-color: #CCFFFF;
	margin-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 20;
}

div#header h2{
	padding-bottom:15px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	border-bottom-color: #CCFFFF;
	border-bottom-style: solid;
	padding-left: 35px;
	padding-top: 10px;
	border-bottom-width: 10px;
	margin: 0;
}

/* 3.layout body ======================== */

div#layout-body {
line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
}

/* 4.menu ======================== */

div#menu-body {
	width:248px;
	line-height:120%;
	position: absolute;
	left: 475px;
	top: 30px;
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	background-color:#fff;
	margin:0;
}

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%;
	letter-spacing: 1px;
	text-align:left;
	text-transform:uppercase;
	color: #FF9999;
}

div#menu-body div.menu-content-area ul{
padding: 0 10px;
}

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:5px;
	text-decoration:none;
	color:#FF9999;
	border-left:3px solid;
	border-color: #FF9999;
}
	border-left:3px solid #009900;
	background-color: #FFff00;
div#menu-body div.menu-content-area ul li a:hover{
	color: #FFCC00;
}
/* 5.footer ======================== */

div#footer {
margin:0 5px 5px 5px;
padding:10px 20px;
text-align:left;
background-color:#fff;

}

div#footer a{font-size:10px;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding: 0 0 0 15px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	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;
}

