body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
}



/* layout */
#master {
	width:1000px;
	height:auto;
	margin: 0 auto;
	background: url(images/middle_wee.gif) repeat;
}

#top_graphic {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat;
	padding-top: 150px;
}	

#red_bar
{
	width: 971px;
	height: 25px;
	margin: 0 auto;
	vertical-align: middle;
	padding-top: 17px;
	background: url(images/red_bar.jpg) no-repeat;

}
#content_holder {
	background-repeat:repeat;
	margin: 0 auto;
	width: 1000px;
	height: 0 auto;
/*	background: url(images/back_repeat.gif) repeat;           */
}

#left_nav {
	float: left;
	width: 149px;
	height: 310px;
}
#left_column {
	float: left;
	width: 430px;
	padding: 5px 15px 5px 13px;
}
#main_column {
	float: left;
	width: 520px;
	padding: 5px 0px 5px 13px;
}

#footer {
	clear: both;
	width: 987px;
	height: 20px;
	margin: 0 auto;
	background: url(images/bottom.jpg) no-repeat;
	padding: 0 0 0 13px;
}
#holder {
	width: 503px;
	height: 150px;
	margin: 0 auto;
	left: 594px;
	top: 9px;
	float: right;
}
