	body {
		margin: 0;
		color: #fff;
		font: normal 10px 'Verdana', sans-serif;
		background-color: #6a5b3e;
	}   
	div, p, img, ul, ol, dt, dd, h1, h2, h3, small, strong, td {
		margin: 0;
		padding: 0;
		font: normal 10px 'Verdana', sans-serif;
		text-align: left;
		color: #fff;
	}
	td {
	}
	img {
		border: 0;
	}
	a {
		color: #FEC904;
	}
	a:hover {
		color: #ccc;
	}
	p {
		color: #fff;
		margin: 0px 0px 5px 0px;
	}
	h1 {
	    color: #FEC904;
	    font-size: 18px;
	    font-weight: normal;
	}
	h2 {
	    color: #FEC904;
	    font-size: 13px;
	    font-weight: bold;
	}
	h3 {
			font-size: 11px;
			color: #FEC904;
	    font-weight: bold;
	}
	ul {
		margin: 3px 0px 3px 20px;
	}
	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 {
		width: 791px;
		display: table;
	}
	div#header {
		width: 791px;
		height: 94px;
		background: url( '../images/header_bg.jpg' );
	}
	div#menu {
		width: 791px;
	}
	div#content {
		width: 791px;
		height: 511px;
		background: url( '../images/body_bg.jpg' );
		display: table;
	}
	div#para {
		width: 345px;
		margin: 10px 5px 0px 390px;
		/* margin: 40px 0px 0px 380px; */
	}
	div#footer {
		width: 791px;
		height: 64px;
		background: url( '../images/footer_bg.jpg' );
	}
	div#footer p {
		color: #fff;
		text-align: right;
		padding: 10px 20px 0px 0px;
		font-size: 9px;
	}

	.form_input {
		width: 100px;
		height: 12px;
		border: 1px solid #8B8B8B;
	}
	.form_button {
		width: 30px;
		background-color: #974E65;
		border: 1px solid #000;
		color: #fff;
	}
	input {
		border: 1px solid #444;
		background-color: #fff;
		font-size: 10px;
		color: #444;
	}
	input.gomb {
		border: 1px solid #323853;
		background-color: #7280BC;
		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');
	}


