@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center; 
	color: #000000;
}
#container {
	width: 900px;  
	margin: 0 auto; 
	text-align: left;
}

.sidebar {
	float:left;
	width:230px;
}

.main {
	float:left;
	width:670px;
	background:url(images/main.jpg) center top no-repeat;
}

.mainPad {
	padding-left:15px;
}

img {
	vertical-align:bottom;
}

.newsletter {
	padding:2px 0px 10px 93px;
	background:url(images/newsletter_box.gif) no-repeat right top;
}

.newsletter input {
	color:#858174;
}