body {
	background-image: url(images/full_backing.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #999999;
	background-position: top;
}

h1 {
	padding: 0px;
	float: right;
	margin-top: 66px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 a {
	display: block;
	background-image: url(images/zap_logo.jpg);
	height: 34px;
	width: 100px;
	text-indent: -900em;
	text-decoration: none;
	line-height: 100%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #9966CC;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	text-decoration: none;
}

#main_wrapper {
	margin: 0px auto;
	width: 775px;
}

#menu_bar {
	clear: both;
	margin: 0 0 0 0;
	position: relative;
	left: auto;
	top: 0px;
	padding-left: 7px;
	width: 920px;
	height: 21px;
	font-size: 9px;
	text-transform: uppercase;
}

#menu_bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu_bar li {
	display: block;
	height:21px;
	margin: 0;
	line-height: 21px;
	float: left;
	width: auto;
}

#menu_bar li a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 0px 10px 1px 10px;
	float: left;
}
#menu_bar li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 0px 10px 1px 10px;
	float: left;
}

#menu_bar li a:hover {
	background: url(images/highlight.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 0px 10px 1px 10px;
	float: left;
}

#main_content {
	width: 270px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 20px;
}

#side_content {
	width: 400px;
	float: left;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 30px;
}

#footer_wrapper {
	width: 775px;
	clear: both;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 67px;
	bottom: 10px;
}
