/* body, html - Sets type size, font, line-height */
body, html
{
	background-color:#000000;
	color: #ffffff;
	font-size: 12px;
	font-family: "Hevetica",Arial,Times,serif;
	line-height: 15px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#wrapper{
position: relative;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
width: 880px;
}

/* Pagewidth is the translucent white square */
#column{
	width: 210px;
	height: 260px;
	float: left;
	position: relative;
	margin-right: 10px;
	padding: 0px 0px 0px 0px; 
	background-color:#000000;
}
.column_1{
background-image:url(../images/column_1_text.png);
background-repeat: no-repeat;
}

a.title {
	display: block;
	width: 210px;
	height: 26px;
	background-image: url(../images/this_year_title.png);
	text-decoration: none;
	}
a.rollover {
	display: block;
	width: 210px;
	height: 26px;
	text-decoration: none;
	}
	
.linda{
background-image: url(../images/linda_rollover.png);
}

.john{
background-image: url(../images/john_rollover.png);
}

.jane{
background-image: url(../images/jane_rollover.png);
}

.matt{
background-image: url(../images/matt_rollover.png);
}
	
a.rollover:hover {
	background-position: 0 -26px;
	}

.onpage{
	background-position: 0 -26px;
	}
	
/* Navigation buttons between pages */
	
a.button {
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/button_rollover.png);
	text-decoration: none;
	}
	
a.button:hover {
	background-position: 0 -10px;
	}
	
.bottom{
	position: absolute;
	width: 60px;
	bottom: 10px;
	right: 0px;
	color: #666666; 
	}

.onbutton{
	background-position: 0 -10px;
	}
	
#image_wrapper{
position: absolute;
top: 250px;
background-color: #000;
}

#image_gallery{
position: relative;
width: 880px;
height: 440px;
float: left;
background-color: #000;
}

#image_gallery img{
margin-right: 10px;
margin-bottom: 10px;
float: left;
width: 210px;
}

#footer{
position:absolute;
bottom: 4px;
right: 8px;
font-size: 10px;
}

p{
width: 200px;
margin-top: 0px;
margin-bottom: 14px;
	}

img{
	border: none;
	}

/* hiddenpic is for preloading images */
.hiddenpic{display:none;}
	
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}