/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#cdecdf url(img/bg01.jpg) repeat-x;
}


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:#36F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}


#wrap{
	background-image:url(img/bg02.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


#layout{
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}



/*** HEADLINER ***/



#headliner{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headliner h1{
	padding:0 0 0 300px;
}

#headliner h1 a{
	width:340px;
	height:199px;
	display:block;
}

#headliner h1 a span{
	display:none;}






/*** LEFT BODY ***/



#leftBody{
	width:430px;
	margin:0 0 0 12px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#leftBody ul{
	margin:0px 5px 20px;
}

#leftBody li{
	line-height:200%;
}



#leftBody h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	font-size:16px;
	color:#000;
	line-height:36px;
}


#leftBody h3{
	width:415px;
	height:23px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	font-size:14px;
	color:#2a2a2a;
	line-height:23px;
}


#text{
	width:430px;
	margin:0;
	padding:0 0 30px;
}




/*** RIGHT BODY ***/


#rightBody{
	width:192px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#rightBody ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#f6f6f6;
}

#rightBody ul li{
	padding:4px;
	margin:0 0 5px;
	border-bottom:1px dotted #ccc;
}


#rightBody h2{
	width:192px;
	height:33px;
	padding:0;
	margin:0;
	background:#fff url(img/h2_02.jpg) no-repeat;
}


#rightBody h2 span{
	display:none;}





ol#siteMenu{
	width:192px;
	margin:0 0 15px;
	padding:0 0 29px;
	background:#ffe7fa url(img/list03.jpg) no-repeat;
	background-position:bottom;
}



ol#siteMenu li a{
	width:165px;
	padding:8px 2px 8px 25px;
	margin:0;
	background:url(img/list02.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #e2c0f3;
}

ol#siteMenu li a:hover{
	color:#F00;
}



ol#siteMenu li#cl1 a{
	width:172px;
	height:21px;
	margin:0;
	padding:10px;
	background:#fff url(img/list01.jpg) no-repeat;
	color:#2a2a2a;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	display:block;
	border:none;
}

ol#siteMenu li#cl1 a:hover{
	color:#F00;
}








/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:660px;
	padding:0;
	margin:30px 0 0;
	background-color:#bd678a;
	color:#FFF;
	font-size:10px;
	line-height:150%;
	text-align:left;
}



#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:right;
	width:640px;
}

#copyright img{
	border:0;
	margin:5px;
}



