* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(../img/head_x.png) repeat-x top;
}

#sidebar {
	width: 188px;
	overflow: hidden;
	float: left;
	padding-bottom: 35px;
}

#cnt {
	width: 1000px;
	background: url(../img/sidebar_y.png) repeat-y left;
	float: left;
	overflow: hidden;
}

#header {
	width: 644px;
	float: left;
	overflow: hidden;
	background: url(../img/header.png) no-repeat left;
	height: 125px;
	
}

#body {
	color: #0000ff;
	width: 644px;
	padding-top: 40px;
	float: left;
	overflow: hidden;
	background: url(../img/body_left_corner.png) no-repeat left top;
}
#left_cnt {
	width: 1000px;
	float: left;
	overflow: hidden;
	background: url(../img/body_left_corner.png) no-repeat left top;
}

#content_all {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(../img/footer_corner.png) no-repeat left bottom;
	padding-bottom: 20px;
}

#footer {
	background: url(../img/footer_x.png) repeat-x;
	width: 100%;
	height: 36px;
	float: left;
}

.pages{
	margin: 10px 0px 10px 0px;
	text-align:center;
	float: left;
	width: 100%;
}

.pages a, .pages span{
	padding:2px 4px;
	background:#eae8dc;
	margin:0px 2px;
	color:#b1ad96;
	font-weight:bold;
	text-decoration:none;
	border:1px solid white;
}

.pages span{
	border: 1px solid #dedbc7;
	color:#454545;
}

.pages a:hover{
	border: 1px solid #dedbc7;
}

#side_right {
	padding-top: 30px;
	width: 160px;
	padding-left: 8px;
	float: left;
	overflow: hidden;
}

#side_right img {
	margin-bottom: 20px;
	margin-left: 5px;
}

#side_links {
	list-style: none;
	float: left;
	text-align: center;
	width: 85%;
	line-height: 40px;
}

#ads_head {
	float :left;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}

#side_links a {
	text-decoration: none;
	color: #a9a47b;
}	

#side_links a:hover {
	text-decoration: underline;
}

.jokes {
	width: 605px;
	float: left;
	clear: left;
	margin-left: 25px;
	border-bottom: 1px solid #0000ff;
	padding-bottom: 15px;
	padding-top: 20px;
}
* html .jokes {
	width: 605px;
	float: left;
	clear: left;
	margin-left: 15px;
	border-bottom: 1px solid #0000ff;
	padding-bottom: 15px;
	padding-top: 20px;
}

#left_banner {
	width: 160px;
	margin-top: 20px;
	overflow: hidden;
}