body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }  


body { font-family: Tahoma;
	text-align: justify; }  

.container {  
    width: 700px;  
    margin: 0 auto;   
} 

.floatright { 
    float: right; 
    margin: 0 0 10px 10px;
}

.floatleft { 
    float: left; 
    margin: 0 0 10px 10px;
}

a:link {font: bold 14px arial, sans-serif; color: #000000; text-decoration: underline;}
a:visited {font: bold 14px arial, sans-serif; color: #000000; text-decoration: none;}
a:hover {font: bold 14px arial, sans-serif; color: #000000; text-decoration: underline;}
a:active {font: bold 14px arial, sans-serif; color: #000000; text-decoration: none;}

#main {  
    background: url(images/header_sl.jpg) repeat-x;   
} 

#main .container {  
    background: url(images/header.jpg) no-repeat;   
}  

ul#menu {  
    list-style: none;   
    font-size: 16px; 
    font-weight: bold; 
    padding-top: 190px; 
    padding-bottom: 100px;   
    padding-left: 180px; 
    color: #ffffff; 
}  
  
ul#menu li a {  
    font-size: 16px;  
    color: #ffffff;  
    text-decoration: none;
    font-weight: bold;   
}  

ul#menu li {  
    float: left;  
    padding-left: 32px;   
}  

ul#footmenu a {  
    list-style: none;   
    font-size: 16px;  
    color: #ffffff; 
    text-decoration: none; 
    font-weight: bold;
}  

ul#footmenu {  
    list-style: none;   
    font-size: 18px; 
    padding-top: 90px;  
    padding-bottom: 100px;
    padding-left: 180px; 
    color: #ffffff; 
}

ul#footmenu li {  
    float: left;  
    padding-left: 32px;
} 

#content h2 {  
    font-size: 20px;  
    color: #444444;
    padding-top: 40px;    
}  
  
#content h3 {  
    font-size: 18px;  
    color: #737373; 
    padding-top: 1px; 
    padding-bottom: 25px;  
    font-weight: normal; 
}  
  
#content h4 {  
    font-size: 15px;  
    color: #373737; 
    padding-top: 1px; 
    padding-bottom: 25px;  
    font-weight: bold; 
}  
  
#content p {  
    font-size: 14px;  
    color: #595858;
    padding-bottom: 56px;   
}  

#content small {  
    font-size: 12px;  
    color: #373737;   
}  
 
#content a {  
    color: #0f6c8d;  
    font-weight: bold;  
    text-decoration: none;   
}  

#footer {  
    background: url(images/footer_sl.jpg) repeat-x;  
    padding-bottom:5px;  
    margin-top: 40px;  
    color: #ffffff;   
} 

#footer .container {  
    background: url(images/footer.jpg) no-repeat;   

