/*** PAGE FORMATING ***/
* {
    margin: 0px;
	padding:0px;
	border:0px;
	font-family:tahoma;
	font-size:12px;
	color:black;
}
body {
	background:url("img/fon.jpg") repeat;
}
td {
	vertical-align:top;
}
.cur {cursor:pointer;//cursor:hand;}
#header {
	width:990px;
	height:190px;
	background:url("img/header_bg.jpg") no-repeat;
	padding:263px 10px 0px 0px;
}
#sell {
	height:180px;
}
#sell p{
	padding:0px 15px 0px 0px;
}
#sell div {
	width:120px;
	text-align:left;
	padding:30px 0px 0px 0px;
}
#pagetitle {
	text-align:center;
	padding:20px 0px 0px 31px;
	height:43px;
	width:340px;
}
#pagetitle table tr td {
	height:43px;
	width:340px;
	vertical-align:middle;
	text-align:center;
}
#wrapper {
	width:1000px;
	text-align:left;
}
#left {
	width:239px;
	background:url("img/col_bg.jpg") repeat-y;
}
#leftdiv {
	height:786px;
	background:url("img/leftmenu_bg.jpg") no-repeat;
}
#menu {
	padding:54px 0px 0px 0px;
}
#mainmenu_mod {
	list-style:none;
	padding:0px 0px 0px 65px;
	height:350px;
	position:relative;
}
#mainmenu_mod li {
	padding:0px 0px 10px 0px;
}
.list {
	width:16px;
	height:16px;
	margin:0px 10px -4px 0px;
}
.submenu {
	display:none;
	list-style:none;
	padding:0px 0px 0px 26px;
}
#mainmenu_mod li ul li{
	padding:4px 0px 0px 0px;
}
#polls {
	margin:210px 0px 0px 15px;
}
#polls tr{
	height:18px;
	vertical-align:top;
}
#polls thead tr{
	height:25px;
}
#poll_div {
	position:absolute;
	margin:20px 0px 0px 125px;
}
#pollstable {
	float:left;
	border:none;
}
#poll_sub {
	background:transparent url(img/pix.gif) no-repeat;
	height:30px;
	width:45px;
}
.poll_left_col {
	width:20px;
}
#right {
	width:761px;
	background:url("img/content_bg.jpg") repeat-y;
}
#main {
	width:761px;
	background:url("img/content1_bg.jpg") no-repeat;
}
#content {
	width:615px;
	padding:54px 0px 0px 20px;
}
#content p {
	padding:0px 0px 15px 0px;
	text-align: justify;
}
#footer {
	width:420px;
	height:177px;
	background:url("img/footer_bg.jpg") no-repeat;
	padding:30px 180px 0px 400px;
}
#copy {
	width:400px;
	float:left;
}
#ban {
	margin:5px 0px 0px 0px;
	float:left;
}
#joomla_menu {
	position:absolute;
	margin:-243px 0px 0px 20px;
	padding:10px;
	background:white;
}
#joomla_menu ul {
	list-style:none;
}
#lastnews {
	background:url("img/lastnews_bg.jpg") no-repeat;
	padding:90px 0px 0px 20px;
	width:615px;
}



/*** TEXT FORMATING ***/
#sell p {
	color:#236072;
	font-size:18pt;
	font-family:Trebuchet MS;
	font-weight:;
}
#sell div {
	color:#3e3e3e;
	font-size:9pt;
}
#pagetitle * {
	font-size:21pt;
	font-family:georgia;
}
#left ul li a{
	text-decoration:none;
}
#polls label {
	font-size:8pt;
}
#copy {
	color:#4c5256;
	font-size:9pt;
}
#joomla_menu a {
	color:black;
	font-size:12pt;
}
.introtext {
	font-size:8pt;
}
.contentheading, .contentheading a, .createdate {
	color:#b42600;
	text-decoration:none;
	margin-bottom:15px;
}
.contentheading a:hover {
	text-decoration:underline;
}
.poll_reject {width:200px;position:absolute;margin:0 0 0 436px;padding:12px 0;background:#D1BFA9;border:2px solid #976544;text-align:center;cursor:pointer;//cursor:hand;}

