#bigcontainer {
margin: 0 auto;
width: 777px;
background: url('img/menu_bg.gif');
background-position: left;
background-repeat: repeat-y;
background-color: #FFF;
border-left: 1px solid #898989;
border-right: 1px solid #898989;
text-align: left;
}

#container{ 
float:left;
width: 100%; 
} 
#left-nav{ 
float:left; 
width:145px; 
background-color: silver;
} 
#content{ 
width: 100%; 
margin-left: 145px; 
} 
body {
margin: 0 0 0 0;
text-align: center;
font-family: Verdana, Arial, sans-serif;
background-color: #e3e3e3;
}

#header {
height: 161px;
background: url('img/header_2.gif');
background-repeat: repeat-x;
}

#menu ul {	
list-style: none;
width: 144px;
margin: 0 0 20px 0;
padding: 0;
}	

#menu li {
margin-bottom: 0px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000;
display: block;
font-size: 15px;
padding: 4px 0 4px 1px;
text-align: center;
border-bottom: 1px solid silver;
}	
	
#menu li a:hover {
color: #000;
background: url('img/nav_hova.gif');
}

.left {
float: left;
padding-right: 5px;
}

.right {
float: right;
margin-left: 10px;
}

.content {
margin-left: 5px;
font-size: 14px;
padding-right: 10px;
}

.content p {
text-align: justify;
}