/* general classes */
.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

/* body */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #d5d5d5;
}

.background {
	background-color: white;
	height: 680px;
	width: 1272px;
	position: absolute;
	margin-top: 35px;
	z-index: -1;
	left: 50%;
	margin-left: -636px;
}

/* main content*/

table.main {
	margin-top: 30px;
}

.gallery_item {
	position: absolute;
}

#logo {
	position: absolute;
	z-index: 200;
}

#bio {
	position: absolute;
	z-index: 100;
	width: 612px;
}

/* footer */

#footer {
	font-size: small;
}

/* links */

a:link { 
	color: #333333;
}

a:visited { 
	color: #333333;
}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

a:active { 
	color: #333333;
}