.class1 A:link {color: #555555; text-decoration: none;}
.class1 A:visited {color: #555555; text-decoration: none;}
.class1 A:active {background: #666666; color: white; font-size: 17px; text-decoration: none;}
.class1 A:hover {background: #666666; color: white; text-decoration: none;}

.class2 A:link {color: #ff8c00;}
.class2 A:visited {color: #ff8c00}


#header {
height: 140px;
width: 800px;
background-image: url(topbar.jpg);
background-repeat: no-repeat;
position: absolute;
left: 0px;
top: 0px;
}

#sidebar {
height: 500px;
width: 215px;
background-image: url(leftbar.jpg);
background-repeat: no-repeat; 
position: absolute;
left: 10px;
top: 145px;
}

#menu {
position: absolute;
left: 215px;
top: 140px;
padding-top: 30px;
height: 31px;
overflow: hidden;
}

#home {
float: left;
width: 137px;
height: 100%;
text-align: center;
font-family: News Gothic MT, verdana, sans-serif;
font-size: large;
border-right-style: solid;
border-right-width: 2px;
border-right-color:  #666666; 
}

#resume {
float: left;
width: 137px;
height: 100%;
text-align: center;
font-family: News Gothic MT, verdana, sans-serif;
font-size: large;
border-right-style: solid;
border-right-width: 2px;
border-right-color:  #666666;
}

#portfolio {
float: left;
width: 170px;
height: 100%;
text-align: center;
font-family: News Gothic MT, verdana, sans-serif;
font-size: large;
border-right-style: solid;
border-right-width: 2px;
border-right-color:  #666666;
}

#about {
float: left;
width: 137px;
height: 100%;
text-align: center;
font-family: News Gothic MT, verdana, sans-serif;
font-size: large;
}

#box {
position: absolute;
left: 215px;
top: 200px;
width: 580px;
height: 340px;
border-style: solid; 
border-width: 2px; 
border-color: #666666;
}

#content {
padding-top: 55px;
padding-bottom: 55px;
padding-left: 117px;
padding-right: 117px;
width: 345px;
height: 230px;
font-family: News Gothic MT, verdana, sans-serif;
font-size: 12px;
text-align: justify;
color: #555555;
overflow: auto;
}


#footer {
position: absolute;
top: 550px;
left: 270px;
}

