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


/* GALLERY LAYOUT STUFF */

	
#main_gallery{
	position:relative;
	width:700px;
	height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_gallery {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_photo_gallery.gif) no-repeat;
	}
	

/* GROOVY LINKS STUFF */

	
#main_groovy_links{
	position:relative;
	width:700px;
	min-height: 343px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_groovy_links {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_groovy_links.gif) no-repeat;
	}
	
/* FUN AND GAMES STUFF */

	
#main_games{
	position:relative;
	width:700px;
	height: 338px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#masthead_games {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_games.gif) no-repeat;
	}
	
