* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 885px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 229%;
}

#header p {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#theme{
	font-size:12px;
	float: right;
	width: 120px;
	height: 100px;
	text-align: right;
	padding: 30px 10px 0 0;
	color: #FFF;
}

/* Menu */

#menu {
	width: 885px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000;
	color: #999;
}

/* Page */

#page {
	width: 885px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 805px;
	padding: 20px 40px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}

#content img {
	float: left;
	padding: 15px;
}

#content img.advert{
	float: left;
	padding: 0px;
	border: 3px solid #666666;
}

.box_trading {
	width: 170px;
	height:170px;
	float:left;
	background: url(buttons/trading.jpg) no-repeat center;
	padding: 15px;
	text-align:center;
}
.box_drugs {
	width: 170px;
	height:170px;
	float:left;
	background: url(buttons/drugs.jpg) no-repeat center;
	padding: 15px;
	text-align:center;
}
.box_property {
	width: 170px;
	height:170px;
	float:left;
	background: url(buttons/property.jpg) no-repeat center;
	padding: 15px;
	text-align:center;
}
.box_comps {
	width: 170px;
	height:170px;
	float:left;
	background: url(buttons/comps.jpg) no-repeat center;
	padding: 15px;
	text-align:center;
}

.boxed {
	background: #121B23;
	border: 1px dotted #666;
	margin-right: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 885px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 85%;
	color: #999;
}

#footer a {
	color: #ccc;
}