/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.content-area
   7.banner
   ======================== free css */

/* 1.tag and common item ======================== */


*,
html{
   margin:0;
   padding:0;
   font-size:14px;
}

body{
	margin:0;
	padding:0;
	font-size:12px;
	text-align:center;
	background:url(img.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #6456B7;
}

a{margin:0;padding:0;}
a:hover{
	color: #FFFFFF;
}
a img{border:none;}

br.f-clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

div#wrap{
	margin:0 auto;
	width:800px;
	text-align:left;
 }



/* 2.header ======================== */

div#header{
	height:60px;
}
div#header h1,
div#header h2{
	padding-left:20px;
	line-height:200%;
	color:#fff;
}
div#header h1 a{
	color:#fff;
	text-decoration:none;
}
div#header h1 a:hover{
text-decoration:underline;
}

/* 3.layout body ======================== */

div#layout-body{
	margin-top:50px;
	float:right;
	width:500px;
}

div#menu-body{
	margin-top:50px;
	width:230px;
	float:left;
}

div#layout-body div.content-area{
background-color:#D2739B;
color:#FFFFFF;
}

/* 4.menu ======================== */


div#menu-body div.menu-content-area p{
	text-transform:capitalize;
	letter-spacing:3px;
	font-weight:bold;
	color:#fff;
}
div#menu-body div.menu-content-area ul{margin-top:20px;}
div#menu-body div.menu-content-area ul li{
	list-style-type:none;
	margin-bottom: 5px;
}
div#menu-body div.menu-content-area ul li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background-color: #FF9900;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #CC9900;
	border-bottom-color: #996600;
	border-left-color: #FFCC66;
	display: block;
	padding: 2em;
	width: 100%;
}
div#menu-body div.menu-content-area ul li a:hover{
	background-color:#FF6666;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCCCC;
	border-right-color: #FF3366;
	border-bottom-color: #CC0033;
	border-left-color: #FF6666;
	display: block;
}

/* 5.footer ======================== */

div#footer{
	margin-top:20px;
	color:#f4ebea;
}
div#footer a{
	font-size:11px;
	text-decoration:none;
	letter-spacing:0;
	color:#FFFFFF;
}

/* 6.content-area ======================== */

div#layout-body div.content-area h3{padding: 5px 20px;}
div#layout-body div.content-area p{padding:20px;}
div#layout-body div.content-area ul{
	padding:60px 70px 30px 70px;
	height:500px;
}

div#layout-body div.content-area ul li{
	list-style-type:none;
	margin-bottom:20px;
}

div#layout-body div.content-area ul li a{
	color:#fff;
	text-decoration:none;
}

div#layout-body div.content-area ul li a:hover{color:#ccc;}

/* 7.banner ======================== */

body center{
	position:absolute;
	top:0;
	right:0;
}
#wrap #footer a:hover {
	color: #FF9900;
}
