html, * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
	background-image: url(/images/background.gif);
	color: #eee;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h1 {
	color: #c00;
	font-size: 1.2em;
	padding: 10px 0 5px 0;
}
p {
	line-height: 1.5;
	margin: 0;
	padding: 0 0 10px 0;
}
blockquote {
	border-left: #333 4px solid;
	color: #999;
	margin-left: 1em;
	margin-bottom: 10px;
	padding-left: 1em;
}
ol, ul {
	margin-left: 3.5em;
	margin-bottom: 1.5em;
}
ol li, ul li {
	line-height: 1.5;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#container {
	margin: 0 auto;
	width: 758px;
}

#header {
	background: #000;
	border: #333 4px solid;
	border-top: none;
	border-bottom: none;
}

#logo {
	float: left;
	height: 75px;
	padding: 20px 0 0 20px;
}
#logo img {
	border: 0;
}

#topad {
	float: right;
	background-color: #111;
	border: #222 1px solid;
	border-top: none;
	color: #444;
	font-size: 9px;
	margin: 0 20px 0 0;
	padding: 10px;
	text-align: center;
	width: 170px;
}
#topad span {
	display: block;
	padding: 0 0 5px 0;
}

#banner {
	background: #000 url(/images/header/banner_ship.jpg) center center no-repeat;
	clear: both;
	height: 200px;
}

#nav {
	background: transparent;
	border-bottom: #c00 6px solid;
	font-size: 13px;
	line-height: 16px;
	height: 31px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	margin-top: -37px;
	position: absolute;
	width: 750px;
	z-index: 2;
}
#nav ul {
	list-style: none;
	display: block;
	margin: -3px 0 0 0;
	padding: 0 0 0 20px;
}
#nav li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	background-color: #900;
	border-right: #600 1px solid;
	color: #ddd;
	margin-top: 5px;
	padding: 5px 10px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #b00;
	border-top: #b00 5px solid;
	color: #fff;
	margin-top: 0;
}
#nav a.activetab {
	background-color: #c00;
	border-top: #c00 5px solid;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

#crumb {
	background-color: #202020;
	border-bottom: #333 1px solid;
	color: #999;
	font-size: 12px;
	padding: 7px 20px;
}
#crumb a {
	color: #999;
	text-decoration: underline;
}

#main {
	background-color: #000;
	border: #333 4px solid;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 20px;
	padding-top: 10px;
}

#footer {
	background: url(/images/header/footer.png) top center no-repeat;
	color: #999;
	font-size: 11px;
	padding: 20px;
	text-align: right;
}
#footer span.copyright {
	float: left;
}
#footer a { color: #999; }

#home_column1 {
	float: left;
	border-right: #111 1px solid;
	padding-right: 15px;
	width: 470px;
}
#home_column2 {
	float: left;
	padding-left: 15px;
	width: 200px;
}

#home_recent_posts {
}
#home_recent_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home_recent_posts li {
	list-style: none;
	display: block;
	background: url(/images/icons/comments.png) left 2px no-repeat;
	margin: 0;
	padding: 0 0 10px 20px;
}

.bodycopy {
  font-family: lucida grande, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
}
.bodysmall {
  font-family: lucida grande, verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 150%;
}
.bodytiny {
  font-family: lucida grande, verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 125%;
}
.break {
  margin-bottom: 6px;
}
.inactive {
  color: #666;
}

img.withborder {
  border: #333 4px solid;
}
img.floatright, img.rightimage {
  border: #333 4px solid;
  float: right;
  margin: 0 0 5px 20px;
}
img.noborder {
	border: none;
}

span.hilite {
	background-color: #222;
	border-bottom: #333 1px solid;
	padding: 2px 5px;
}

a:link { color: #39f; }
a:visited { color: #2b82d9; }
a:hover, A:active { color: #c00; }

form {
  margin: 0px;
}

/* for forums */

a.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.icon_home        { background-image: url(/images/icons/home.png); }
a.icon_email       { background-image: url(/images/icons/email.png); }
a.icon_faq         { background-image: url(/images/icons/information.png); }
a.icon_loginout    { background-image: url(/images/icons/lock.png); }
a.icon_profile     { background-image: url(/images/icons/application_form.png); }
a.icon_register    { background-image: url(/images/icons/key.png); }
a.icon_search      { background-image: url(/images/icons/magnifier.png); }

table.login input.post { font-size: 1.15em; padding: 5px; }
table.poll { margin-bottom: 0.5em; }
table.poll td { border-bottom: #333 1px solid; padding: 0.5em 1em 0.5em 0; }
