	body {
		margin: 0;
		color: #000;
		font: normal 10px 'Verdana', sans-serif;
		background-color: #fefffa;
		background: url( '../images/sebastiano_bg.jpg' ) no-repeat;
	}   
	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;
	}
	td {
	}
	img {
		border: 0;
	}
	a {
		color: #666;
	}
	p {
		color: #000;
		margin: 0px 0px 5px 0px;
	}
	h1 {
	    color: #323853;
	    font-family: 'Times New Roman';
	    font-size: 18px;
	    font-weight: normal;
	    color: #666;
	    margin-bottom: 20px;
	}
	h2 {
	    color: #000;
	    font-size: 1.1em;
	    font-weight: bold;
	}
	h3 {
	    font-weight: bold;
	}
	strong {
		font-weight: bold;
	}
	ul {
		margin: 5px 0px 5px 20px;
	}
	.title {
	    color: #323853;
	    font-weight: bold;
	    font-size: 1.2em;
	}
	.date {
	    font-weight: bold;
	    font-size: 10px;	
	}
	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: 802px;
		display: table;
		background: #fff;
	}
	div#left {
		width: 241px;
	}
	div#right {
		width: 552px;
	}
	div#lang_select {
		border-bottom: 3px solid #BF1111;
		color: #ccc;
		text-align: right;
		line-height: 30px;
		padding: 160px 10px 0px 0px;
	}
	div#content {
		padding: 30px 0px 0px 20px;
	}
	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');
	}


