* { margin: 0;
    padding: 0; }

html {overflow-y: scroll; } /* this is css 3 level - do you really want that? */

body {background: url(images/woodbg.jpg) fixed; }

/*ul { list-style: none inside;}*/

p {font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
    }

a {outline: none;}

a img {border: none;}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}


#footer-wrap {
	margin: 0 auto -35px;
	width: 100%;
	}

#page-wrap {
    width: 1000px;
    margin: 0 auto;
	}

#header {
    height: 214px;
    width: 1000px;
    margin: 0 auto;
    background-image: url(images/headerburt.png);
    background-repeat: no-repeat;
    }
	

#top {
	background:url(images/bg_top.png) repeat-x;
    width: 100%;
	height:327px;
    }
		
	
#header2 {
    height: 336px;
    width: 1000px;
    margin: 0 auto;
    background-image: url(images/header2.png);
    background-repeat: no-repeat;
    }
	
	#link a{ /*sets height/width of #link and makes it clickable*/
width: 1000px;
height: 200px;
display: block;
}

#nav {
list-style-type:none;
margin: -400px 0 0 0;
    }


#nav li {
    /*display: inline;*/
    float:left;margin:0 2px;
	margin-top: 146px;
    }

#nav li a {
    display: block;
    height: 62px;
    /*float: left;*/
    text-indent:-9999px;
    }

#nav li a:hover {
    background-position: center center;
    }

.collective {
    width:238px;
    background:url(images/collective.png) no-repeat bottom center;
    }

.stuff {
    width:166px;
    background:url(images/stuff.png) no-repeat bottom center;
    }

.about {
    width:118px;
    background:url(images/about.png) no-repeat bottom center;
    }

.special {
    width:136px;
    background:url(images/special.png) no-repeat bottom center;
    }
	

	
#main-content {
	width: 951px;
	padding-bottom: 50px;
	text-align:center;
	float:left;
	}
	
div#left-col {
	width: 600px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
div#left-col .p {
	font-size:12px;
	margin: 0;
	padding-top:30px;
	text-align:left;
	}
	
div#left-col h1 {
	font-size:30px;
	margin: 0;
	text-align:center;
	padding-bottom:-10px;
	}
	
div#text {
	text-align:left;
	text-align:center;
	width:600px;
	margin: 0 auto;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	}
	
div#ontheright {
	background:url(images/rightbg2.png);
	width: 292px;
	float: right;
	height: 650px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.04em;
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	line-height:250%;
	font-style:italic;
	}
	
div#ontheright a:link, a:visited{
	border:2px red;
	}

div#ontheright a:hover, a:active{
	border:3px black;
	}
	
#footer {
    bottom: 0;
	height: 35px;
	width: 100%;
	background:url(images/bg_bottom.png) repeat;
	text-align: center;
	padding-top: 18px;
	z-index: 12;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:000000;
	}

#footer p {
	text-align: center;
	padding-top: 18px;
	z-index: 12;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:000000;
	}

#footer A:link, #footer A:visited {
	text-decoration:none;
	color:#000000;
	}

#footer A:hover {
	font-weight: bold;
	}
	
