/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/

#nav ul {
	list-style-type: none;
	text-align: center;
	}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#nav ul li a {
	background: #fff;
	width: 118px;
	height: 2em;
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #bbb;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    large;
	}

#nav ul li a:hover {
	color: #000;
	background: #eee;
	}

#nav a:active	{
	background: #c60;
	color: #fff;
	}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/


