body {
background-color:#FFF;
font-size:25pt;
font-family:Helvetica, Arial;
text-transform: uppercase;
text-align:left;
margin:0;
padding:0; 
color:#000;
}

#page {
width:1250px;
margin:auto;
padding:auto;
padding-top:25px;
}

#header {
clear:both;
width:1250px;
height:65px;
background-image: url(images/header4.gif);
background-repeat:no-repeat;
}

#nav {
clear:both;
width:1250px;
padding-top:10px;
padding-bottom:15px;
font-size:6pt;
letter-spacing: 2px;
text-align:left; 
float: left;
}

#content{
width:1250px;
font-size:6pt;
letter-spacing: 2px;
text-align:left;
}

#about{
	width:600px;
	text-align:justify;
	line-height:15px;
	margin: 0 auto;
}

#resume{
	width: 1000px;
	height: 384px;
	margin: 0 auto;
	overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
			}

#display{
	width: 1000px;
	height: 415px;
	margin: 0 auto;
			}
	

a {
color:#000;
text-decoration:none;
}

a:hover {
text-decoration: line-through;
}



#footer {
	clear:both;
width:1023px;
height:65px;
background-image: url(images/footer3.gif);
background-repeat:no-repeat;
background-color:#FFF;
float: right;
}