body {
	font-family:Verdana;
	font-size:10px;
	background-color: #ffffff;
	background: url('../images/bg_vert.gif') repeat-y;
	margin: 0;
	min-width:1000px;
}
.copyrights {
	position:relative;
	left:180px;
	top:0px;
	height:40px;
	width:200px;
}

.background_menu {
	width:100%;
	height:30px;
}
.int_menu {
	position: absolute;
	width:600px;
	height:15px;
	left:180px;
}
.background_module {
	width:100%;
	background: url('../images/module_bg_hor.gif') repeat-x;
}
.module_header {
	position:relative;
	width: 640px;
	height: 85px;
	left:150px;
}

.post {
	position:relative;
	width:640px;
	left:150px;
}
.post_body {
		background:url('../images/post_body.jpg') repeat-y;
		padding-left:20px;
		padding-right:30px;
		position:relative;
		top:-1px;
}
.post_footer {
	position:relative;
	width:640px;
	height:65px;
	top:-1px;
}
.post_header {
	position:relative;
	width:640px;
	hight:40px;
	top:2px;
}