@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px;
	background: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 30px;
	position: relative;
	left: 0px;
}
#banner {
	background-image: url(images/mast02.jpg);
	height: 150px;
	width: 900px;
	margin-top: 5px;
}
#nav_image {
	background-image: url(images/navbar.jpg);
	width: 900px;
	height: 32px;
	margin-top: 5px;
}

#main_image {
	background-image: url(images/one_sheet.jpg);
	width: 600px;
	height: 350px;
	margin-top: 5px;
}

#main_right {
	background-image: url(images/right_slug.jpg);
	width: 300px;
	height: 350px;
	float: right;
	margin-top: 5px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	text-align: center;

}
#bottom {
	background-image: url(images/bottom_bar02.jpg);
	width: 900px;
	height: 139px;
	margin-top: 0px;
}

