/* 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;
	background-image: url(GD192_L.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	color: #FFFFFF;
	background-color: #316AC5;
}


a img { border: 0; }

br.f-clear{
clear:both;
font-size:0px;
line-height:0px;
}

div#wrap {
	width:748px;
	text-align:left;
	margin:20px auto;
@@@@background-color: #FFFFFF;
}



/* 2.header ======================== */

div#header {
	background-color:#fff;
	margin:50px 5px 0 0px;
	width: 743px;
}

div#header h1{
padding: 15px 0 10px 0;
padding-left: 35px;
}

div#header h1 a {
text-decoration: none;
color:#3a3232;
font-size: 22px;
text-decoration: none;
font-weight: bold;}
div#header h1 a:hover{
background-color: #CCFFCC;}

div#header h2{
margin-left:15px;
padding-bottom:15px;
color: #999;
font-size: 14px;
font-weight: normal;
}

/* 3.layout body ======================== */

div#layout-body {
	float:left;
	width:500px;
	line-height:140%;
}

div#layout-body div.content-area {
	padding:0 0 15px 0;
	background-color:#000;
	background-image: url(GC081_L.jpg);
	background-position: center;
	margin-left: 0px;
	margin-top:10px;
	margin-right:10px;
}
div#layout-body a:hover{
color:#000;
text-decoration: underline;
background-color: #CCFFCC;}

/* 4.menu ======================== */

div#menu-body {
width:248px;
line-height:120%;
float:right;
}

div#menu-body div.menu-content-area{
	padding:5px 0;
	background-color:#fff;
	margin:10px 5px 5px 0;
}

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: #66CCFF;
letter-spacing: 1px;
text-align:left;
text-transform:uppercase;
border-bottom:3px solid #66CCFF;
}

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:#605454;
border-left:3px solid #66CCFF;
}
div#menu-body div.menu-content-area ul li a:hover{
	border-left:3px solid #66CCFF;
	background-color: #CCFFCC;
}
/* 5.footer ======================== */

div#footer {
	margin:0 5px 5px 30px;
	padding:10px 20px;
	text-align:left;
	background-color:#fff;
	clear:both;
}

div#footer a{font-size:10px;}

/* 6.content-area ======================== */
div#layout-body div.content-area h3{
	padding: 0 0 0 15px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 300%;
}

div#layout-body div.content-area p{
	margin:10px;
	color: #000;
}

div#layout-body div.content-area ul li{
list-style-type:none;
margin:10px;
}
