@charset "utf-8";
/* CSS Document */

div#Main { width:700px;
	margin:0 auto;
	position:relative; top:100px;
}


div#NavMain ul, li {list-style:none;
	display:inline;
	padding:3px;
}


div#NavMain {position:absolute; right:-90px; top:95px;
}

div#header {position:relative; top:-100px; left:-100px;
z-index:2;
}

div#content {position:absolute;	top:-20px;
	z-index:1;
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
}

div#QuoteBox { float:right;
	text-align:center;
	width:400px;
}

div#footer {width:700px;
	height:100px;
	overflow:visible;
}

div#footer h1 {height:370px;
	width:500px;
	position:relative; bottom:70px; right:-300px;
	background-image:url(Chisel.png);
	background-repeat:no-repeat;
	z-index:2;
	text-indent:-99999999px;
}