/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#fff url(img/main_bg.jpg) repeat;
}


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:#F60;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#all{
	width:697px;
	margin:0 auto;
	padding:0 5px;
	text-align:left;
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat-y;
}




/*** HEADLINER ***/



#headliner{
	width:697px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headliner h1{
	padding:90px 0 0 250px;
}

#headliner h1 a{
	width:447px;
	height:117px;
	display:block;
}

#headliner h1 a span{
	display:none;}






/*** CONTENTS ***/



#contents{
	width:697px;
	margin:0;
	padding:0;
}



/* NAVIGATION */


#navigaiton{
	width:218px;
	padding:0;
	margin:20px 0 0 6px;
	position:relative;
	float:left;
	
}


#navigaiton ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#navigaiton ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F6F6F6;
}


#navigaiton h2{
	width:218px;
	height:33px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	padding:0;
	margin:0;
}


#navigaiton h2 span{
	display:none;
}



#navigaiton ol{
	width:218px;
	margin:0 0 15px;
	padding:0 0 15px;
	background:#ff9e06 url(img/list02.jpg) no-repeat;
	background-position:bottom;
}



#navigaiton ol li a{
	width:180px;
	padding:8px 2px 8px 36px;
	margin:0;
	background:url(img/list01.jpg) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

#navigaiton ol li a:hover{
	color:#F00;
	text-decoration:none;
}



#navigaiton ol li#cl1 a{
	width:198px;
	padding:7px 10px;
	margin:0;
	background-color:#99620c;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	display:block;
	background-image:none;
	border:none;
}


#navigaiton ol li#cl1 a:hover{
	color:#F00;
	text-decoration:none;
}





/* TEXT */


#text{
	width:453px;
	margin:0 8px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#text ul{
	margin:0px 5px 20px;
}

#text li{
	line-height:200%;
}



#text h2{
	width:428px;
	height:31px;
	background:#fff url(img/h2.jpg) no-repeat;
	padding:0 0 0 25px;
	margin:20px 0;
	font-size:16px;
	color:#fff;
	line-height:28px;
}



#text h3{
	width:435px;
	padding:4px;
	margin:20px 0;
	font-size:14px;
	color:#352011;
	line-height:100%;
	border-left:10px solid #ff9e06;
	border-top:1px dashed #666;
	border-bottom:1px dashed #666;
}



#entry{
	width:453px;
	margin:0;
	padding:0 0 30px;
}




/*** COPYRIGHT ***/


#copyright{
	clear:both;
	width:697px;
	padding:0;
	margin:0 auto;
	background-color:#99620c;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:center;
}



#copyright ul{
	padding:10px 5px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px 5px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}



