body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63%;
	color: #808080;
	background:#ffffff;
	background-image: url(images/body_bg1.png);
	background-position: top center;
	background-repeat: repeat-y;
}

h3 {
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
}

#container {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

#header {
	text-align: center;
	width:637px;
	height: 200px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-image: url(images/header_bg.png);
}

#left {
	float: left;
	width: 200px;
	clear: left;
	border-left:1px solid #c0c0c0;
	min-height: 800px;
}


#lefttop {
		float: left;
		width: 95%;
		margin-top: 10px;
		padding: 10px 5px 10px 5px;
		border: 1px #ff0080 dashed;
	}

#buybox {
	float: left;
	width: 160px;
	margin: 5px 0 50px 10px;
}

#leftmenu {
	float: left;
	width: 160px;
	margin: 5px 0 50px 10px;
}
	/*
	#leftmiddle {
		float: left;
		width: 90%;
		border: 1px black solid;
	}
	
	#leftbottom {
		float: left;
		width: 90%;
		border: 1px black solid;
	}
*/

#right {
	float: left;
	width: 437px;
	margin: 0;
	border-right: 1px solid #c0c0c0;
	min-height: 800px;
}

	#construction {
		float: left;
		margin-left: 110px;
		margin-top: 50px;
		width: 200px;
		border: 1px black dotted;
	}

#footer {
	float: left;
	width: 630px;
	clear: both;
	text-align: right;
}
