/*
      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: 350px;
 width: 88%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 105px;
 background: #1174BB;
}

#footer { 
 width: 100%;
 height: 20px;
 clear: both;
 color: #333;
 background: #FFFFFF;
}

#leftcolumn { 
 color: #333;
 background: #F1F7FB;
 height: 360px;
 width: 12%;
 float: left;
}


