/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg_main.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:#F90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#wrapperAll{
	width:651px;
	margin:0 auto;
	padding:0 7px 0 8px;
	text-align:left;
	background:#FFF url(img/bg_body.jpg) repeat-y;
}





/*** HEADERBAR ***/




#headerbar{
	width:651px;
	height:197px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headerbar h1{
	padding:0 0 0 270px;
}

#headerbar h1 a{
	width:381px;
	height:80px;
	display:block;
}

#headerbar h1 a span{
	display:none;}






/*** ENTRIES ***/


#entries{
	width:387px;
	margin:0 0 0 12px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#entries ul{
	margin:0px 5px 20px;
}


#entries li{
	line-height:200%;
}



#entries h2{
	width:372px;
	height:37px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:37px;
}


#entries h3{
	width:367px;
	padding:5px 5px 5px 15px;
	margin:20px 0;
	background:url(img/h3.jpg) 0px 5px no-repeat;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
}




/*** MENUBAR ***/


#menubar{
	width:214px;
	padding:0;
	margin:20px 12px 0 0;
	position:relative;
	float:right;
}


#menubar ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F7F7F7;
	
}

#menubar ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}


#menubar h2{
	width:214px;
	height:25px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 5px;
}


#menubar h2 span{
	display:none;}





ol#siteMenu{
	width:213px;
	margin:0 0 15px;
	padding:0 0 23px;
	background:#d0d5de url(img/img03.jpg) no-repeat;
	background-position:bottom;
}



ol#siteMenu li a{
	width:185px;
	padding:8px 3px 8px 25px;
	margin:0;
	background:url(img/img02.jpg) 5px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

ol#siteMenu li a:hover{
	color:#f00;
}



ol#siteMenu li#cl1 a{
	width:183px;
	height:22px;
	padding:15px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	display:block;
	border:none;
}

ol#siteMenu li#cl1 a:hover{
	color:#F00;
}







/*** FOOTER ***/



#footer{
	clear:both;
	width:651px;
	padding:0;
	margin:30px 0 0;
	background-color:#607ba6;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#footer ul{
	padding:10px;
}


#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:631px;
	text-align:right;
}

#footer img{
	border:0;
	margin:5px;
}

