body {
	margin:0;
	padding:0;
	font-size:76%;
	background:url(/images/blue-bg.jpg) center 495px repeat-x #fff;
}
#header {
	background:url(/images/header-bg.png) 0 0 repeat-x;
	height:172px;
	width:100%;
	top:0;
	left:0;
}
#header h1 {
	background:url(/images/zlogo.png) 0 0 no-repeat;
	text-indent:-9000px;
	height:32px;
	width:174px;
	margin:0;
	padding:0;
	top:54px;
	left:31px;
	position:relative;
}
ul#nav {
	margin:0;
	padding:0 0 18px 0;
	height:49px;
	list-style:none;
	position:absolute;
	top:123px;
	background:url(/images/nav-bg.png) 0 0 repeat-x;
	width:100%;
}
ul#nav li {
	margin:0;
	padding:0;
	float:left;
}
ul#nav li a {
	display:block;
	text-indent:-9999px;
}
ul#nav li.home a {
	background:url(/images/home.png) 0 0 no-repeat;
	height:31px;
	width:108px;
	margin-left:32px;
}
ul#nav li.work a {
	background:url(/images/work.png) 0 0 no-repeat;
	height:31px;
	width:109px;
}
ul#nav li.contact a {
	background:url(/images/contact.png) 0 0 no-repeat;
	height:31px;
	width:139px;
}
ul#nav li.home a:hover, ul#nav li.work a:hover, ul#nav li.contact a:hover {
	background-position:0 -31px;
}
#content {
	clear:both;
	margin:0 80px;
	background:url(/images/fish.jpg) right 13px no-repeat;
	height:325px;
}
#content h2 {
	background:url(/images/impression.png) 0 0 no-repeat;
	text-indent:-9000px;
	height:35px;
	width:511px;
	margin-top:0;
}
#content p {
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size:14px;
	color:#000;
	margin-right:425px;
}
#content a {
	color:#12a8e8;
	text-decoration:none;
	border-bottom:1px dashed #12a8e8;
	font-weight:bold;
}
#content a:hover {
	color:#7de337;
	border-bottom:1px solid #7de337;
}
#feature {
	clear:both;
	float:left;
	width:60%;
}
#quote  {
	float:right;
	width:370px;
	margin-right:80px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-size:18px;
	line-height:30px;
	color:#0a5c80;
}
#quote span#author {
	font-style:normal;
	font-size:16px;
	font-weight:bold;
}
#quote span#author span{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}