@charset "utf-8";
/* CSS Document */

.home_container {
	margin-left: 40px;
}

.home_maincontent {
	background-image: url(home_graphic800x.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 511px;
}
.home_menu {
	padding-top: 150px;
}
.heads {
	height: 100px;
	margin-left: 23px;
	background-repeat: no-repeat;
}
.contains {
	background-image: url(media/left_border.png);
	background-repeat: no-repeat;
	margin-left: 40px;
}
.main_content {
	height: 700px;
	width: 950px;
	margin-left: 23px;
	padding-left: 5px;
}
.nav_home {
	height: 17px;
	width: 35px;
	margin-top: 45px;
}
.press_right {
	float: right;
	width: 300px;
}
.press_middle {
	float: right;
	width: 300px;
	margin-right: 20px;
}
.press_left {
	float: left;
	width: 300px;
	margin-left: 0px;
}

