/* 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 {
	padding: 0;
	font-size: 12px;
	text-align:center;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
	margin: 30 30 30 30;
}

a {
	text-decoration:
underline;
	color:#FF6666;
}

a:hover{
	color:#FFCC00;
}
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;
	}




/* 2.header ======================== */

div#header {
	padding:30px 0;
	color: #316AC5;
}

div#header h1{
	display:inline;
	color: #663300;
}

div#header h1 a {
	color:#452E1F;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}

div#header h1 a:hover {
	text-decoration:underline;
}

div#header h2{
	display:inline;
	margin-left:55px;
	padding-bottom:0px;
	color: #FF3366;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	width:500px;
	line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	margin:5px;
}

/* 4.menu ======================== */

div#menu-body {
	width:245px;
	line-height:120%;
	float:left;
	color: #663300;
}

div#menu-body div.menu-content-area{
	color: #663300;
	padding: 5px 0;
	margin: 30px 0 5px 5px;
}

div#menu-body div.menu-content-area p{
	text-align:center;
	font-size: 12px;
	line-height: 200%;
	text-align:center;
	color: #663300;
	margin: 0 15;
	letter-spacing: 1px;
	font-weight: bold;
}

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:#FF6699;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF3366;
	border-left-color: #FF6699;
	border-bottom-width: 1px;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
	border-left-style: solid;
	border-left-width: 10px;
}
/* 5.footer ======================== */

div#footer {
	color:#663300;
	padding: 10px 20px;
	margin: 0 5px 5px 5px;
	text-align: left;

}

div#footer a{
font-size:10px;
color:#993300;
text-decoration:none;
}

div#footer a:hover{
	text-decoration: underline;
}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	color: #993333;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 200%;
	border-bottom-color: #996633;
	padding: 0 5px;
	margin-bottom: 15px;
	margin: 15px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

div#layout-body div.content-area p{
	color:#000000;
	margin: 15px 10px;
	border-right-width: thin;
}

div#layout-body div.content-area p a{
color: #000000;
background-color:#FFCC33;
text-decoration:none;
}
div#layout-body div.content-area p a:hover{color:#0000FF;}
div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
