body {
	background:#f8f8f8;
	margin:0;
	font-family: Arial, Helvatica, Verdana, Arial;
	font-size:12px;
}
a {
    color:#690;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
        font-size:0px;
}
#wrapper {
	width:990px;
	margin:0 auto;
}
#header, #layout-body, #footer {
	clear:both;
}
#layout-body{
    width:990px;
}
#header {
	height:159px;
}
#footer {
text-align:center;
}
#footer span {
padding:15px 0;
font-size:12px;
display:block;
color:#9b9b9b;
} 
#content, #sidebar {
	float:left;
}
#content {
	width:651px;
	margin:0 10px 0 0;
	background:#FFF;
}
#sidebar {
	width:329px;
}
.top-rounded, .bottom-rounded {
	clear:both;
        overflow:hidden;
}
.body-content {
	padding:9px;
	border-right:8px solid #e3e3e3;
	border-left:8px solid #e3e3e3;
	background:#FFF;
}
.top-rounded, .bottom-rounded {
	height:9px;
}
.top-rounded {
	background:url(http://media.koego.com/image/common/site/bg-top-box.gif) repeat-x top;
}
.bottom-rounded {
	background:url(http://media.koego.com/image/common/site/bg-bottom-box.gif) repeat-x top left;
}
.top-rounded i, .top-rounded em, .bottom-rounded i, .bottom-rounded em {
	width:9px;
	height:9px;
	display:block;
}
.top-rounded i {
	float:left;
	background:url(http://media.koego.com/image/common/site/round-top-left.gif) no-repeat;
}
.top-rounded em {
	float:right;
	background:url(http://media.koego.com/image/common/site/round-top-right.gif) no-repeat;
}
.bottom-rounded i {
	float:left;
	background:url(http://media.koego.com/image/common/site/round-bottom-left.gif) no-repeat;
}
.bottom-rounded em {
	float:right;
	background:url(http://media.koego.com/image/common/site/round-bottom-right.gif) no-repeat;
}
#koego-banner, #top-blog, #tag-cloud, #topics {
	margin:0 0 10px 0;
}

#paginator {
    text-align:center;
    margin:10px auto;
}
#paginator a,#paginator span {
    display:inline-block;
    padding: 4px 7px;
    margin:0 5px;
    background-color:#fff;   
    -moz-border-radius:3px;
    -webkit-border-radius:3px;   
}
#paginator span {
    color:#999;
    border:1px solid #999;
    text-decoration:none;
}
#paginator a {
    color:#444;
    border:1px solid #444;
    text-decoration:none;
}
#paginator a:hover {
    color:#3A8FD2;

    border-color:#3A8FD2;

    text-decoration:none;
} #paginator .current {
    border:1px solid #3A8FD2;
    background-color:#3A8FD2;
    color:#fff;
    font-weight:bold;
}
#paginator .current:hover {
  color:#fff;
}
