* { margin: 0;
    padding: 0; }

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

body {background: url(images/bg3.png) repeat-x top #e4f7fa; }

/*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: 221px;
    width: 1000px;
    margin: 0 auto;
    background-image: url(images/header3.png);
    background-repeat: no-repeat;
    }
	
#header2 {
    height: 221px;
    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: 130px;
    }

#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(http://deliproof.com/images/nav_collective.png) no-repeat bottom center;
    }

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

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

.special {
    width:136px;
    background:url(http://deliproof.com/images/nav_special.png) no-repeat bottom center;
    }
	
.collective:hover, .collective:active,
.stuff:hover, .stuff:active,
.about:hover, .about:active,
.special:hover, .special:active {
	background-position: center center;
	}
	
body#collective a.collective,
body#stuff a.stuff,
body#about a.about {
	background-position: top center;
	}
	
#main-content {
	width: 951px;
	padding-bottom: 50px;
	text-align:center;
	float:left;
	}
	
div#left-col {
	width: 620px;
	float: left;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:left;
	margin-left:25px;
	}
	
div#left-col a:link, a:visited{
	text-shadow:#000000;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
div#left-col a:hover, a:active{
	text-shadow:#FFFFFF;
	color:#FFFF00;
	text-decoration:none;
	text-transform:uppercase;
	}
	
	
div#left-col .p {
	font-size:12px;
	padding-top:30px;
	}
	
div#left-col h1 {
	font-size:30px;
	margin: 0;
	text-align:Left;
	padding-bottom:-10px;
	}
	
div .left {
	text-align:left;
	}
	
div#ontheright {
	background:url(images/rightcol.png);
	width: 293px;
	float: right;
	height: 707px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:.04em;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	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-color: #ffeb00;
	text-align: center;
	padding-top: 18px;
	z-index: 12;
	font-size: .7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

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

#footer A:hover {
	font-weight: bold;
	}
	
/*-------------------BEGIN CSS CODE FOR COLLECTIVE---------------------*/


#bio {
	width: 900px;
	margin: 0 auto;
	}
	
#bioimage {
	width:200px;
	float: left;
	margin: 0;
	padding: 20px;
	}
	
#line{
	border-bottom: #000000 solid 2px;
	width: 800px;
	}

#biobio {
	width: 800px;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:12px;
	padding-top: 20px;
	line-height:120%;
	}

#biobio p A:link, #biobio p A:visited  {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
 	}
	
#biobio p A:hover {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
	
#biobio h1 {
	padding: 0, 0, 10px, 0px;
	margin: 0;
	font-size:24px;
	font-weight: bold;
	line-height:100%;
	}
	
#biobio h2 {
	padding: 0, 0, 0, 0px;
	margin: 0;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	line-height:120%;
	}

/*-------------------BEGIN CSS CODE FOR ABOUT---------------------*/

#about {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size:18px;
	padding-left: 50px;
	width:700px;}
	


