﻿.container {
    float: center;
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 780px;
}

.navigation {	
	background: #D9E1E5 url(img/nav.jpg) repeat-x;
	border: 1px solid #7795BD;
    margin-left: auto ;
    margin-right: auto ;
	float: center;
             
}

.navigation a {
	background: transparent url(img/nav2.jpg) left top repeat;
	border-right: 1px solid #7795BD;
	color: #fff;
	
	float: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	padding: 0 14px;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #f1f1f1;
}

.table {	
    margin-left: auto ;
    margin-right: auto ;
	float: center;          
}

