/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/back.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;}
a:hover{
	color:#F00;}





#topFrame{
	width:695px;
	margin:0 auto;
	padding:0 2px;
	text-align:left;
	background-color:#FFF;
}







/*** HEADER ***/


#header{
	width:695px;
	height:209px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:695px;
	height:209px;
	display:block;
}

#header h1 a span{
	display:none;}





/*** MAIN ***/



#main{
	width:695px;
	margin:0 0 30px;
}





/* LEFT BOX */




#leftBox{
	width:218px;
	padding:0;
	margin:20px 0 0 3px;
	position:relative;
	float:left;
}


#leftBox ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F7F7F7;
}

#leftBox ul li{
	padding:4px;
	margin:0;
	border-bottom:#aaa dotted 1px;
}

#leftBox h2{
	width:218px;
	height:35px;
	background:#fff url(img/img01.gif) no-repeat;
	margin:0;
}

#leftBox h2 span{
	display:none;}






ul#contList{
	width:212px;
	margin:0;
	padding:0;
	background-color:#f0eabf;
	border-left:3px solid #ea8a01;
	border-right:3px solid #ea8a01;
	border-bottom:15px solid #ea8a01;
}

ul#contList li{
	padding:0;
	border:none;
}


ul#contList li a{
	width:185px;
	padding:7px 2px 10px 25px;
	margin:0;
	background:url(img/img03.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #713208;
}


ul#contList li a:hover{
	color:#F00;
}



ul#contList li#cl1 a{
	width:192px;
	height:31px;
	padding:5px 10px;
	margin:0;
	background:#fff url(img/img02.gif) no-repeat;
	color:#713208;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}


ul#contList li#cl1 a:hover{
	color:#F00;
}





/* RIGHT BOX */



#rightBox{
	width:460px;
	margin:0 3px 0 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:425px;
	height:40px;
	padding:0 0 0 35px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#713208;
	font-size:16px;
	line-height:40px;
}



#rightBox h3{
	width:445px;
	height:32px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#333;
	font-size:14px;
	line-height:32px;
}









/*** FOOTBAR ***/



#footbar{
	clear:both;
	width:695px;
	padding:5px 0;
	margin:0;
	background-color:#a48b65;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#footbar ul{
	padding:5px 5px 10px;
}

#footbar ul li{
	line-height:180%;}

#footbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#footbar img{
	border:0;
	margin:5px;
}


