/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back01.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:649px;
	margin:0 auto;
	padding:0 4px;
	text-align:left;
	background:#FFF url(img/back02.jpg) repeat-y;
}


#clear{
	clear:both;
}





/*** HEADLINER ***/



#headliner{
	width:649px;
	height:208px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#headliner h1{
	padding:0;
}

#headliner h1 a{
	width:649px;
	height:208px;
	display:block;
}

#headliner h1 a span{
	display:none;}







/*** SIDE ***/


#side{
	width:179px;
	padding:0;
	margin:20px 0 0 8px;
	position:relative;
	float:left;
}


#side ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
	
}

#side ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}



#side h2{
	width:179px;
	height:28px;
	background:#fff url(img/l_h2.jpg) no-repeat;
	margin:0;
}


#side h2 span{
	display:none;}





ol#page{
	width:179px;
	margin:0 0 15px;
	padding:0 0 25px;
	background:#fff url(img/img04.jpg) no-repeat;
	background-position:bottom;

}


ol#page li{
	width:173px;
	padding:0 0 3px;
	background:#fff url(img/img03.jpg) no-repeat;
	background-position:bottom;
	border-left:3px solid #fa484d;
	border-right:3px solid #fa484d;
}


ol#page li a{
	width:150px;
	padding:8px 0px 8px 23px;
	margin:0;
	background:url(img/img02.jpg) 3px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#272626;
	font-size:14px;
	line-height:110%;
}

ol#page li a:hover{
	color:#f00;
}




ol#category{
	width:179px;
	margin:0;
	padding:0;
}


ol#category li#cl1 a{
	width:159px;
	height:16px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	display:block;
}

ol#category li#cl1 a:hover{
	color:#F00;
}






/*** MAIN ***/



#main{
	width:435px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#main ul{
	margin:0px 5px 20px;
}


#main li{
	line-height:200%;
}



#main h2{
	width:415px;
	height:39px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:41px;
}


#main h3{
	width:420px;
	height:28px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#000;
	font-size:14px;
	line-height:24px;
}




#entry{
	width:435px;
	padding:0 0 30px;
}










/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:649px;
	padding:0;
	margin:30px 0 0;
	background-color:#fa484d;
	font-size:10px;
	line-height:150%;
	text-align:left;
	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:629px;
	text-align:right;
}

#copyright img{
	border:0;
	margin:5px;
}




