#main_wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 230px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main_wrapper #header table tr td div {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
}

#menu {
	height: 50px;
	width: 500px;
	margin-right: 0px;
	margin-left: 350px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#body_content {
	height: auto;
	margin: auto;
	padding: 0px;
}
#body_content_header {
	background-image: url(images/body_header.png);
	height: 115px;
}
#body_content_middle {
	background-image: url(images/body_middle.png);
	height: auto;
	background-repeat: repeat-y;
}
#body_content_footer {
	height: 115px;
	background-image: url(images/body_footer.png);
}



#footer {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	background-position: left top;
	background-image: url(images/paper_torn.jpg);
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0px;
	bottom: 0px;
}
