body {
	margin: 80px auto 80px auto;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #2a333a;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width: 760px;
	display: block;
}

/* Header Styles */

#header {
	margin: 0;
	padding: 0;
	width: 760px;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#logo {
	margin: 0;
	padding: 0;
	width: 233px;
	height: 131px;
	background-image : url(images/logo.gif);
	background-repeat : no-repeat;
	display: block;
	float: left;
}

#textarea {
	margin: 16px 0 0 10px;
	padding: 0;
	width: 504px;
	text-align: left;
	background-image : url(images/header_text-back.jpg);
	background-repeat : no-repeat;
	display: block;
	float: left;
}

#textarea h1 {
	margin: 0;
	padding: 16px 18px 0 18px;
	font-size: large;
	font-weight: bolder;
}

#textarea p{
	margin: 0;
	padding: 10px 18px 16px 18px;
	text-align: justify;
	background-image : url(images/header_text-bottom.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
}

/* Navigation Styles */

#navigation {
	margin: 0;
	padding: 0;
	width: 760px;
	text-align: center;
	display: block;
	float: left;
}

#navigation p{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 35px;
	background-image : url(images/header_links-back.gif);
	background-repeat : no-repeat;
	display: block;
	float: left;
}

.nav1 { margin: 0; padding: 0; width: 316px; height: 35px; display: block; float: left; text-align: right;}
.nav2 { margin: 0; padding: 0; width: 142px; height: 35px; display: block; float: left; text-align: center;}
.nav3 { margin: 0; padding: 0; width: 302px; height: 35px; display: block; float: left; text-align: left;}

/* Content Styles */

#content {
	margin: 0;
	padding: 0;
	width: 760px;
	text-align: left;
	background-image : url(images/page-back.gif);
	background-repeat : repeat-y;
	display: block;
	float: left;
}

#content h1 {
	margin: 0;
	padding: 5px 14px 0 14px;
	font-size: large;
	font-weight: bolder;
}

#content p{
	margin: 0;
	padding: 10px 14px 10px 14px;
	text-align: justify;
}

/* Footer Styles */

#footer {
	margin: 0;
	padding: 0;
	width: 760px;
	font-size: x-small;
	background-image : url(images/footer_back.gif);
	background-repeat : repeat-y;
	border-bottom: 1px #000 solid;
	display: block;
}

#footer p{
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #8e9598;
}

#footer a { color : #fff; }
#footer a:link { text-decoration : none; }
#footer a:visited { text-decoration : none; }
#footer a:hover { color : #F90; text-decoration: none; }
#footer a:active { color : Navy; }

a { color : #f60; }
a:link { text-decoration : none; }
a:visited { text-decoration : none; }
a:hover { color : #F90; text-decoration: none; }
a:active { color : Navy; }
