html { background-image: url(../images/header_extension.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

body {
margin: 0; padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align: center;
color: #ffffff;
}

p { margin : 0 5em;
padding : .5em 0;
text-align: center;
color: #fff;
font-size: 90%;
line-height: 25px;
font-style: normal;
font-weight: normal;
}

a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover {  color: #ffffff; text-decoration: underline; }
a:active { color: #ffffff; text-decoration: none; }

a img { border: 0; }


h1 { font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 32px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 5em 0 5em;
	color: #ffffff;
}

h2 { font-size: 150%;
margin-bottom: 0px;
}

/************************************************* PRIMARY DIVISIONS *********************************************************/

div#website { width: 1024px;
height: 100%;
margin : 0 auto;
padding : 0;
text-align : center;
}

div#header { width: 1024px;
height : 376px;
margin: 0;
padding: 0;
background: url(../images/header.jpg);
background-position:top;
font-size: 0px;
text-indent: -9999px;
}

div#container {
	width: 1024px;
	min-height: 392px;
	max-height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../images/website_bkgrd_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

div#content { width: 1024px;
height: 100%;
margin: 0;
padding: 0;
}

/************************************************* NAVIGATION MENU *********************************************************/



/* ***********************************************  WEBSITE CONTENTS  *********************************************************/

div#content_main { width: 1024px;
padding: 0;
margin: 0;
}

/* ***********************************************  FOOTER CONTENTS  **************************************************/



div#footer { width: 100%;
height: 100%;
text-align: center;
padding: 0;
margin: 0;
}

#footer ul, #footer li {
display: inline;
margin: 0;
padding: 0;
}

#footer li {
line-height: 20px;
margin: 0px 8px 0px 8px;
color: #000000;
text-decoration: underline;
font-size: 100%;
}

div#footer a:link, a:visited, a:active {
color: #000000;
}

div#footer a:hover {
color: #004b80;
text-decoration: underline;
}

div#footer_copy { margin: 0; font-size: 80%; text-align: center; }

div#footer_author { margin: 0; font-size: 80%; }
div#footer_author a:link, a:visited, a:active { color: #ffffff; text-decoration: none; }
div#footer_author a:hover { color: #ffffff; text-decoration: underline; }

