body {
 background-image: url(''); 
 background-repeat: repeat-x; 
 background-color: #e3edf7;
 margin: 0;
 background-attachment: fixed;
 padding: 0;
 font: x-small Verdana, Arial;
 text-align: center;
}

#main-border {
 width: 800px; 
 height: 400px;
 margin: 0 auto;
 background-repeat: no-repeat;
 background-color: white;
 border: 1pt outset; 
 color: #000000; 
 cellpadding: 1;
}


#resume-border {
 width: 800px; 
 margin: 0 auto;
 background-repeat: no-repeat;
 background-color: white;
 border: 1pt outset; 
 color: #000000; 
 cellpadding: 1;
}

#resume-content {
 width: 750px;
 margin: 0 auto;
}

#header { 
background-color: #990033;
width: 800px;
}

#menu {
margin: 0px 0px 0px;
width: 800px;
height: 30px;
float: center;
background-color: #990033;
text-align: center;
display: inline;       /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

a.blue:link {
color: #ffffff; 
background: ; 
font-weight: bold; 
text-decoration:none;
}

a.blue:active {
color: #ffffff; 
background: ; 
font-weight: bold;
text-decoration:none;
}

a.blue:visited {
color: #ffffff; 
background: ; 
font-weight: bold;
text-decoration:none;
}

a.blue:hover {
color: #990033; 
background: #ffffff; 
font-weight: bolder;
text-decoration:none;
}


#footer {
 
 
}