@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(cssimages/back.jpg) #fff repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {color:#0099CC; font-size:12px
}
a:hover {color:#FFFFFF;}
.oneColElsCtr #container {
	width: 800px;
	
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align:center;
	
	min-height:493px;
	_width: 850px;
	*width: 850px;
	
	text-align: left;  /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
width: 900px;
_width: 850px;
*width: 900px;


	padding: 0px;
	top:0px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sell {position:absolute;
	top:500px;
	left:43%;
	}

		#par { width:219px;
				height:493px;
				padding:inherit;
				margin:inherit;
				background:#FFFFFF url(cssimages/par.jpg) no-repeat;
				float:left;
				}
		#logo  a{ width:104px;
				height:493px;
				margin:0px;
				padding:0px;
				display:block;
				background:url(cssimages/logo.jpg) -1px 0px #FFFFFF no-repeat;
				float:left;
				}
		#logo a:hover {  background:url(cssimages/logo.jpg) -105px 0px #FFFFFF no-repeat;}
		
				
