body {
	font-family: Georgia;
	font-size: 12px;
	background: #ddd;
	margin: 20px 0 0 0;
	color: #222;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 0;
	min-height: 100%;
}

#header, #botnav {
	width: 860px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border-top: 5px solid #111;
}

#header ul, #botnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li, #botnav li {
	display: inline;
	margin: 0;
}

#header li.nav, #botnav li.nav {
	cursor: pointer;
}

#header li.mark, #header li.nav:hover {
	background-image: url('images/mark.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header img {
	padding: 0 0 5px 0;
}

#left, #right {
	width: 50px;
	z-index: 99;
}

#left {
	position: relative;
	left: 33px;
}

#right {
	position: relative;
	top: 5px;
	right: 33px;
}

#left, #right, #viewport {
	float: left;
}

#prev, #next {
	cursor: pointer;
	margin-top: 235px;
}

#viewport {
	overflow: hidden;
	width: 878px;
	height: 542px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;	
	position: relative;
}

#contentWrap {
	width: 4000000px;
	text-align: left;
	position: relative;
	right: 0px;
	bottom: 0px;
}

#botnav {
	text-align: right;
	border: 0;
	border-bottom: 5px solid #000;
	padding-bottom: 5px;
}

#footer {
	font-family: "Lucida Grande", Verdana, sans-serif;
	width: 880px;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #aaa;
}

.row {
	height: 542px;
}

img {
	padding: 0;
	border: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
}

.about, .contact {
	text-align: left !important;
	color: #eee;
}

.about img, .contact img  {
	float: left;
	padding-left: 20px;
	margin-right: 30px;
}

.about p, .info {
	margin-top: 10px;
	width: 420px;
	padding: 0 20px 0 0;
	font-size: 16px;
	line-height: 24px;
	float: right;
}

.info {
	width: 380px !important;
}

img.label {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ddd;
}

.pane {
	height: 480px;
	width: 838px;
	padding: 30px 20px;
	display: block;
	float: left;
	text-align: center;
}

.clear {
	clear: both;
}

dt {
	font-style: italic;
}

a {
	color: cornflowerblue;
	text-decoration: none;
}

.overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
		
.loading {
	text-align: center;
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 20%;
	height: 20%;
	padding:0;
	z-index:1002;
	overflow: auto;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}