#leftcontent {
    position: absolute;
    left:0px;
    top:20px;
    width:144px;
    }

#centercontent {
    background-image: url('../images/contentback.gif');
    background-repeat:  no-repeat;
    background-position: 100px 45px;
    
    color: white;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    
    margin-left: 170px;
    margin-right:100px;
    padding-top: 20px;
    }
#imageDisplay{
    position: absolute;
    left:500px;
    top:125px;
}
    
.text {  
    font-family: Geneva, Arial, Helvetica, san-serif; 
    font-size: 1em; 
    color: #FFF;
    }
.text_bold {  
    font-family: Geneva, Arial, Helvetica, san-serif; 
    font-weight: bold; 
    font-size: 1em; 
    color: #FFF;
    }
.footer {  font-family: Geneva, Arial, Helvetica, san-serif; 
		font-size: .75em; 
		color: #FFF}  

.thumbnail {height: 50px; border: 0px; padding: 0px 15px 15px 0px;}

label{  font-size: 1.1em; color: yellow; }

a { font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 1em; 
	color: #3CF; 
	text-decoration: underline}

p { text-indent: 15px;}

#nav li{
    height: 29px;
    list-style-type: none;
    background-image: url('../images/personal_nav2.gif');
    background-repeat: no-repeat;
    
    border-right: 3px solid white;
    padding: 15px 0px 0px 25px;
    
}

#nav li a{
    color: black;
    font-size 1.5em;
    text-decoration: none;
    font-weight: bold;
    
}
#nav {
    vertical-align: top; 
    padding: 0px;
    margin: 0px;
    background-color: black;
}


#displayContainer {background-color:#000;border: 1px solid #FFF;padding: 3px;text-align:center;}
.imagesDisplayBox {padding-bottom: 25px}