body {
	background-color: #fff;
	color: #000;
	margin: 0!important;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#head {
	height: 160px;
	background-color: #fff;
}

#head  img{
	margin-left: 10px;
    margin-top: 10px;
}

#head div.navigation {
	width: 880px;
	margin-left: 10px;
	height: 40px;
	border-bottom: 2px solid #777;
}

.navigation ul {
    padding-top: 15px;
}

.navigation ul li{
	list-style: none;
    display: inline;
    margin: 5px; padding: 0;
}

.navigation ul li a{
	padding: 1px 5px;
    text-decoration: none; 
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.navigation ul li.active a{
	padding: 2px 5px;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	background-color: rgb(204, 204, 204); /* Fall-back for browsers that don't support rgba */
	background-color: rgba(204, 204, 204, .5);
}

.navigation ul li a:hover{
	color: #999;
}

#content {
	padding: 20px;
	background-color: #ccc;
}

#content p, #content ul{
	font-size: 21px;
}

#content table td.first{
	padding-right: 50px;
}

#slideshow-wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	height: 360px;
}

#slideshow-wrapper-small{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 360px;
}

.firstletter {
	font-size: 35px;
	color: #fff;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.big, .big p, .big a {
	font-size: 27px!important;
}