/* 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-image: url(bg.gif);
}

a {  }
a:hover { color:#FF6600; }
a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:900px;
	border:5px solid;
	text-align:left;
	margin:0 auto;
	background-color: #FFFFFF;
	border-color: #6666FF;
}



/* 2.header ======================== */

div#header {
	background-color:#990000;
	background-image: url(img.jpg);
	background-position: center;
}

div#header h1{
padding: 30px 0 10px 20px;
}

div#header h1 a {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

div#header h2{
margin-left:35px;
padding-bottom:50px;
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	width:300px;
	line-height:140%;
}

div#layout-body div.content-area {
}

/* 4.menu ======================== */

div#menu-body {
	width:600px;
	line-height:120%;
	float:right;
	background-image: url(img2.jpg);
	height: 700px;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#menu-body div.menu-content-area{
}

div#menu-body div.menu-content-area p{
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align:center;
	text-transform:uppercase;
	background-color: #6633CC;
}

div#menu-body div.menu-content-area ul{
	padding: 0 10px;
	margin-left: 20px;
}

div#menu-body div.menu-content-area ul li{
	list-style-type:none;
	margin:1em 0;
	float: left;
	width: 80px;
}

div#menu-body div.menu-content-area ul li a{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #9900CC;
	display: block;
	margin-left: 5px;
	text-align: center;
}
div#menu-body div.menu-content-area ul li a:hover{
	background-color: #9999FF;

}
/* 5.footer ======================== */

div#footer {
padding:10px 20px;
text-align:left;
background-color:#6666FF;

}

div#footer a{
	font-size:10px;
	color: #FFFFFF;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	padding-left: 10px;
	background-color: #6633CC;
}

div#layout-body div.content-area p{
	margin:10px;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
