body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../layout/bg01.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}
a:visited {
	color: #666666;
}
.splashtable {
	background-image: url(../layout/bg_fade.png);
	background-repeat: repeat-x;
	background-position: top;
}
.top_nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#bottom {
	width: 100%;
	height: 340px;
	text-align: center;
	vertical-align: top;
	background-color: #1E1E1E;
}
#addressbox {
	width: 240px;
	height: 250px;
	margin-top: 40px;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #CCCCCC;
}
#addressbox div {
	height: 50px;
	padding-left: 10px;
}
#addressbox div img {
	position: relative;
	top: 10px;
	left: 0;
}
#addressbox p {
	padding-top: 15px;
	line-height: 18px;
	padding-left: 30px;
}
.bottommenubox {
	width: 20%;
	border-left: solid 1px #424242;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 20px;
	height: 250px;
}
.bottommenubox span {
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.bottommenubox ul {
	list-style: none;
	padding-left: 40px;
	margin-left: 0px;
}
.bottommenubox li {
	line-height: 20px;
}
.bottommenubox li a, .bottommenubox li a:link, .bottommenubox li a:visited {
	color: #999999;
}
.bottommenubox li a:hover, .bottommenubox li a:visited:hover {
	color: #666666;
}
#footer {
	clear: both;
	width: 100%;
	height: 70px;
	text-align: center;
	vertical-align: top;
	background: #000;
	line-height: 70px;
}
.text   p {
	color: #000000;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav  li {
	display: inline;
	margin-left: 20px;
}

.centeredImage {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
}