﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
}
#flashcontent {
	height: 100%;
	font-family:arial;
	font-size:12px;
	color: #FFF;
}

body {
	background-color: #FFF;
}

#top, #contentPod, #navPod {
	width: 100%;
}
#top {
	height: 230px;
	background-color: #FFF;
}
#contentPod {
	background-color: #FFF;
}
#navPod {
	clear: both;
	background-color: #000;
}

#header {
	width: 798px;
	margin: 0px auto;
}
#content {
	width: 800px;
	margin: 0px auto;
}
#gap {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	background: url('images/foot.gif') no-repeat left bottom;
	margin-bottom: -35px;
}
#nav {
	width: 900px;
	height: 200px;
	margin: 0px auto;
}
#footer {
	position: relative;
	top: 20px;
	width: 800px;
	height: 100px;
	margin: 0px auto;
	padding-bottom: 50px;
	text-align: center;
}

#pic { /* 375w limit */
	float: right;
	margin-top: 0px;
}
#copy {
	width: 400px;
	min-height: 250px;
}

p {
	font: .85em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 8px;
	line-height: 18px;
}
#footer p {
	font: .7em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 5px;
}
h1 {
	font-family: "Palatino Linotype", Georgia, Bodoni, Times, "Times New Roman", serif;
	font-size: 2em;
	color: #000;
}
a {
	color: #000;
}

img.bug {
	display: inline;
	margin-bottom: -8px;
}

/*//////////     Navigation     //////////*/

#navigation, #navigation ul {
	list-style: none;
	overflow: hidden;
	position: relative;
	top: 17px;
}
#navigation li {
	float: left;
	display: inline;
	position: relative;
	left: 63px;
	margin-right: 22px;
	width: 90px;
	height: 160px;
}