/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.content-area
   ======================== 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:#CCCCCC;
	background-image: url(bg.gif);
}

a {
text-decoration:
underline;color:#29485c;
background-color:#FFFF99;	
}

a:hover{color:#FF9900;}
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;
	height: 100%;
}



/* 2.header ======================== */

div#header {
	margin:5px 5px 0 5px;
	background-color:#FF9900;
	border: 3px solid #996666;
	padding: 100px 0;
	background-image: url(img.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#header h1{
padding: 10px 0 10px 6px;
}

div#header h1 a {
text-decoration: none;
color:#3366FF;
font-size: 18px;
text-decoration: none;
font-weight: bold;}

div#header h1 a:hover {
	text-decoration:underline;
	color: #993333;
}

div#header h2{
margin-left:15px;
padding-bottom:15px;
color: #3366FF;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	line-height:140%;
	width: 748px;
	margin-top: 200px;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
	background-color:#fff;
}

/* 4.menu ======================== */

div#menu-body {
	width:748px;
	line-height:120%;
	position: absolute;
	margin-top: 300px;
	top: 10px;
}

div#menu-body div.menu-content-area{
}

div#menu-body div.menu-content-area p{
text-align:center;
margin: 0 10px;
font-weight: bold;
font-size: 12px;
line-height: 200%;
letter-spacing: 1px;
text-align:center;
text-transform:uppercase;
color: #3366FF;
}

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;
	float: left;
	width: 100px;
	height: 100px;
}

div#menu-body div.menu-content-area ul li a{
	padding-left:5px;
	text-decoration:none;
	color:#605454;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFCC;
	background-color: #FFFF99;
	display: block;
	margin-left: 5px;
	padding-top: 20px;
	height: 90px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC00;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC66;
	color: #FF9966;
	background-color: #FFFF99;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFFF;
}
/* 5.footer ======================== */

div#footer {
	padding:10px 20px;
	background-color:#FF9900;
	border: 2px solid #CC6666;
	width: 708px;
	position: absolute;
	bottom: -50px;

}

div#footer a{font-size:10px;
	background-color:#FF9900;}
div#footer a:hover{color:#fff ;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 10px;
	color: #339900;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 200%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
}

div#layout-body div.content-area p{margin:10px;
}


div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
