body {
	background-color: #000000;
	background-image: url(images/pipes.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #cccccc;
	line-height: 1.5em;
}
a {
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	color: Red;
}
.topbar{
	position: absolute;
	top: 0px;
	background-image: url(images/topbar.jpg);
	width: 100%;
	height: 87px;
	background-repeat: repeat-x;
}
.navbar{
	position: absolute;
	top: 100px;
	left: 13px;
	width: 111px;
	background-image: url(images/navbg.jpg);
	z-index: 60;
}
.menulogo {
	display: block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #cccccc;
	background-color: #454545;
	border-bottom: solid 1px #1e1e1e;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 5px;
}
A.menulink {
	display: block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #cccccc;
	background-color: #333333;
	border-bottom: solid 1px #1e1e1e;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 5px;
}
A.menulink:hover {
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
}
.tright{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.content{
	position: relative;
	top: 100px;
	text-align: justify;
	padding-left: 150px;
	padding-right: 35px;
	z-index: 40;
}
.footer{
	text-align: center;
}
h1 {
	font-family: "MS Serif", "New York", serif;
	color: #ffffff;
	text-align: center;
	font-size: 1.5em;
	font-variant: small-caps;
}
h2{
	font-family: "MS Serif", "New York", serif;
	color: #ffffff;
	text-align: left;
	font-size: 1.1em;
	font-variant: small-caps;
	text-indent: 2em;	
	margin-bottom: -0.6em;
}
.thumb{
	border: 1px solid #ffffff;
	margin: 5px;
}
.address{
	position: absolute;
	right: 50px;
	top: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #cccccc;
	z-index: 80;
}