@charset "iso-8859-2";
* {
	margin:0px;
	padding:0px;
	background-color:#000000;
}

#site{
	width:800px;
	height:auto;
	margin:0 auto;
}

#top{
	width:800px;
	height:240px;
}

#main{
	width:800px;
	height:auto;
	margin-bottom:20px;
}

#top_left{
	background-image:url(images/img_01.jpg);
	width:227px;
	height:240px;
	float:left;
}

#top_right{
	width:573px;
	height:240px;
	float:left;
}

#top_right_top{
	width:573px;
	height:196px;
}

#top_right_l{
	background-image:url(images/img_02.jpg);
	width:320px;
	height:196px;
	float:left;
}

#top_right_r{
	width:253px;
	height:196px;
	float:left;
}

#top_right_r_menu{
	width:253px;
	height:45px;
	float:left;
}

#top_right_r_middle{
	background-image:url(images/img_08.jpg);
	width:253px;
	height:115px;
	float:left;
}

#top_right_r_bottom{
	width:253px;
	height:36px;
	float:left;
}

#top_right_menu_bottom{
	width:573px;
	height:44px;
}

.link{
	border:none;
	float:left;
}

#start_center {
	margin-left:90px;
	margin-right:50px;
	margin-top:10px;
}

#bottom{
	width:100%;
}

#adv_1_468{
	background-color:#FFFFFF;
	width:468px;
	height:60px;
	margin:0 auto;
	margin-top:10px;
}

#adv_1_750{
	background-color:#FFFFFF;
	width:750px;
	height:100px;
	margin:0 auto;
	margin-top:10px;
}

#right{
	float:right;
}

#adv_2{
	background-color:#FFFFFF;
	width:160px;
	height:600px;
	margin-top:20px;
	margin-right:45px;
	margin-bottom:20px;

}

#infobox {
	width:158px;
	margin-top:20px;
	margin-right:45px;
	margin-bottom:20px;
	height:auto;
	border-color:#5C5C5C;
	border-width:1px;
	border-style:solid;
	float:left;
}

#block {
	width:456px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:20px;
	height:auto;
	border-color:#5C5C5C;
	border-width:1px;
	border-style:solid;
	float:left;
}

#text {
	margin:5px;
	margin-top:0px;
	color:#FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:10px;
}

#text1 {
	margin:5px;
	color:#FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:10px;
}

.no_border{
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
}

.textarea {
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
	color:#FFFFFF;
	width:340px;
	height:100px;
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
}

.cur{
	cursor:pointer;
}