body {
	font-family: Helvetica, Arial, Sans-serif;
	background-color: #818001;
}

#wrapper {
	width: 750px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 4px solid black;
	background-color: white;
	text-align: left;
}

#top {
	height: 230px;
	margin: 0px;
	padding: 0px;
}

#top_logo {
	height:230px;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#nav {
	width: 500px;
	height: 230px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

.nav1 {	background-image: url(http://www.umlautlimited.com/images/nav1.jpg); }
.nav2 {	background-image: url(http://www.umlautlimited.com/images/nav2.jpg); }
.nav3 {	background-image: url(http://www.umlautlimited.com/images/nav3.jpg); }
.nav4 {	background-image: url(http://www.umlautlimited.com/images/nav4.jpg); }
.nav5 {	background-image: url(http://www.umlautlimited.com/images/nav5.jpg); }

#nav a {
	display: block;
	float: left;
	margin-top: 190px;
	padding-left: 13px;
	padding-right: 11px;
	padding-top: 12px;
	padding-bottom: 11px;
	color: black;
	font-weight: 900;
	font-size: 16px;
	text-decoration: none;
}

#nav a:hover {
	background-color: white;
}

#bottom {
	width: 100%;
	background-image: url(http://www.umlautlimited.com/images/bl_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#info {
	width: 220px;
	float: left;
	padding: 15px;
	color: #c5abad;
	font-size: 13px;
	font-weight: 900;
	line-height: 17px;
}

#info a {
	color: #c5abad;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#content {
	width: 450px;
	padding: 25px;
	padding-bottom: 50px;
	float: left;
	font-size: 14px;
	font-weight: 900;
	background-image: url(http://www.umlautlimited.com/images/c_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

p {
	font-family: verdana,sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}

.gallery_thumb {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.gallery_thumb img {
	height: 105px;
	border: 0px;
}
.testimonial {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cfcfcf;
	font-weight: 100;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.t_name {
	margin: 5px;
	text-align: right;
	font-weight: 900;
}