#footer {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	background-image: url(images/paper_torn.jpg);
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0px;
	bottom: 0px;
	background-position: left top;
}
#footer_menu {
	height: 90px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 275px;
	width: 1000px;
}
#content_wrapper {
	height: auto;
	width: 1000px;
}
#content_header {
	background-image: url(images/body_header_links.png);
	height: 115px;
	width: 1000px;
}
#content_content {
	background-image: url(images/body_middle.png);
	padding-right: 15px;
	padding-left: 15px;
}
#content_footer {
	background-image: url(images/body_footer.png);
	height: 115px;
	width: 1000px;
}
#logo {
	height: 250px;
	width: 375px;
	float: left;
}
#slogan {
	height: 75px;
	width: 625px;
	float: right;
	left: 10px;
	right: 10px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#menu {
	float: right;
	height: 35px;
	width: 605px;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 60px;
}

#address {
	height: 15px;
	width: 600px;
	float: right;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 25px;
}
