/* Layout and CSS Written by Zane DeFazio */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(/img/background.jpg);
	font-size: 12px;
	font-family: Arial, Verdana, san-serif;
}

#wrap {
	width: 778px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #BF8D04;
}

h1 {}	

hr {
	border: 1pt solid #F3F1EC;
}

#header {
	height: 158px;
	background-image: url(/img/banner.png);
}

#horiznav {
	margin: 0 auto 0 auto;
	width: 600px;
	padding-top: 110px;
}

#horiznav ul {
	
}

#horiznav li {
	display: inline;
	list-style: none;
	text-align: center;	
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	padding: 5px 10px 5px 10px;
}

.horiznavli {
	min-width: 100px;
}

#horiznav a {
	text-decoration: none;
	color: #000000;
}

#bodywrap {
	
}

#navigation {
	float: left;
	width: 223px;
	background-color: #F3F1EC;
}

#navigation ul {
	margin: 0;
	padding: 0 20px 0px 10px;
}

#navigation li {
	list-style: none;
	padding-top: 3px;
	border-bottom: 1px solid #FFFFFF;
}

#navigation a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#navigation a:hover {
	color: #BF8D04;
}

#content {
	float: right;
	width: 555px;
}

.padding {
	padding: 0 30px 20px 30px;
}

#welcome {
	padding: 42px 0 0 220px;
	width: 335px;
	height: 105px;
	background-image: url(/img/welcome-ads.png);
}

#today {
	padding: 20px 60px 20px 170px;
	width: 325px;
	font-size: 18px;
	font-weight: bold;
	color: #2F2C1D;
	text-align: center;
	height: 197px;
	background-image: url(/img/today.png);
}

#adbox {
	background-image: url(/img/ad-box.png);
	height: 281px;
}

.adspace {}

#didyouknow {
	padding: 0 20px 0 20px;
}

fieldset {
	border: 1px solid #716B4B;
	background: url(/img/dyk-bg.png) repeat-x bottom center;
}

#botnav {
	margin-top: 10px;
}

#botlinks {
	text-align: center;
}

#botlinks ul li {
	display: inline;
}

#footer {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}