* {
	margin: 0;
}

a#faq {
	text-decoration: none;
	color: #A57B00;
	font-weight: bold;
}

a#menu, div#menuSection {
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	background-color: #A57B00;
	background-color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: black;
	border-left: 3px solid #336698;
}

a#subMenu, a#subList {
	color: black;
	font-size: 12px;
}

a#subList:hover {
	text-decoration: none;
	color: white;
}

a#menu:hover, a#subMenu:hover {
	color: #336698;
}

html {
	height: 100%
}

body {
	background-color: #1D3956;
	background-color: black;
	cbackground-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, Times New Roman;
	margin: 0;
	padding: 0;
	height:100%;
	min-width: 1200px;
}

container {
	position: relative;
	min-height: 100%;
	border: 5px solid #FFCC00;
	border-top:0;
	border-bottom:0;
	width: 1050px;
	margin: 0 auto;
}

* html #container { height: 100%; }

div#activeLink {
	color: #A57B00;
	color: white;
	border: 2px solid #A57B00;
	border: 2px solid white;
	border-left: 3px solid white;
	font-weight: bold;
	font-size: 14px;
	background-color: white;
	background-color: #336698;
	padding: 5px;
	margin-bottom: 15px;
}

div#content {
	position: relative;
	width: 750px;
	border: 2px solid white;
	padding: 10px;
	min-height: 400px;
	float: left;
}

div#body {
	background-image: url(../images/body_header.png);
	background-repeat: no-repeat;
	min-height: 300px;
	min-width: 1000px;
	color: white;
}

div#faq {
	position: relative;
	float: right;
	border: 3px solid #A57B00;
	color: #A57B00;
	margin-top: 10px 20px;
	width: 250px;
	height: auto;
	margin-bottom: 0;
	background-color: #FFFFCC;
	background-color: #1D3956;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

div#footer {
	cclear: both;
	cposition: absolute;
	cbottom: 0;
	height: 150px;
	width: 100%;
	background-image:url(../images/footer_background.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

div#footer_oval {
	cposition: absolute;
	cbottom: 0;
	right: 0;
	background-image:url(../images/footer_oval.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 150px;
	text-align: right;
	float: right;
}

div#footer_oval_text {
	background-color: none;
	padding-top: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
}

div#header {
	background-image:url(../images/header.png);
	height: 200px;
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	top: 0;
	left: 870px;
	width: 300px;
	height: 268px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

div#nav {
	position: relative;
	width: 200px;
	margin-left: 50px;
	margin-right: 75px;
	float: left;
}

div#need_a_website {
	background-color: none;
	color: #FFCC00;
	font-size: 20px;
}

div#packageDetails {
	padding: 5px;
	margin: 10px auto;
	margin-bottom: 20px;
	width: 525px;
}

hr {
	margin: 10px 0;
	shade: no-shade;
	color: #A57B00;
}

.push {
	height: 150px;
	cbackground-color: white;
	clear: both;
}

div#wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -150px; 
	cbackground-color: red;
}