@charset "UTF-8";

/*-------------------------------------------------------------------
Home Page Style Sheet (for version 4 browsers)
version: 1.1
author: Matt Mendrala
email: mendrala@mac.comm
website: http://www.8020web.com/
-------------------------------------------------------------------*/

@import url(global.css);
@import url(image_gallery.css);

/*-------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------*/

#nav_gallery {

	color: white!important;
}

/*-------------------------------------------------------------------
	Content
-------------------------------------------------------------------*/

.content {
	background: black;
	padding: 20px 0;
}

.content h1, .content h2,.content h3,.content h4,.content p,.content a {
	color: white;
}
