/* 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 {
	line-height: 140%;
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	background-color:#FFFFFF;
}

a {
text-decoration:
underline;color:#666666;
}

a:hover{
	color:#CC00CC;
	text-decoration: underline;

}
a img {
	border: none;
}


div#wrap {
	width:748px;
	text-align:left;
	margin:0 auto;
	background-color: #FFFFFF;
	border: 1px solid #20B2AA;
}



/* 2.header ======================== */

div#header {
	height: 120px;
	width:748px;
	text-align: left;
	background-image:url(AR197_L.jpg);
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position:right;
	border-bottom:3px double #CCCCCC;

}

div#header h1{
	padding: 75px 0 2px 1px;

}

div#header h1 a {
	text-decoration: none;
	color:#00CED1;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}

div#header h1 a:hover {
	color:#00CED1;
	text-decoration:underline;
	font-weight: bold;
	font-size: 20px;
}

div#header h2{
	color:#00CED1;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 25px 20px;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	/*float:left;  (menu -> right) */
	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 {
	float:right;
	width: 200px;
	margin: 20px 10px 10px 5px;
	border: 3px solid #003300;
	
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	margin:5px 0 5px 5px;
	color: #20B2AA;
}

div#menu-body div.menu-content-area p{
	text-align:left;
	margin: 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 1px;
	text-align:center;
	color: #20B2AA;
}

div#menu-body div.menu-content-area ul{
	padding: 0 10px;
	color: #20B2AA;
}

div#menu-body div.menu-content-area ul li{
	list-style-type:none;
	margin:1em 0;
	color: #20B2AA;
}

div#menu-body div.menu-content-area ul li a{
	padding-left:5px;
	text-decoration:none;
	color:#20B2AA;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color:#00CED1;
	border-left-color: #00CED1;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ecfa03;
	border-left-color: #ecfa03;
}
/* 5.footer ======================== */

div#footer {
	margin:0 5px 5px 5px;
	padding:10px 20px;
	text-align:left;
	color:#20B2AA;
	clear:both;
}

div#footer a{
	font-size:10px;
	color:#808080;
	text-decoration:none;
}

div#footer a:hover{text-decoration:underline;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding:0 5px;
	margin:15px 10px;
	color:  	#696969;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 200%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

div#layout-body div.content-area p{margin:15px 10px;
}

div#layout-body div.content-area p a{
background-color:#d0ecd0;
text-decoration:none;
}
div#layout-body div.content-area p a:hover{
	color:#000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	
}
div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}

