@charset "UTF-8";
/* CSS Document */

body {
	background-position: center;
	background-color: #FFF;
}
#container {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:450px;
	z-index:1;
}
#header {
	position:absolute;
	width:800px;
	height:35px;
	z-index:2;
	left: 30px;
	top: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding-left: 15px;
	letter-spacing: 4px;
}
#number {
	position:absolute;
	width:220px;
	height:20px;
	z-index:1;
	top: 34px;
	right: 0px;
	text-align: right;
	font-size: 15px;
	color: #FFF;
	letter-spacing: 5px;
}
#content {
	position:relative;
	width:850px;
	height:450px;
	z-index:6;
	left: 200px;
	top: 0px;
	margin-left: auto;
	margin-right: 30%;
}
#navholder {
	position:absolute;
	width:120px;
	height:350px;
	z-index:10;
	left: 50px;
	top: 0px;
}
#nav {
	position:absolute;
	width:120px;
	height:300px;
	z-index:11;
	top: 50px;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#smpics {
	position:absolute;
	width:166px;
	height:368px;
	z-index:1;
	left: 0px;
	top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#mainimage {
	position:absolute;
	width:600px;
	height:400px;
	z-index:2;
	left: 195px;
	top: 27px;
	border: 1px solid #000;
	-moz-box-shadow: 8px 8px 15px #333;
	-webkit-box-shadow: 8px 8px 15px #333;
}
#info {
	position:absolute;
	width:490px;
	height:386px;
	z-index:1;
	left: 31px;
	top: 42px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;
	background-image: url(backgrounds/images/bridge.png);
	padding-right: 150px;
	padding-left: 150px;
	overflow: auto;
}.center {
	text-align: center;
}
#topstrip {
	position:absolute;
	width:100%;
	height:105px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #000;
}
#facebook {
	position:absolute;
	width:30px;
	height:30px;
	z-index:12;
	bottom: 0px;
	left: 10px;
}
#footer {
	position:absolute;
	width:100%;
	height:25px;
	z-index:5;
	left: 0px;
	bottom: -30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.mid {
	text-align: center;
}
.hr {
	width: 50%;
}
.size20 {
	font-size: 20px;
}
.size10 {
	font-size: 10px;
}
.size30 {
	font-size: 30px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#info a:hover {
	color: #900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.smallcap {
	font-variant: small-caps;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

