body {  
	margin: 0px;
    padding: 0px;
    background: url(background.jpg) repeat-x black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .5px;
}
h3 {
	background: url(headerstripes.jpg) repeat-x;
	color: white;
	line-height: 12px;
	font-size: 12px;
	margin: 0px;
	padding: 9px 12px;
	display: block;
	float: left;
}
a {
	color: #888;
}
a:active {
	color: #000;
}
a:visited {
	color: #444;
}
#wrapper {
    width: 940px;
    margin: 0px auto 2px;
    background-color: white;
}
#innerWrapper {
    margin: 0px 50px;
    padding-bottom: 30px;
}
#header { 
    height: 100px;
    clear: both;
}
#home {
    display: block;
    width: 198px;
    height: 83px;
    background: url(restnoiselogo.jpg) no-repeat;
    color: white;
    font-size: 24px;
    text-align: center;
    float: left;
}
#navigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 10px;
}
#navigation li {
    margin: 0px;
    margin-top: 10px;
    float: left;
    width: 82px;
    height: 35px;
}
#navigation li a {
	height: 100%;
    line-height: 14px;
    padding-top: 15px;
    vertical-align: bottom;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

#navigation li a img {
	margin-right: 6px;
	border: 0px none;
}

#navigation li.selected {
	background: url(navigationstripes.jpg) repeat-x;
	border-bottom: 2px solid black;
}

.contentBlock {
	border: 1px solid #888;
	padding: 10px 34px;
	line-height: 16px;
	float: left;
	width: 750px;
	margin-bottom: 20px;
}
.contentBlock img.header {
	margin: 24px auto 0px;
	display: block;
}

.contentBlock img.wrapAround {
	float: left;
	margin: 0px 15px 15px 0px;
}

.contentBlock .gallery {
	width: 750px;
	margin: 0px auto;
}
.contentBlock .gallery img {
	float: left;
	margin: 25px;
}

.clear {
	clear: both;
}