body {
	background-image: url(images/bgc.png);
}
#container {
	width: 800px;
	border: 0px solid black;
	background-image: url(images/gray.png);
	background-repeat: repeat;
}
#title {
	background-image: url(images/header.png);
	height: 133px;
	z-index: 1;
}
#adress {
	width: 200px;
	position: relative;
	top: 13px;
	left: 300px;
	text-align: left;
	font-family: 'Century Gothic';
	color: #333;
}
#email {
	color: #333;
	text-decoration: none
}
#email:hover {
	text-decoration: underline;
}
#menu {
	height: 20px;
	background-color:#666;
	text-align: left;
	z-index: 10;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#menu li {
	margin-left: 0px;
	padding-left: 0px;
	height: 20px;
	float: left;
	width: 125px;
	text-align: center;
	border-right: 1px solid #999;
	font-family: 'Century Gothic';
	text-decoration: none;
	vertical-align: middle;
}
#menu li:hover {
	background-color: #999;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #CCC;
}
#picture {
	height: 145px;
	background-image: url(images/picture.gif);
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#content {
	font-family: 'Century Gothic';
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/gray.png);
	background-repeat: repeat;
	height: 280px;
	text-align: left;
}
#content h3{
	text-align: center;
}
#bottom {
	height: 20px;
	background-image: url(images/bottom.png);	
}
a .merklogo {
	border: 1px solid #666; 
	padding: 3px; 
	margin: 2px;
}
a:hover .merklogo {
	border: 2px solid #666; 
	padding: 3px; 
	margin: 1px;
	background-color:#999;
}