body {
	background-color: #222222;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto;
	width: 900px;
}

#top {
	background-image: url(images/newtop.jpg);
	background-repeat: repeat-x;
	height:	302px;
	width: 100%;
}

#content { 
    /*background-image: url(images/newbot.jpg);*/
    background-repeat: repeat-x;
    background-color: #402e31;
    width: 100%;
}


#leftdiv {
	float: left;
}


#rightdiv {
	float: left;
	width: 250px;
} 