/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.gif);
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#03F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}








#wrap{
	width:695px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}







/*** HEADER ***/



#header{
	width:695px;
	height:212px;
	background:#fff url(img/header.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:70px 0 0;
}

#header h1 a{
	width:420px;
	height:142px;
	display:block;
}

#header h1 a span{
	display:none;}





/*** LEFT ***/



#left{
	width:218px;
	padding:0;
	margin:20px 0 30px 5px;
	position:relative;
	float:left;
}


#left ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 15px;
	margin:0;
}

#left ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}

#left h2{
	width:218px;
	height:33px;
	background:#fff url(img/l_h2.gif) no-repeat;
	margin:0;
}


#left h2 span{
	display:none;}



#left ol{
	width:218px;
	margin:0 0 20px;
	padding:0 0 18px;
	background:#fbefb9 url(img/l_img03.gif) no-repeat;
	background-position:bottom;
}


#left ol li{
	width:218px;
	padding:0 0 3px;
	background:#fbefb9 url(img/l_img01.gif) no-repeat;
	background-position:bottom;
}


#left ol li a{
	width:190px;
	padding:7px 0px 7px 28px;
	margin:0;
	background:url(img/l_img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:100%;
}


#left ol li a:hover{
	color:#F00;
}



ul#cMenu{
	width:218px;
	margin:0;
	padding:0;
}

ul#cMenu li{
	padding:0;
	margin:0;
	border:none;
}


ul#cMenu li#cl1 a{
	width:198px;
	padding:5px 10px;
	margin:0;
	background-color:#ffbb17;
	color:#78360a;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
}


ul#cMenu li#cl1 a:hover{
	color:#F00;
}








/*** RIGHT ***/



#right{
	width:459px;
	margin:0 5px 30px 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#right ul{
	margin:0px 5px 20px;
}


#right li{
	line-height:200%;
}



#right h2{
	width:449px;
	height:42px;
	padding:0 0 0 10px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:42px;
}



#right h3{
	width:429px;
	height:27px;
	padding:0 0 0 30px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#333;
	font-size:14px;
	line-height:27px;
}







/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:695px;
	padding:5px 0;
	margin:0;
	background-color:#ffbb17;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#333;
}


#copyright ul{
	padding:5px 5px 10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}





