/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.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:#F6F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#container{
	width:629px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #345daa;
	border-right:5px solid #345daa;
}







/*** TOP BLOCK ***/



#top-block{
	width:629px;
	height:157px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#top-block h1{
	padding:17px 0 0 260px;
}


#top-block h1 a{
	width:330px;
	height:120px;
	display:block;
}

#top-block h1 a span{
	display:none;}





/*** SIDE BLOCK ***/


#side-block{
	width:197px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#side-block ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
	
}


#side-block ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F3F3F3;
}



#side-block h2{
	width:197px;
	height:29px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 5px;
}


#side-block h2 span{
	display:none;}




#side-block ol{
	width:197px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#d8e0ef url(img/img03.jpg) no-repeat;
	background-position:bottom;
}

#side-block ol li a{
	width:170px;
	padding:8px 3px 8px 24px;
	margin:0;
	background:url(img/img02.jpg) 4px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

#side-block ol li a:hover{
	color:#f00;
}


#side-block ol li#cl1 a{
	width:177px;
	height:24px;
	padding:0px 10px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	display:block;
}

#side-block ol li#cl1 a:hover{
	color:#F00;
}




/*** TEXT BLOCK ***/



#text-block{
	width:404px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#text-block ul{
	margin:0px 5px 20px;
}


#text-block li{
	line-height:200%;
}



#text-block h2{
	width:374px;
	height:28px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#232222;
	font-size:16px;
	line-height:28px;
}


#text-block h3{
	width:385px;
	padding:4px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333;
	font-size:14px;
	line-height:100%;
	border-left:10px solid #4c70b4;
	border-right:1px solid #4c70b4;
	border-top:1px solid #4c70b4;
	border-bottom:1px solid #4c70b4;
}








/*** BOTTOM BLOCK ***/



#bottom-block{
	clear:both;
	width:629px;
	padding:0;
	margin:30px 0 0;
	background-color:#4c70b4;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}



#bottom-block ul{
	padding:10px;
}


#bottom-block ul li{
	line-height:180%;}

#bottom-block p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:609px;
	text-align:left;
}

#bottom-block img{
	border:0;
	margin:5px;
}


