﻿/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	background-color: #FFFFFF;
}

#content {
	float: left;
	color: #000000;
	background: #FFFFFF;
	height: auto;
	width: 656px;
	display: inline;
}

#header {
 width: 820px;
 float: left;
 height: auto;
}

#footer {
	width: 820px;
	height: auto;
	clear: both;
	text-align: center;
}
#leftcolumn { 
 height: auto;
 width: 164px;
 float: left;
text-align: center;
}


