/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; color: #333333 }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

h2 {
font-size: 24px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 600px;
 width: 800px;
 display: inline;
}

#resume { 
 float: left;
 color: #333;
 background: #FFFFFF;
 margin-top: 20px;
 line-height: 1.5;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 75px;
 background: #FFFFFF;
 letter-spacing: 4px;
}

#footer { 
 width: 800px;
 height: 40px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 text-align: center;
 margin-top: 50px;
}

#navigation {
 float: left;
 width: 800px;
 height: 25px;
 color: #333;
 background: #FFFFFF;
 border-bottom-color: <#000000>;
 font-size: 15px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #aaa;
text-decoration: none;
