@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 734px;
	background-color: #264D00;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #264B00;
	border-left-color: #264B00;
	border-right-width: 1px;
	border-left-width: 1px;
}
#wrapper #2nd2pxls #logo {
	background-color: #FFFFFF;
	height: 65px;
	width: 394px;
}
#wrapper #2nd2pxls #rightOflogo {
	float: right;
	height: 65px;
	width: 338px;
}
#wrapper #mainPic {
	height: 200px;
	width: 734px;
	z-index: -1;
	background-image: url(../images/main_pic.jpg);
	position: relative;
}


#wrapper #top6pxls {
	height: 6px;
	background-color: #FFFFFF;
}
#wrapper #2nd2pxls {
	background-color: #FFFFFF;
	height: 2px;
	width: 734px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}
