@import url(undohtml.css);

body{ 
	font-size:80%;
	width:983px;
	margin:auto;
	margin-top:78px;
	text-align:center;
	font-family: arial, verdana;
}

address{margin:0 0 0 -1px}
#top_menu img{float:right;}
#top_menu ul{
	float:right;
	background:url(/images/menu_back.gif) no-repeat;
}

#top_menu ul li{display: inline;}

#top_menu ul li a{
	display:block;
	float:left;
	width:111px;
	padding:4px 0 3px 0;
	color:#fff;
	font-weight:200;
	font-size:85%;
	opacity: .5;
	filter: alpha(opacity=50);
}

#top_menu ul li .menu_select,
#top_menu ul li a:hover{
	opacity: .10;
	filter: alpha(opacity=100);
}

#top_menu img{margin:4px 0 2px 8px;}

#container{
	clear:both;
	height:419px;
	padding:0 113px 0 0;
	text-align:left;
}

.style1{background:#1B1B1B url(/images/main_back.gif) repeat-y right;}
.style2{background:#B3B77C url(/images/main_back.gif) repeat-y right;}
.style3{background:#99BFE4 url(/images/main_back.gif) repeat-y right;}

.style1 #content {
	background:url(/images/bottom1.gif) no-repeat 25px bottom;
	color:#F2F2F2;
}

.style2 #content {
	background:url(/images/bottom2.gif) no-repeat 25px bottom;
	color:#975C0E;
}
.style3 #content {
	background:url(/images/bottom3.gif) no-repeat 25px bottom;
	color:#1B4065;
}

#container div{width:530px;}

#container #main_image,
#container #sub_image{
	width:333px;
	height:419px;
}

#container #main_image{
	float:right;
	overflow:hidden;
	/*background-image:url(/images/img_def.jpg);*/
}

#container #top_thing{
	height:123px;
}

#container #top_thing ul{
	padding:15px 0 0 5px;
}

#container #top_thing li{
/*	width:40px;
	height:40px;*/
	float:left;
	margin:0 3px 0 3px;
}

#container #top_thing li a{
	display:block;
	padding:4px 4px 4px 4px;
	border:1px solid #B3B77C;
}

#container #top_thing li a:hover,
#container #top_thing li .selected{border:1px solid #fff;}

#container #top_thing li img{
	border:1px solid #ccc;
	width:40px;
	height:40px;
}

#container #content{
	padding:0 20px 70px 25px;
	width:450px;
	height:200px;
	font-size:75%;
/*	font-weight:700;*/
	line-height:160%;
}

#container #content #title_image{margin:0 0 10px 0;}

#container #content p{padding:5px 0;}

#container #content a{color:#fff;}
#container #content a:hover{text-decoration:underline;}

#footer{
	text-align:right;
	margin:5px 0 0 0;
}

#footer a{
	font-size:70%;
	color:#ccc;
	float:left;
}

#footer a:hover{color:#999;}
