body{
	background: url(img/bg.bmp) repeat-x ;
	background-color: #DBDBDB;
} 
#wrap{
	width: 700px;
	margin: 0 auto;
	background-color: white;
}

.ue{
	background: url(img/head.gif);
	height: 20px;
	width: 700px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	}
	
.class{
	background: url(img/head_bg.jpg) repeat-x;
	
}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/m_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/m_left.gif) no-repeat;
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/m_right.gif) no-repeat right top;
}


.sidemenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.sidemenu li.title{
	background-image: url(img/side_m.gif);
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	height:20px;
}

.sidemenu li a{
background: white url(img/side_bg.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html 
.sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: white;
}

.sidemenu li a:hover{
background-image: url(img/side_bg2.gif);
}

#side{
	float: right;
	width: 170px;
}

#main{
	float: left;
	width: 500px;
}

.rank{
	width: 450px;
	margin: 30px auto;
}
#foot{
	width: 700px;
	height: 30px;
	color: white;
	background-image: url(img/foot.gif);
	font-size: 10px;
	font-weight: bold;
}

.comment_top {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
}
