body {
	background-image: url(images/bgImage.jpg);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
#mainContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #f9f8db;
	background-color: #415535;
	border: 10px solid #f9f8db;
	margin-right: auto;
	margin-left: auto;
}
#featured img {
	padding-right: 20px;
}
#copyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #F9F8DB;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
}
#nav {
	font-size: 13px;
	color: #F9F8DB;
	line-height: 26px;
	padding-left: 50px;
}
#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.stock {
	color: #7AC1E4;
}
#nav ul {
	list-style-type: none;
}
#nav ul li a {
	color: #F9F8DB;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9F8DB;
	border-bottom-color: #F9F8DB;
	margin-bottom: 15px;
}
#nav ul li a:hover {
	background-color: #273121;
}
#content a {
	color: #7AC1E4;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#header img {
	padding-bottom: 40px;
	padding-top: 20px;
}
#nav ul li a.current {
	background-color: #273121;
}
.blueBold a {
	font-weight: bold;
	color: #7AC1E4;
}
.blueBold {
	font-weight: bold;
	color: #7AC1E4;
}
.stock {
	color: #81A969;
}
#formCSS {
	color: #FBFBDE;
	padding-top: 20px;
	padding-bottom: 20px;
}
#formCSS td {
	padding-bottom: 10px;
}
#time {
	padding-right: 20px;
}
#nav img {
	padding-top: 30px;
	padding-bottom: 50px;
}
#counter {
	text-align: center;
}
