body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
   }
   
h1, h2, h3 { font-size:16px; font-weight:bold; }
   
#header { background: url("images/header1.jpg") no-repeat scroll 0 0 transparent; 
height:150px;
width:960px;}

#navbar { background: none repeat scroll 0 0 #000000;
    height: 30px;
    text-transform: uppercase; }
    
#menu { background: none repeat scroll 0 0 #FFF;
    color: #FFFFFF;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    text-transform: uppercase;
    width: 25%; 
    padding-top: 20px; }
    
#menu ul, ol {

    list-style: none outside none;
    margin-top: 8px;
    height: 10px; }


#menu li {
    background: none repeat scroll 0 0 #000000;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: -20px;
    padding: 10px 20px 15px;
    width: 100px; }
    
#menu li a { text-decoration:none; 
color: #fff; }

#menu li a:hover { text-decoration:none; 
color: #fff;
font-weight: bold; }
    
#content {
    color: #000000;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px; }
    
#portfolio { padding-bottom: 10px;}
 
#footer { background-color:#E7DCD9;
    color: 000;
    border-top: 1px solid #E5E5E5;
    height: 80px;
    padding: 20px;
    font-size:12px; 
    text-align: center; 
	}