/*** 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:#F90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#all{
	width:704px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}



#all table{
	width:704px;
	margin:0;
	border-collapse:collapse;
}

#all td{
	border-collapse:collapse;
	vertical-align:top;
}





/*** HEADER BAR ***/



#headerbar{
	width:704px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#headerbar h1{
	padding:0;
}

#headerbar h1 a{
	width:430px;
	height:140px;
	display:block;
}

#headerbar h1 a span{
	display:none;}






/*** ENTRIES ***/


#entries{
	width:486px;
	padding:0 0 0 10px;
	margin:0;
	font-size:14px;
	line-height:300%;
}



#entries ul{
	margin:0px 5px 20px;
}


#entries li{
	line-height:200%;
}



#entries h2{
	width:456px;
	height:32px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:32px;
}


#entries h3{
	width:467px;
	padding:4px;
	margin:20px 0;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #9e1616;
	border-right:1px solid #9e1616;
	border-top:1px solid #9e1616;
	border-bottom:1px solid #9e1616;
}





/*** SIDE ***/


#side{
	width:184px;
	padding:20px 8px 0 15px;
	margin:0;
}


#side ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F2F2F2;
}


#side ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}


#side h2{
	width:184px;
	height:34px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#side h2 span{
	display:none;}



#side ol{
	width:184px;
	margin:0 0 15px;
	padding:0 0 31px;
	background:#598fd9 url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#side ol li a{
	width:160px;
	padding:8px 0px 8px 24px;
	margin:0;
	background:url(img/img02.jpg) 4px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #d7d7d7;
}

#side ol li a:hover{
	color:#f00;
}



#side ol li#cl1 a{
	width:164px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}

#side ol li#cl1 a:hover{
	color:#F00;
}









/*** FOOTER ***/



#footer{
	clear:both;
	width:704px;
	padding:0;
	margin:30px 0 0;
	background-color:#598fd9;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#333;
}



#footer ul{
	padding:10px;
}


#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:684px;
	text-align:right;
}

#footer img{
	border:0;
	margin:5px;
}


