/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

#back {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
}

body {
	font-size: 14px;
	font-family: Courier New, Courier, monospace;
	color: #fff;
}

#bodywrapper	{
			position: absolute;
			height: 100%;
			width: 100%;
			z-index: 2;
			background-image: url(http://festivalofendlessgratitude.com/2009/ndxz-studio/site/img/festivallogo.png);
			background-repeat: repeat-y;
			background-position: top center;
			}


#wrapper	{
			width: 960px;
			margin: 0 auto;
			}
			
.clear-both { clear: both; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a:link { text-decoration: underline; color: #fff; font-weight: normal; font-size: 22px;}
#menu a:active { text-decoration: underline; color: #666; font-weight: normal; font-size: 22px;}
#menu a:visited { text-decoration: underline; color: #fff; font-weight: normal; font-size: 22px;}
#menu a:hover { text-decoration: underline; color: #fff; font-weight: normal; font-size: 22px;}


a:link { text-decoration: underline; color: #fff; font-weight: bold}
a:active { text-decoration: underline; color: #666; font-weight: bold}
a:visited { text-decoration: underline; color: #fff; font-weight: bold }
a:hover { text-decoration: underline; color: #fff; font-weight: bold}

p.a:link { text-decoration: none; color: #000; }
p.a:active { text-decoration: none; color: #666; }
p.a:visited { text-decoration: none; color: #000; }
p.a:hover { text-decoration: underline; color: #000; }

a img { border: none; }

#topheader {
    width: 100%;

	}
	
#menu {
	margin: 0px 0 0 0px;
	width: 348px;
	background-color: #65c050;
	float: left;
	text-align: right;
  	}

#menu ul {
	list-style: none;
}

#menu ul li {
	list-style: none;
	margin: 0 0 5px 0px;
}

#menu ul li.section-title { }

#content {
    margin: 0 0 0 620px;
    width: 348px;
    background-color: #79baca;
	z-index: 3;
	}

.container {
    padding: 15px 15px 25px 15px;
    
}

#content p { 
			margin-bottom: 9px;
			}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; text-decoration: underline; margin: 0 0 10px 0px;}
h2 { font-size: 24px; text-decoration: underline; margin: 0 0 10px 0px;}
h3 { font-size: 16px; text-decoration: underline; margin: 0 0 10px 0px;}
h4 { font-size: 12px; text-decoration: underline; margin: 0 0 10px 0px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }