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

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 100%;
 width: 50%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 75px;
 background: #6B6659;
}

#footer { 
 width: 100%;
 height: 25px;
 clear: both;
 color: #333;
 background: #6B6659;
}

#leftcolumn { 
 color: #333;
 background: #EBE3CD;
 height: 100%;
 width: 50%;
 float: left;
}

