/*
      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: right;
 color: #333;
 background: #ffffff;
 height: 100%;
 width: 98%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 70px;
 background: #FFFFCC;
}

#footer { 
 width: 100%;
 height: 25px;
 clear: both;
 color: #333;
 background: #FFFF99;
}

#navigation {
 float: left;
 width: 100%;
 height: 15px;
 color: #333;
 background: #FFFF99;
}

