/*GENERAL HTML STYLING*/
html{
	height 100%;
	}
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
h1{
	size:14px;
	color:#690;
	}
/*BOXES*/

#wrap{
	position: absolute;
	width: 960px;
	min-height: 100%;
	background-color: #fff;
	top:15px;
	margin-left: -480px;
	left: 50%;
	}
#banner{
	position: relative;
	width: 960px;
	height:35px;
	background-image:url(../images/00name.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#content{
	padding:10px;
	padding-bottom:143px; /*must be the same height as the footer*/
	text-align: justify;
	}
#footer{
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 143px;
	}
#footer a , img{
	border: 0px;
	padding-bottom: 30px;
	}
	
/* Art section image on the left */
	
.art{
	background-image:url(../img/01art.gif);
	background-repeat:no-repeat;
	}
.arch{
	background-image:url(../img/02arch.gif);
	background-repeat:no-repeat;
	}
.writing{
	background-image:url(../img/03writing.gif);
	background-repeat:no-repeat;
	}
.contact{
	background-image:url(../img/04contact.gif);
	background-repeat:no-repeat;
	}
.links{
	background-image:url(../img/05links.gif);
	background-repeat:no-repeat;
	}
