/* 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:#FFCCFF;
	background-image: url(bg.jpg);
}

a { text-decoration: underline; }
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;
	position: relative;
	background-color: #FFCCFF;
}



/* 2.header ======================== */

div#header {
margin:5px 5px 0 5px;
}

div#header h1{
	padding: 15px 0 10px 0;
	text-align: center;
	margin: 0;
}

div#header h1 a {
	text-decoration: none;
	color:#FF3366;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

div#header h2{
	color: #FF6699;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

/* 3.layout body ======================== */

div#layout-body {
	line-height:140%;
	padding-top: 280px;
	background-image: url(img.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
	background-color:#fff;
	left: 9px;
	top: 299px;
}

/* 4.menu ======================== */

div#menu-body {
	width:200px;
	line-height:120%;
	position: absolute;
	left: 593px;
	top: 107px;
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	background-color:#F00000;
}

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;
}

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:	#FFCC00;
border-left:3px solid #d5b9b9;
}
div#menu-body div.menu-content-area ul li a:hover{
border-left:3px solid #F00000	;
}
/* 5.footer ======================== */

div#footer {
margin:0 5px 5px 5px;
padding:10px 20px;
text-align:left;
background-color:#FFCCFF;

}

div#footer a{font-size:10px;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	border-bottom: 3px solid;
	padding: 0 0 0 15px;
	color: #d5b9b9;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-color: #FFCCFF;
}

div#layout-body div.content-area p{
	margin:10px;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
