	body {
		margin: 0 0 0 0;
		color: #000;
		/*font: normal 12px 'comic sans', sans-serif;*/
		font-family: tahoma;
		font-size: 12px;
		background: url('../images/back.jpg') no-repeat fixed top center;
	}   
	div, p, img, dt, dd, h1, h2, h3, small, strong, td {
		margin: 0;
		padding: 0;
		font: normal 11px 'Tahoma', sans-serif;
	}
	td {
	}
	img {
		border: 0;
	}
	a {
		color: #000;
	}
	p {
		color: #000;
		margin: 0px 0px 5px 0px;
	}
	h1 {
	    color: #000;
	    font-size: 18px;
	    font-weight: normal;
	}
	h2 {
	    color: #000;
	    font-size: 13px;
	    font-weight: bold;
	}
	h3 {
			font-size: 11px;
			color: #000;
	    font-weight: bold;
	}
	strong {
		font-weight: bold;
	}
	div.fl {
		float: left;
		text-align: left;
	}
	div.fr {
		float: right;
		text-align: left;
	}
	div.errors {
		font-weight: bold;
		margin: 20px;
	}
	div.debug {
		border: 1px solid #f00;
	}
	div#main  {
		float: left;
		width: 824px;
		background: #f5f5f5;
		opacity:.95;
		filter: alpha(opacity=95);
		margin: 0 0 0 0;
	}
	div#header  {
		width: 824px;
		height: 89px;
		background: url( '../images/header_bg.jpg' );
	}
	div#controller  {
		height: 43px;
		line-height: 43px;
	}
	div#controller a {
		font-weight: bold;
		color: 323853;
		text-decoration: none;
		border: 0px;
	}
	div#controller a:hover {
		text-decoration: underline;
		border: 0px;
	}
	div#login {
		float: right;
		height: 43px;
		line-height: 43px;
		width: 524px;
	}
	div#search {
		float: right;
		height: 43px;
		line-height: 43px;
		width: 190px;
		margin: 0px 0px 0px 46px;
	}
	div#newsletter_box {
		height: 43px;
		line-height: 43px;
		float: right;
		text-align: right;
		margin-right: 40px;
	}
	div#container  {
		display: table;
		width: 1000px;
	}
	div#top_menu {
		width: 524px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #3d5267;
		border-bottom: 1px solid #d8d7d7;
		clear: both;
	}
	div#top_menu a {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #3d5267;
		text-decoration: none;
		border-bottom: 0px;
	}
	div#top_menu a:hover {
		text-decoration: underline;
	}
	div#content {
		float: right;
		width: 524px;
		margin: 15px 0px 0px 0px;
	}
	div#content img {
		margin: 0px 5px 0px 5px;
	}
	
	div#left {
		float: left;
		width: 622px;
		border-left: 1px solid #e1e2e1;
	}
	
	div#left_inner {
		padding: 20px 20px 0 20px;
	}
	
	div#right {
		float: left;
		width: 200px;
	}
	div#right a.menu {
		display: block;
		width: 190px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #8b8b8b;
		text-decoration: none;
		text-transform: uppercase;
		padding: 2px 0 2px 10px; 
	}
	div#right a.menu:hover {
		background: #b3d3f3;
	}
	div#footer  {
		width: 824px;
		height: 27px;
		line-height: 27px;
		background-color: #f5f5f5;
		color: #cbcbcb;
		text-align: center;
		margin: 0px 0px 0px 0px;
		clear: both;
		float: left;
	}
	div#footer a {
		border-bottom: 0px;
		color: #cbcbcb;
	}
	div#footer a:hover {
		border-bottom: 1px dashed #cbcbcb;
	}
	.form_input {
		width: 100px;
		height: 12px;
		border: 1px solid #323853;
		background-color: #fff;
		color: #444444;
	}
	.form_button {
		width: 30px;
		background-color: #8e9caa;
		border: 1px solid #323853;
		color: #fff;
	}
	input {
		border: 1px solid #323853;
		background-color: #fff;
		color: #444444;
		font-size: 10px;
	}
	input.gomb {
		border: 1px solid #323853;
		background-color: #8e9caa;
		font-size: 10px;
		color: #fff;
	}
	.gallery_pic_container {
		width: 100px;
		height: 100px;
		position: absolute;
		top: 100px;
		left: 100px;
	}
/* Forum controllers styles */
	a.forum_icon {
		width: 16px;
		height: 16px;
		margin: none;
		padding: none;
		display: block;
		float: left;
		text-decoration: none;
	}
	a.topic_close {
		background-image: url('../images/sys/page_error.png');
	}
	a.topic_delete {
		background-image: url('../images/sys/page_delete.png');
	}
	a.msg_moderate {
		background-image: url('../images/sys/script_delete.png');
	}
	a.msg_ban_user {
		background-image: url('../images/sys/script_error.png');
	}
	a.msg_edit_msg {
		background-image: url('../images/sys/script_edit.png');
	}
/* News comments controllers styles */
	a.comment_icon {
		width: 16px;
		height: 16px;
		margin: none;
		padding: none;
		display: block;
		float: left;
		text-decoration: none;
	}
	a.comment_ban_user {
		background-image: url('../images/sys/script_error.png');
	}
	a.comment_delete {
		background-image: url('../images/sys/script_delete.png');
	}

