/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg01.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:#F90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#back{
	background:transparent url(img/bg02.gif) repeat-x;
	text-align:center;

}

#wrapperAll{
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;

}


#clear{
	clear:both;}







/*** HEADER ***/




#header{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:95px 0 0 180px;
}

#header h1 a{
	width:480px;
	height:104px;
	display:block;
}

#header h1 a span{
	display:none;}








/*** ENTRY COLUMN ***/



#entryCol{
	width:430px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#entryCol ul{
	margin:0px 5px 20px;
}


#entryCol li{
	line-height:200%;
}



#entryCol h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#000;
	font-size:16px;
	line-height:36px;
}


#entryCol h3{
	width:420px;
	height:23px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h3.gif) repeat-x;
	color:#fff;
	font-size:14px;
	line-height:23px;
}


#entry01{
	width:430px;
	padding:0 0 30px;
}





/*** SIDE COLUMN ***/



#sideCol{
	width:194px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right
}


#sideCol ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F7F7F7;
}

#sideCol ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}


#sideCol h2{
	width:194px;
	height:28px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#sideCol h2 span{
	display:none;}




ul#pagelist{
	width:194px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#b5a984 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


ul#pagelist li{
	width:194px;
	margin:0px;
	padding:0px;
	border:none;
}


ul#pagelist li a{
	width:170px;
	padding:7px 0px 7px 24px;
	margin:0;
	background:url(img/img02.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #624b03;
}


ul#pagelist li a:hover{
	color:#F00;
}


ul#pagelist li#cl1{
	margin:0;
	padding:0;
	border:none;
}


ul#pagelist li#cl1 a{
	width:174px;
	padding:8px 10px;
	margin:0;
	background:#fff url(img/img01.gif) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	display:block;
	border:none;
}


ul#pagelist li#cl1 a:hover{
	color:#F00;
}









/*** FOOTER ***/



#footer{
	width:660px;
	padding:5px 0;
	margin:0;
	background-color:#b5a984;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#3f3f3f;
}


#footer ul{
	padding:5px;
}


#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footer img{
	border:0;
	margin:5px;
}


