/*
      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: 1024px;
}

#content {
 color: #953;
 background: white;
 height: 600px;
 width: 1024px;
 display: inline;

}

#header {
 color: #333;
 width: 1024px;
 float: left;
 height: 90px;
 background: ;
}

#footer {
 width: 1024px;
 height: 25px;
 clear: both;
 color: #333;
 background: #CCFF99;
}

#navigation {
 float: left;
 width: 1024x;
 height: 37px;
 color: #333;
 background: #DBDBDB;
}

#leftcolumn {
 color: #333;
 background: #DBDBDB;
 height: 350px;
 width: 224px;
 float: left;
}