html, body {
	height:100%;
	color:#ffffff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#000000;
}
body#home {
	background-image:url(../img/img_bgRepeat.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}
#container {
	height:100%;
	margin:0 auto;
	width:980px;
}
a:link, a:active, a:visited{
	text-decoration:underline;
	color:#ffc70b;
}
a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
#navcontainer {
	background-image:url(../img/hdr_walk_away.jpg);
	width:980px;
	height:87px;
	padding:0;
	margin:0;
	text-align:center;
}
#navcontainer2 {
	width:980px;
	padding:0;
	margin:0;
	text-align:center;
}

#content{
	padding:0 0 20px 0;
}
body#home a#homeNav, body#about_us a#aboutUsNav, body#more_info a#moreInfoNav, body#order_now a#orderNowNav {
	text-decoration:none;
	font-weight:bold;
	color: #4fa529;
}
#repeat{
	background-color:#191816;
}
#repeat .p{
	padding:10px;
}

.floatRight{
	padding:0 10px 0 10px;
	float:right;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navlist a:link, a:visited {
	font-weight:bold;
	font-size:14px;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none;
}
#navlist a:hover {
	color:#ffffff;
}
#navlist a:active {
	color:#ffffff;
}
#ftrNavContainer{
	color:#ffc70b;
	padding:0 0 10px 0;
	text-align:center;
}
#ftrNav a {
	text-decoration:none;
	font-family:arial;
	font-size:10px;
	color:#ffc70b;
}
#ftrNav a:hover {
	text-decoration:underline;
}

#ftr {
	font-size:10px;
	text-align:center;
	background-color:#050505;
	width:100%;
	clear:both;
}


