/* CSS Document */

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

body {
	background-color: #000000;
	text-align: center;
	background-image: url(../../gfx/interface/background.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../../gfx/interface/footer-about.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1450px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #171717;
	border-left-color: #171717;
	background-color: #000000;
}
#wrapper #navigation {
	height: 44px;
}
#wrapper #header {
	height: 159px;
	width: 720px;
}
#wrapper #contentWrapper {
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 40px;
	height: 750px;
}
#wrapper #contentWrapper #content {
	float: right;
	width: 300px;
}
#wrapper #contentWrapper #staffWrapper #left {
	float: left;
	width: 300px;
}
#wrapper #contentWrapper #staffWrapper {
	margin-top: 10px;
}
#wrapper #contentWrapper #staffWrapper #right {
	float: right;
	width: 230px;
}

#wrapper #contentWrapper #contentAnim {
	float: left;
	width: 230px;
}

h1 {
	color: #4E6F04;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.hwhite    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.greens    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #81B802;
	padding-bottom: 1em;
}
.quote    {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6A820B;
	padding-bottom: 1em;
	font-style: italic;
	line-height: 1.4em;
}
.quoteName    {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8CC507;
	padding-bottom: 1em;
	font-style: italic;
}
#wrapper #navigation li, #bottomNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation a, #bottomNav a {
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation img, #bottomNav img {
	margin: 0px;
	padding: 0px;
}
#bottomNav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #171717;
	border-left-color: #171717;
}
#wrapper #contentWrapper .clearme {
	clear: both;
}
