body {
	margin:0px; padding:0px;
	min-height:1000px;
	background-color:#cebabb;
	font-family:Arial, Helvetica, sans-serif;
}
#outside_left {
	background:url(images/leftrepeat.jpg) repeat-x #cebabb;
	min-height:1000px;
}
#leftimage {
	background:url(images/left.jpg) no-repeat;
	min-height:1000px;
	width:49px;
	position:relative;
}
#content_box {
	background:url(images/center.jpg) no-repeat;
	min-height:1000px;
	width:1002px;
	position:relative;
}
#rightimage {
	background:url(images/right.jpg) no-repeat;
	min-height:1000px;
	width:49px;
	position:relative;
}
#menu_box {
	width:308px;
	position:relative; top:97px; left:4px;
}
#text_box {
	width:980px;
	position:relative; top:110px; left:10px;
}
