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

#container {
	position: absolute;
	margin: 25px 0 0 -475px;
	left: 50%;
	width: 950px;
	height: 550px;
	background-color: #097C05;
	z-index: 1;
	font-family: arial;
}

#nav {
	background-color: #097C05;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	z-index: 10;
	text-align: center;
}
#imageview {
	background-color: #000000;
	background-image: "01.jpg";
	position: absolute;
	left: 50%;
	margin: 175px 0 0 -212.5px;
	width: 425px;
	height: 283px;
	z-index: 2;
}
#gallerynav {
	background-color: #097C05;
	position: absolute;
	top: 550px;
	left: 200px;
	margin: 0 0 0 0px;
	width: 550;
	height: 50px;
	z-index: 3;
	text-align: right;
}
#left {
	background-color: #097C05;
	position: absolute;
	top: 125px;
	left: 200px;
	margin: 0 0 0 -200px;
	width: 200px;
	height: 425px;
	z-index: 4;
	font-family: arial;
}

#specials_mid {
	background-color: #097C05;
	position: absolute;
	top: 125px;
	left: 50%;
	margin: 50px 0 0 -425px;
	width: 850px;
	height: 300px;
	z-index: 76;
	font-family: arial;
	text-align: center;
}

#links_mid {
	background-color: #097C05;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 550ox;
	margin: 0 0 0 -275px;
	height: 200px;
	z-index: 6;
	font-family: arial;
	text-align: center;
}


#mid {
	background-color: #097C05;
	position: absolute;
	top: 125px;
	left: 400px;
	margin: 0 0 0 -200px;
	width: 550px;
	height: 425px;
	z-index: 6;
	font-family: arial;
	text-align: center;
}

#right {
	background-color: #097C05;
	position: absolute;
	top: 125px;
	left: 950px;
	margin: 0 0 0 -200px;
	width: 200px;
	height: 425px;
	z-index: 7;
	font-family: arial;
}

#footer {
	background-color: #097C05;
	position: absolute;
	top: 550px;
	left: 0px;
	width: 100%;
	height: 125px;
	z-index: 8;
	text-align: center;
	font-size:x-large
}

body {
	background-color: #097C05;
	font-family: arial;	
	font-size: small;
	color: #ffffff;
}

