/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.jpg);
}

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:#F3F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#top{
	width:743px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;}





/*** HEADER COLUMN ***/




#headerCol{
	width:743px;
	height:139px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerCol h1{
	padding:0 0 0 280px;
}

#headerCol h1 a{
	width:400px;
	height:139px;
	display:block;
}

#headerCol h1 a span{
	display:none;}





/*** SIDE COLUMN ***/


#sideCol{
	width:192px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#sideCol ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;	
}


#sideCol ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F7F7F7;
}


#sideCol h2{
	width:192px;
	height:31px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sideCol h2 span{
	display:none;}




#siteMenu{
	width:192px;
	margin:0 0 15px;
	padding:0 0 20px;
	background:#fff url(img/img04.jpg) no-repeat;
	background-position:bottom;
}



#siteMenu ul{
	width:188px;
	margin:0;
	padding:0;
	background-color:#efdeeb;
	border-left:2px solid #a15755;
	border-right:2px solid #a15755;
	border-bottom:2px solid #a15755;
}


#siteMenu ul li{
	width:188px;
	margin:0;
	padding:0 0 3px;
	background:#efdeeb url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#siteMenu ul li a{
	width:160px;
	padding:8px 3px 8px 23px;
	margin:0;
	background:url(img/img02.jpg) 3px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#282828;
	font-size:12px;
	line-height:110%;
}

#siteMenu ul li a:hover{
	color:#f00;
}



#siteMenu ol{
	width:192px;
	margin:0;
	padding:0;
}


#siteMenu ol li#cl1 a{
	width:172px;
	padding:7px 10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
}

#siteMenu ol li#cl1 a:hover{
	color:#F00;
}





/*** CENTER COLUMN ***/


#centerCol{
	width:514px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#centerCol ul{
	margin:0px 5px 20px;
}


#centerCol li{
	line-height:200%;
}



#centerCol h2{
	width:474px;
	height:34px;
	padding:3px 0 0 40px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:34px;
}


#centerCol h3{
	width:484px;
	padding:5px;
	margin:20px 0;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #a15755;
	border-right:10px solid #a15755;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}







/*** FOOTER COLUMN ***/



#footerCol{
	clear:both;
	width:743px;
	padding:0;
	margin:30px 0 0;
	background-color:#a15755;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#footerCol ul{
	padding:10px;
}


#footerCol ul li{
	line-height:180%;}

#footerCol p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:723px;
	text-align:right;
}

#footerCol img{
	border:0;
	margin:5px;
}


