﻿body div#container div.content {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	background-image: none;
}

body div#container div.cms_module a {
	color: rgb(158,103,111);
	font-size: 2em;
}

body div#container div.latestNews {
	background-color: rgb(165,166,170);
	padding: 2px 5px 2px 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 200px 0;
	color: rgb(255,255,255);
	font-weight: bold;
}
	
	body div#container div.latestNews ul {
		margin: 0;
		padding: 0;
	}
	
		body div#container div.latestNews ul li {
			list-style-type: none;
		}
		
			body div#container div.latestNews ul li a {
				color: rgb(255,255,255);
				font-weight: bold;
				text-decoration: none;
			}
			
			body div#container div.latestNews ul li a:hover {
				text-decoration: underline;
			}

body div#container div.bottomMenu {
 width: 760px; margin: 0 auto 1em auto;
}