/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#fff url(img/bg.gif) 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;}




#wrap{
	width:695px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #000;
	border-right:5px solid #000;
}











/*** HEADER ***/




#header{
	width:695px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:130px 0 0;
}

#header h1 a{
	width:695px;
	height:69px;
	display:block;
}

#header h1 a span{
	display:none;}







/*** LEFT BOX ***/

#leftBox{
	width:194px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#leftBox ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F5F5F5;
}

#leftBox ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}




#pagelist{
	width:194px;
	margin:0 0 15px;
}


#pagelist h2{
	width:194px;
	height:27px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#pagelist h2 span{
	display:none;}




#pagelist ol{
	width:194px;
	margin:0;
	padding:0 0 14px;
	background:#401f01 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#pagelist ol li a{
	width:170px;
	padding:8px 0 8px 24px;
	margin:0;
	background:url(img/img02.gif) 7px 10px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #895027;
}

#pagelist ol li a:hover{
	color:#f00;
}




#pagelist ol li#cl1 a{
	width:174px;
	height:25px;
	padding:3px 10px 0;
	margin:0;
	background:#fff url(img/img01.gif) repeat-x;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	display:block;
	border:none;
}

#pagelist ol li#cl1 a:hover{
	color:#F00;
}





/*** RIGHT BOX ***/



#rightBox{
	width:464px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#rightBox ul{
	margin:0px 5px 20px;
}


#rightBox li{
	line-height:200%;
}



#rightBox h2{
	width:444px;
	height:31px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:25px;
}


#rightBox h3{
	width:444px;
	height:25px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}








/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:695px;
	padding:0;
	margin:30px 0 0;
	background-color:#4d0000;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:675px;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}




