/*-----------------------------------------------------------------------------
Positioned 5 Column Floated Layout

version:   2.0
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.evolution-e.com
-------------------------------------------------------------------------------

/* =General Settings
-----------------------------------------------------------------------------*/
body 						{ min-width:882px; }
.wrapper					{ width: 882px; margin-right: auto; margin-left: auto;text-align: left; position: relative; }

/* =Header
-----------------------------------------------------------------------------*/
.header {
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	}
	
.header li {
	dispay:inline;
	display: inline; 
	padding-right: 5px; 
	padding-left: 5px; 
	margin:0px; 
	background-image:none;
}	

.header .navOne {
	position:absolute;
	left:0px;
	text-align:left;
	width: 100%;
	bottom: 0px;
}

.header .navTwo {
	position:absolute;
	text-align:right;
	width: 428px;
	top: 0px;
	right: 0px;
}

.header .navOne ul {
	float: left;
	width:auto;
	margin:0px; 
	text-align: left;
	clear:both;
}

.header .navTwo ul {
	float: right;
	width:auto;
	margin:0px; 
	text-align: right;
	clear:both;
}

/* =Column One
-----------------------------------------------------------------------------*/
.colOne{
	float:left;
	width:181px;
	 /* must be width of website as defined in body and/or .wrapper */
}

.colOne h2 {
	padding: 3px;
}
	
/* =Column Two
-----------------------------------------------------------------------------*/
.colTwo{

}

.colTwo h2 {

}


/* =Content
-----------------------------------------------------------------------------*/
.content {

}

/* Content Modules - Change percentages to alter layouts */
.content01 {
	width: 33%;
	float: left;
}

.content02 {
	width: 33%;
	float: left;
}
.content03 {
	width: 33%;
	float: right;
}

/* =Forms
-----------------------------------------------------------------------------*/
.footer{
	clear:left;
	width:100%;

}
.footer a {
	display:inline;
}
