/*this section defines the absolute pixel widths used in the site*/

div#site_width {
	width: 940px;
	height:100%;
	margin: 10px auto 0 auto;
}

div#top_tools {
	margin: 0 auto;
	width: 900px;
	height:22px;
}

div#top_curve {
}

div#main {
	background: url(../images/main_shadow.gif) repeat-y;
}

div#bottom_curve {
	background: url(../images/bottom_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}

div#bottom_tools {
	width: 940px;
}

div#seo {
	width: 940px;
}

/*td {
	border:1px dotted #00FF00;
}