/* Type, styling and color */
a {
	text-decoration: none;
	color: #666666;
	outline:none;
}
a:hover {
	color: #CCCCCC;
}
.black-text {
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/bg-temporary.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.caption {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.6em;
}
.content {
	background-color: #000000;
}
.credit {
	font-size: 0.6em;
	text-transform: capitalize;
}
.highlight-white {
	color: #FFFFFF;
}
img {
	border: none;
}
#main-column {
	background-color: #000000;
}
#nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #000000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
}
/* Structure */
a img {
	border: none;
}
.caption {
}
.centered {
	text-align: center;
	margin: auto;
	width: 100%;
}
.centered-table {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#container-table {
	margin: 0px;
	padding: 0px;
	height: 85%;
	width: 100%;
}
.content {
	width: 100%;
	margin: 0px auto auto;
	padding: 0px;
	height: 500px;
	text-align: center;
}
.content-2 {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
	background-color: #000000;
}
.float-left {
	float: left;
}
:focus
{
  -moz-outline-style: none;
}
#footer-1 {
	clear: both;
	width: 100%;
	height: 10px;
}
#footer-2 {
	clear: both;
	width: 100%;
	height: 94px;
	background-image: url(images/bg-snake-bottom.gif);
	background-repeat: repeat-x;
}
#footer-3 {
	clear: both;
	width: 100%;
	height: 94px;
	background-image: url(images/bg-snake-top.gif);
	background-repeat: repeat-x;
}
.half-width {
	width: 300px;
}
#main-column {
	float: left;
	margin-top: 20px;
	width: 630px;
	text-align: left;
	margin-left: 10px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 350px;
}
#nav {
	width: 150px;
	height: 80%;
	margin: 30px 0px 0px 100px;
	padding: 0px;
	float: left;
}
#nav img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.numbering {
	position: relative;
	bottom: -40px;
	text-align: right;
	right: 0px;
	vertical-align: bottom;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.range-right {
	text-align: right;
}
.port-pic-margin {
	margin-bottom: 10px;
}
.aboutus-captions {
	float: left;
	width: 200px;
}



.larger-type {
	font-size: 1em;
}
.bold {
	font-weight: bold;
	letter-spacing: 0.1em;
}
