/* 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:#FFFFFF;
}

a {
text-decoration:
underline;color:#FF0000;
}

a:hover{color:#0066FF;}
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: #FFFFFF;
	border: 3px solid #000000;
}



/* 2.header ======================== */

div#header {
	margin:5px 5px 0 5px;
	background-color:#000000;
	border: 3px solid #666666;
}

div#header h1{
padding: 15px 0 10px 15px;
}

div#header h1 a {
text-decoration: none;
color:#FFFFFF;
font-size: 18px;
text-decoration: none;
font-weight: bold;}

div#header h1 a:hover {
	color: #FF0000;
}

div#header h2{
margin-left:15px;
padding-bottom:15px;
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
float:left;
/*float:right;  (menu -> left) */
width:500px;
line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
	background-color:#fff;
}

/* 4.menu ======================== */

div#menu-body {
width:237px;
line-height:120%;
float:left;
background-color:#000000;
border: 3px solid #666666;
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	margin:5px 5px 5px 0;
}

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: #FFFFFF;
}

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:#FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	color: #FFFFFF;
}
/* 5.footer ======================== */

div#footer {
	margin:0 5px 5px 5px;
	padding:10px 20px;

	background-color:#000000;
	border: 2px solid #666666;

}

div#footer a link{font-size:10px;  
}
 
/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 10px;
	color: #000000;
	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: #000000;
}

div#layout-body div.content-area p{margin:10px;
}


div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
