/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-image:url(img/bg.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:#69F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#wrapper{
	width:650px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #c5c6c9;
	border-right:5px solid #c5c6c9;
}






/*** HEADBAR ***/


#headbar{
	width:650px;
	height:207px;
	background:#fff url(img/top.jpg) no-repeat;
	margin:0;
}


#headbar h1{
	padding:0 0 0 280px;
}

#headbar h1 a{
	width:370px;
	height:207px;
	display:block;
}

#headbar h1 a span{
	display:none;}








/*** SIDE ***/


#side{
	width:197px;
	padding:0;
	margin:20px 0 30px 4px;
	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 #ACBDD9;
}


#side h2{
	width:197px;
	height:25px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 3px;
}

#side h2 span{
	display:none;}




#side ol{
	width:197px;
	margin:0 0 15px;
	padding:0 0 21px;
	background:#868484 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#side ol li{
	width:197px;
	padding:0 0 3px;
	background:transparent url(img/img02.gif) no-repeat;
	background-position:bottom;
}

#side ol li a{
	width:170px;
	padding:7px 2px 7px 25px;
	margin:0;
	background:url(img/img01.gif) 5px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
}


#side ol li a:hover{
	color:#F00;
}


#side ol li#cl1{
	padding:0;
	background-image:none;
}


#side ol li#cl1 a{
	width:177px;
	padding:7px 10px;
	margin:0;
	background-color:#5b6ead;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}


#side ol li#cl1 a:hover{
	color:#F00;
}






/*** CENTER ****/



#center{
	width:440px;
	margin:0 4px 30px 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#center ul{
	margin:0px 5px 20px;
}


#center li{
	line-height:200%;
}



#center h2{
	width:415px;
	height:26px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:26px;
}



#center h3{
	width:415px;
	height:25px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}






/*** FFOTER ***/



#footer{
	clear:both;
	width:650px;
	padding:5px 0;
	margin:0;
	background-color:#3855a6;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}


#footer ul{
	padding:5px;
}

#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footer img{
	border:0;
	margin:5px;
}


