@charset "utf-8";

#Table_01 {
	position:relative;
	width:750px;
	float: right;
	border: 2px solid #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 10px;
	height: 1000px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header {
	float: left;
	height: 82px;
	width: 567px;
	margin-top: 46px;
	margin-left: 93px;
}
.footer_bar {
	float: left;
	width: 750px;
	background-image: url(images/footer_fade.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	height: 64px;
	margin-top: 20px;
}
.main_text {
	float: left;
	width: 390px;
	margin-top: 25px;
	margin-left: 345px;
	line-height: 18px;
	text-align: left;
}
.footer_tag_line {
	float: left;
	height: 20px;
	width: 657px;
	margin-left: 44px;
	margin-top: 20px;
}
.main_picture {
	float: left;
	width: 390px;
	margin-top: 25px;
	margin-left: 345px;
}
