/*
      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: 80%;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 60%;
 display: inline;
}

#header {
 color: #333;
 width: 80%;
 float: left;
 height: 75px;
 background: #6B6659;
}

#navigation {
 float: left;
 width: 80%;
 height: 25px;
 color: #333;
 background: #8AA1B6;
}

#rightcolumn { 
 color: #333;
 background: #EBE3CD;
 height: 350px;
 width: 20%;
 float: left;
}

