/*-----------------------------------------------------------------------------
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:778px; }
.wrapper					{
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.content-wrapper			{ float:left;width:100%; }

/* =Header
-----------------------------------------------------------------------------*/
.header {
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	height:72px;
	width: 716px;
	}
	
.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:166px;
	margin-left:-716px; /* must be width of website as defined in body and/or .wrapper */
}

.colOne h2 {
	padding: 3px;
}
	
/* =Column Two
-----------------------------------------------------------------------------*/
.colTwo{
	float:left;
	width:190px;
	margin-left:-190px;
}

.colTwo h2 {
	padding: 3px;
}


/* =Content
-----------------------------------------------------------------------------*/
.content {
	padding: 0px;
	width: 530px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 166px;
}

/* 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:716px;

}
.footer a {
	display:inline;
}

