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

/* =Header
-----------------------------------------------------------------------------*/
.header {
	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:206px;
	margin-left:-881px; /* must be width of website as defined in body and/or .wrapper */
}

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

.colTwo h2 {
	padding: 3px;
}


/* =Content
-----------------------------------------------------------------------------*/
.content {
margin:0 206px;
padding:10px;
width:388px;
}

/* 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;
}
