*	{
	margin: 0;
	padding: 0;
	}
a:link
	{
	color: #3e2516;
	font-weight: bold;
	font-size: 0.8em;
	}

a:visited
	{
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	}

a:hover
	{
	color: #4c793b;
	}

a:active
{
outline: none;
}

#nav a:hover
	{
	background: url(images/banana.png) no-repeat;
	}

.current
	{
	text-decoration: none;
	font-weight: normal !important;
	}

[href="index.html"]:hover
	{
	background-position: 20px -6px !important;
	}

[href="about.html"]:hover
	{
	background-position: 16px -6px !important;
	}

[href="gallery.html"]:hover
	{
	background-position: 8px 3px !important;
	}

[href="fanmail.html"]:hover
	{
	background-position: 8px 3px !important;
	}

[href="contact.html"]:hover
	{
	background-position: -2px 0;
	margin-top: 15px !important;
	}

body	{
	background-color: #F5EFE3;
	font-family: helvetica, arial, sans-serif;
	color: #3e2516;
	line-height: 20px;
	}

#container
	{
	position: relative;
	width: 960px;
	margin: auto;
	background: url(images/bg.png) repeat-x #fed3a4;
	}

#header
	{
	width: 960px;
	height: 220px;
	background: url(images/header.png) no-repeat;
	}

/*  --NAVIGATION-- */
#nav
	{
	background: url(images/nav.png) no-repeat;
	width: 267px;
	height: 768px;
	position: absolute;
	z-index: 900;
	}

#nav ul
	{
	list-style: none;
	position: relative;
	top: 240px;
	left: 65px;
	width: 140px;
	}

#nav ul li a, .currentHome, .currentAbout, .currentGallery, .currentFanmail, .currentContact
	{
	display: block;
	height: 40px;
	margin: 5px 0;
	width: 140px;
	text-indent: -999px;
	}

.currentHome
	{
	background: url(images/banana.png) no-repeat 20px -5px;
	}

.currentAbout
	{
	background: url(images/banana.png) no-repeat 15px -5px;
	}

.currentGallery
	{
	background: url(images/banana.png) no-repeat 8px 3px;
	}

.currentFanmail
	{
	background: url(images/banana.png) no-repeat 8px 3px;
	}

.currentContact
	{
	background: url(images/banana.png) no-repeat -2px 0;
	margin-top: 15px !important;
	}

/* --END NAVIGATION-- */

/* --BEGIN CONTENT AREA-- */

#content
	{
	width: 642px;
	margin-left: 278px;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 1000;
	}

#sponsorship, form
	{
	margin-top: 10px;
	}

#sponsorship
	{
	position: relative;
	width: 200px;
	font-size: 90%;
	border-right: 1px solid #F5EFE3;
	}

#video1
	{
	/*width: 276px;
	height: 243px;*/
	padding: 15px 15px 5px 10px;
	float: left;
	}

#content>p>a
	{
	margin-bottom: 12px;
	}

#nav2
	{
	width: 300px;
	float: right;
	padding: 5px;
	margin-right: 20px;
	background-color: #F5EFE3;
	}

#nav2 a
	{
	padding: 5px;
	}

h1, h2
	{
	color: #4c793b;
	font-family: georgia, 'times new roman', sans-serif;
	}

h2, h3
	{
	padding: 0 10px;
	}

h2	{
	padding-top: 15px;
	}

h3
	{
	font-size: 1.1em;
	}

h4
	{
	padding: 15px 10px;
	}

#content ul li
	{
	margin-left: 25px;
	padding: 7px;
	}

#content p span
	{
	color: #8b5e3c;
	font: bold italic 1.1em/1.4em georgia;
	}

.span2
	{
	font: italic 0.8em helvetica !important;
	color: #3e2516 !important;
	display: block;
	margin: 0 0 20px 50px;
	}

img	{
	border: none;
	}

#gallery fieldset
	{
	margin: 20px auto;
	border: 1px solid #8b5e3c;
	width: 520px;
	}

legend
	{
	font: bold italic 1.1em Georgia;
	color:  #8b5e3c;
	padding: 0 5px;
	}

#gallery a img
	{
	padding: 10px;
	}

#content p, h1
	{
	padding: 10px;
	}

#content>img
	{
	float: right;
	margin: 0 0 10px 10px;
	}

.blockquote
	{
	font: italic 0.9em/1.2em georgia;
	background: url(images/quote.png) no-repeat top left;
	padding: 25px 0 20px 25px !important;
	}

/* --START FORM-- */

form
	{
	position: absolute;
	top: 150px;
	left: 230px;
	width: 400px;
	}

fieldset
	{
	padding: 10px;
	border: none;
	}

input, textarea
	{
	width: 300px;
	margin: 2px 10px 15px 10px;
	}

label
	{
	display: block;
	font-size: 0.9em;
	width: 50px;
	margin: 0 10px;
	}

[type="submit"], [type="reset"]
	{
	margin-top: 20px;
	width: 75px;
	float: left;
	}

/* --END FORM-- */

/* --END CONTENT AREA --*/

#sand
	{
	background: url(images/footer.png) no-repeat #fed3a4;
	width: 960px;
	height: 93px;
	position: absolute;
	top: 675px;
	z-index: 800;
	}

/* --FOOTER SECTION-- */

#footer
	{
	background-color: #fff;
	font-size: 0.8em;
	line-height: 16px;
	padding: 10px 20px;
	margin-left: 278px;
	width: 642px;
	position: relative;
	z-index: 850;
	border-top: solid 1px #fed3a4;
	}

#footer p
	{
	padding: 5px 0;
	}