body {
	background: #f0efee;
	color: #333;
	font-size: 13px;
	line-height:18px;
	padding: 20px 0 40px;
}



a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px/1.5;
	
}


.footer {
	width: 960px;
	margin-left:30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#aeaeae;
	height:350px;
	background-color:#fff;

}

.footer a {
	color:#aeaeae;
}

.olives {
	width: 205px;
	background-color:#006;
	background-image:url(images/olives.png)
}

<!-- nav -->



ul#list-nav {
margin:20px;
padding:0;
list-style:none;
width:525px;
}

ul#list-nav li {
display:inline
}

ul#list-menu li a {
text-decoration:none;
padding:5px 0;
width:100px;
background: url(images/nav/about.png) repeat-y;
color:#eee;
float:left;
}

ul#list-nav li a {
text-align:center;
}

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}



.container_12 {
	background: #fff url(../images/bg.gif) repeat-y;
	margin-bottom: 0px;
}


