/* 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:#FFFFFF;
}

a { text-decoration: underline; }
a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
width:748px;
border:1px solid #fff;
text-align:left;
margin:0 auto;
}



/* 2.header ======================== */

div#header {
	background-color:#CC99CC;
	margin:5px 5px 0 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3399;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #CC3399;
}

div#header h1{
padding: 15px 0 10px 0;
padding-left: 35px;
}

div#header h1 a {
text-decoration: none;
color:#FFFFFF;
font-size: 18px;
text-decoration: none;
font-weight: bold;}

div#header h2{
margin-left:35px;
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;
	border-bottom-color: #999999;
	border: 4px solid;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-top-color: #CCCCCC;
	background-image: url(img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* 4.menu ======================== */

div#menu-body {
width:248px;
line-height:120%;
float:right;
}

div#menu-body div.menu-content-area{
	position:relative;
	padding:5px 0;
	margin:5px 5px 5px 0;
	border: 4px solid;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-top-color: #CCCCCC;
}

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: #CC3399;
	letter-spacing: 1px;
	text-align:left;
	text-transform:uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3399;
}

div#menu-body div.menu-content-area ul{
	padding: 0 10px;
	margin: 0;
}

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:#605454;
	border: 2px dotted #0066CC;
	background-color: #CCFFFF;
}
div#menu-body div.menu-content-area ul li a:hover{
	background-color: #FFCCFF;
	border: 1px dotted #ef4343;
}
/* 5.footer ======================== */

div#footer {
	margin:0 5px 5px 5px;
	padding:10px 20px;
	text-align:left;
	background-color:#CC99CC;
	border: 4px solid;
	border-bottom-color: #FF99FF;
	border-left-color: #CC3399;
	border-right-color: #FF99FF;
	border-top-color: #CC3399;
	clear: both;

}

div#footer a{font-size:10px;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding: 0 0 0 15px;
	color: #333366;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 200%;
	background-color: #CC99CC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3399;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #CC3399;
	width: 200px;
}

div#layout-body div.content-area p{
	margin:10px;
}

div#layout-body div.content-area ul li{

list-style-type:none;
margin:10px;
}
a:hover {
	color: #FF0000;
}
