
body {
	margin: 0px;
	padding: 0px;
	background: #242323 url(images/bg.jpg) repeat center top;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 10px;
	font-weight: normal;
	color: #4e981a;
	text-align:left;
	display:block;
	padding-top: 20px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.9em;
	line-height: 120%;
}
li {
	list-style-type:none;
}
.green {
	color: #4e981a;
}
.yellow {
	color: #eadf00;
}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #eadf00;
}

a img {
	border: none;
}

#wrapper {
	width: 1075px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 25px;
	margin: 0px auto;
}



/* Menu */

#menu ul { /* all lists */
	padding: 25px 0px 0px 0px;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	float:right;
	position:relative;
	cursor: default;
	padding-left:1em;
	
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

#filling{
	clear: left;
}

#menu a {
	color: #4e981a;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #eadf00;

}

#menu .active {
	color: #eadf00;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/* Page */

#page {
	width: 1073px;
	background: url(images/bgtest.png) no-repeat top;
}
#pageIndex {
	width: 1073px;
	background: url(images/bgindex.png) no-repeat top;
}
#pageBuyer {
	width: 1073px;
	background: url(images/bgbuyer.png) no-repeat top;
}
#pageSeller {
	width: 1073px;
	background: url(images/bgseller.png) no-repeat top;
}
#pageInvest {
	width: 1073px;
	background: url(images/bginvest.png) no-repeat top;
}
#pageFeature {
	width: 1073px;
	background: url(images/bgfeature.png) no-repeat top;
}
#pageAbout {
	width: 1073px;
	background: url(images/bgaboutus.png) no-repeat top;
}
#pageContact {
	width: 1073px;
	background: url(images/bgcontact.png) no-repeat top;
}
#pageMed {
	width: 1058px;
	padding: 0px 0px 0px 0px;
	background: url(images/bgBoxMed.png) no-repeat top;
}



/* Content */

#content {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
}
#contentAbout {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentBuyer {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentSeller {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentFeature {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentContact {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentInfo {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
	height:561px;
	background-image:url(images/spacer.png)no-repeat top;
}
#contentNewList {
	float: left;
	margin:20px 0px 0px 47px;
	width: 950px;
}
#contentMap {
	float: left;
	margin:18px 0px 0px 50px;
	padding-bottom:100px;
	width: 1000px;
}
.space {
	padding:5px 5px 10px 5px;
}

.post {
	margin: 10px 0px 0px 350px;

}
.postContact {
	margin: 20px 0px 0px 300px;

}
.postFeature {
	margin: 2px 10px 0px 175px;

}
.postAbout {
	margin: 2px 20px 0px 300px;

}
.postSeller {
	margin: 2px 20px 0px 300px;

}
.postNewlisting {
	margin: 2px 0px 0px 170px;
}
.post .entry h1 {
	margin-right: 35px;
	line-height: 18px;
	padding-left: 60px;
}

.post .entry {
	margin: 0px 0px 0px 0px;
	width: 290px;
	line-height: 20px;
}

#subwayEntry {
	margin: 0px 0px 0px 160px;
	width: 835px;
}
#contactEntry {
	margin: 0px 0px 0px 170px;
	width: 835px;
	padding: 10px 10px 10px 10px; 
}
.post .covers {
	margin: 15px 0px 0px 0px;
}

.post .entry p{
	margin-right:25px;
	line-height: 22px;
	padding-left: 70px;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 355px;
}

#sidebar-bgtop {
	margin: 46px 30px 0px 125px;
}

#sidebar-mid {
	margin: 0px 48px 0px 0px;
}

#sidebar-content {
	margin: 2px 0px 0px 0px;
}

.style1 {
	color: #FFFF00;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin: 11px;
}
.style2 {
	font-weight: bold;
	color: #649d01;
	align:center;
}
.style3 {
	font-weight: bold;
	color: #FFFFFF;

}
.style4 {
	font-weight: bold;
	color:#666;
	text-align:right;

}
#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 30px;
	line-height: 18px;
	padding-left: 14px;
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

.bgcolor1 {
	background-color:#0d0d0d;
}

.bgcolor2 {
	background-color:#1a1a1a;
	margin-right: 30px;
	line-height: 18px;
	padding-left: 14px;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	padding: 7px 25px;
	font-size: 1.4em;
	color:#FFFF00;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #eadf00;
}

/* Form */

form {
 	padding: 5px;
	line-height:25px;
	
}
/*listing */

#top {
	float:left;
}
#filling {
	float: left;
	margin:26px 0px 0px 47px;
	width: 650px;
}



/* Footer */

#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 55px 0px 0px 45px;
	padding: 40px 0px 0px 10px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
	text-align:left;
	vertical-align: middle;
}

#footer a {
	color: #FFFFFF;
}