/* CSS Document */
body {
	text-align:center; 
	margin: 0px;
	padding:0; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#container {
	position:relative;
	text-align: center;
	width:1063px;
	w\idth: 1063px;
	height:100%;
	clear:both;
	overflow:hidden;
}

div#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 360px;
}

div#contentBG {
	position:relative;
	text-align: center;
	width:1063px;
	height:100%;
	clear:both;
	overflow:hidden;
	background-image:url(images/contentBG2.jpg);
	background-repeat: repeat-y;
}

div#content {
	text-align: left;
	margin: 5px 0 0px 93px;
	*margin: 5px 0 0px 0px;
	color: #c7c7c7;
}

div#sale {
	text-align: center;
	margin: 30px 110px 0 0;
	padding-top: 10px;
}

div#verse {
	text-align: center;
	margin: 0 130px 0 0;
	padding-top: 40px;
}

div#buy {
	text-align:center;
	margin: 0 0 15px 10px;
	width: 257px;
	color: #000000;
}

div#sold {
	text-align:center;
	margin: 0 0 35px 10px;
	width: 257px;
	color: #000000;
}

div#myspace {
	position: absolute;
	top: 16px;
	left: 168px;
}

div#footerBG {
	position:relative;
	text-align: center;
	width:1063px;
	clear:both;
	overflow:hidden;
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
	height: 77px;
}

div#footer {
	text-align: right;
	color: #FFFFFF;
	line-height: 58px;
	margin-right: 310px;
	font-size: 10px;

}

div#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

div#footer a:hover {
	text-decoration: none;
	color: #058ed0;
}

