/*
      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;
 padding-top: 10px;
}

ul {
 padding-left: 200px;
 padding-top: 20px;
 list-style-type:none;
}

li {
padding-bottom: 20px;
}

a {
color:black;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#wrapper { 
 margin: 0 auto;
 width: 600px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 600px;
 width: 600px;
 display: inline;
}

#header {
 color: #333;
 width: 600px;
 float: left;
 height: 120px;
 background: #ffffff;
}

