@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);

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

#nav_contact {

	color: white!important;
}

/*-------------------------------------------------------------------
	Form
-------------------------------------------------------------------*/

#name_field, #email_field, #comments_field {
	border: 1px solid #CCCCCC;
	width: 300px;
}

#comments_field {

	height: 200px;
}