
a:hover {
	color: #C60;
}
body {
	background: #55555 ;;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}


h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1{
	color: #b86e00;
	padding-top: 6px;
}

.container {
	
	margin: 0 auto;
	width: 780px;
}

.header {
	background: #7c6f5a;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}


.navigation {
	background: #FFF url(../images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #420;
}

.main {
	clear: both;
	padding: 0 20px 40px 28px;
}

table, td, th { 
	
	border: 1px solid gray 
}

.footer {
	background: #7c6f5a;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
