body
    {
    padding:0;
    margin:0; 
    background-color:fff;
    font-family:verdana,arial;
    font-size:14px;
    line-height:20px;
    color: #6F140A;
    font-weight:normal;
    text-decoration:none;
    position:relative;
    }

/* TEXT | MAIN PROPERTIES */

p
    {
	text-align:justify;
    padding-left:15px;
    padding-right:15px;
    }
    
h1
    {
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    }

a 
    {
    text-decoration:none; 
    font-weight:bold; 
    color:#6F140A;
    }

img
    {
    border:0px;
    }	
	
    
#banner
 	{
    position:relative;
    margin:0px;
    width:960px;
    height:250px;
    }
	
#topnav
 	{
    position:relative;
    left:0px;
    top:0px;
    background-color:#6F140A;
	color: white;
    width:960px;
    height:30px;
	line-height:24px;
    }

#topnav a 
    {
	font-weight:bold; 
    color:#fff;
    }

#container
 	{
    position:relative;
    left:0px;
    top:0px;
    width:960px;
    }


#leftnav
 	{
    position:absolute;
    float: left; 
    left:0px;
    top:0px;
    width:320px;
    }
	
#body
 	{
    position:relative;
	float: right;
    left:0px;
    top:0px;
    width:640px;
    }

	
#footer
 	{
    position:relative;
    left:0px;
    top:0px;
    background-color:#6F140A;
	color: white;
	font-weight:bold;
    width:960px;
    height:40px;
    text-align:right;
	line-height:25px;
    margin:20px 0px 20px 0px;
    padding-right:10px;
    z-index:1;
    }