/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	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:#f00;
	text-decoration:none;}
a:hover{
	color:#F9F;
	text-decoration:underline;}








#layout{
	width:618px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
	border-left:10px solid #f8a8a8;
	border-right:10px solid #f8a8a8;
}







/*** HEADLINER ***/



#headliner{
	width:618px;
	height:157px;
	background:#fff url(img/h1.jpg) no-repeat;
	margin:0;
}


#headliner h1{
	padding:0;
}

#headliner h1 a{
	width:618px;
	height:157px;
	display:block;
}

#headliner h1 a span{
	display:none;}













/*** INNER BOX ***/




#innerbox{
	width:618px;
	margin:0 0 30px;
}

#clear{
	clear:both;}






/* MENU */



#menu{
	width:195px;
	padding:0;
	margin:20px 0 0 2px;
	position:relative;
	float:left;
}


#menu ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F6F6F6;
}

#menu ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #aaa;
}


#menu h2{
	width:195px;
	height:27px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 2px;
}


#menu h2 span{
	display:none;}




#menu ol{
	width:195px;
	margin:0 0 15px;
	padding:0 0 27px;
	background:#fff url(img/img02.gif) no-repeat;
	background-position:bottom;
}



#menu ol li a{
	width:185px;
	padding:7px 0 10px 10px;
	margin:0;
	background:#fff url(img/img01.gif) no-repeat;
	background-position:bottom;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
}


#menu ol li a:hover{
	color:#F00;
}



#menu ol li#cl1 a{
	width:185px;
	padding:5px;
	margin:0;
	background-color:#bc7878;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	background-image:none;
}


#menu ol li#cl1 a:hover{
	color:#F00;
}






/* TEXT */



#text{
	width:413px;
	margin:0 2px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#text ul{
	margin:0px 5px 20px;
}


#text li{
	line-height:200%;
}



#text h2{
	width:393px;
	height:29px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:29px;
}



#text h3{
	width:393px;
	height:25px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:12px;
	line-height:25px;
}
















/*** FOOTERBAR ***/



#footerbar{
	width:618px;
	padding:5px 0;
	margin:0;
	background-color:#bc7878;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footerbar ul{
	padding:5px;
}


#footerbar ul li{
	line-height:180%;}

#footerbar p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footerbar img{
	border:0;
	margin:5px;
}




