@charset "iso-8859-1";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3c230b;
}

div#top_header {
	position : relative;
	width : 950px;
	height : 263px;
	top : 0px;
	left : 0px;
	background: url(../images/nav/top_header.gif);
	background-repeat: repeat-y;
	background-image: url(../images/main_nav/top_header.jpg);
}

div#top_spacer {
	position: relative;
	top : 307px;
	width: 950px;
	height: 25px;
	left: 0px;
	background-image: url(../images/main_nav/top_spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#container {
	position : relative;
	top : 19px;
	left : 0px;
	width : 950px;
	background-image: url(../images/main_nav/bkg.gif);
	background-repeat: repeat-y;
	float: left;	
}

div#container_main {
	position : relative;
	width : 515px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 10px;
	float : right;
}

div#footer {
	position: relative;
	width: 948px;
	height: 74px;
	left: 0px;
	background-image: url(../images/main_nav/copyright_2007_Marino.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}