html {
	margin: 0px;
	}
body {
	margin-top: 10px;
	text-align: center;
        background-color: #44434a;
	}
#nav {
	width: 800px;
	border: 1px solid black;
	border-bottom: none;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #00255F;
	}
#logoAndNav {
	border: none;
	width: 800px;
	z-index: 0;
	height: 160px;
	margin: 0px;
	padding: 0px;
	}
#nav #home {
	background-image: url(../images/dot.gif);
	position: absolute;
	display: block;width: 157px; height: 130px;
	left: 16px;	top: 11px;
	}
#nav #links { 
	position: absolute; z-index: 1;
	bottom: 15px; right: 10px; width: 730px; height: 25px;
	font-size: 75%;
	}
#nav #links a {color: #c5c5d1;text-decoration: none;}
#nav #links a:hover {background-color: #1B6F46;}
#nav #navContactInfo { 
	position: absolute; z-index: 2;
	top: 10px; right: 20px; width: 300px; height: 100px;
	font-size: 60%; text-align: right;
	}
	#nav #navContactInfo a {color: #222;text-decoration: none;}
	#nav #navContactInfo a:hover {text-decoration: underline;}
	
#main {
	background-color: #1B6F46;
	width: 700px;
	border: 1px solid black;
	border-top: none;
	margin-left: auto; margin-right: auto;
	padding-left: 50px; padding-right: 50px;
	padding-top: 20px;
	position:relative;
	background-image: url(../images/layout/bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#bottom {
	width: 700px;
	}
table#contact_us {
	margin-left: auto; margin-right: auto; margin-bottom: 30px;
	width: auto;
	text-align: left;
	background-color: #9BCFB6;
	border: 2px solid black;
	color: #222;
	}
table#contact_us td, table#contact_us tr {
	text-align: left;
	}
	#stripe {
		position: absolute;
		top: 170px;
		left: 40px; z-index: 8;
		}
	