html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
	background-color: #E0D5B7;
	background-image: url(/images/page_bg.jpg);
	background-repeat: repeat-x;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}

#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 90px;
	background-image: url(images/header_2.png);
	background-repeat: no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
	width: 244px;
	height: 152px;
	background: url(images/header_1.png) no-repeat;
	text-align: center;
	color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
	background: url(images/nav_left.png) no-repeat;
}
#nav ul {
	margin-left: 9px;
	padding-left: 1px;
	padding-bottom: 29px;
	background-color: #2A2A2A;
	background-image: url(/images/nav_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav li {
	list-style: none;
	font: 14px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: 188px 10px url(images/arr_white.png) no-repeat;
	padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
	border-top: 1px solid #959595;
	background: 188px 10px url(images/arr_orange.png) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#news {
	background: url(images/news_bg.png) repeat-y;
	padding-left: 37px;
	padding-right: 22px;
	padding-bottom: 325px;
	text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
	background: center url(images/dots.png) repeat-x;
	height: 10px;
}

#support {
	background: url(images/support.png) no-repeat;
	padding: 1px;
	height: 97px;
	color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
	float: right;
	width: 490px;
	padding-right: 9px;
	padding-top: 100px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right h4 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 20px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
	float: left;
}
#corp {
	float: right;
	width: 490px;


}
#corp-img, #indu-img {
	width: 128px;
	height: 23px;
	float: left;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(/images/blackthorn2_logo.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#corp-img_right, #indu-img {
	width: 128px;
	height: 23px;
	float: right;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(/images/gps_logo_small.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#indu-img {
	background: url(images/pic_3.png) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#marqueecontainer{
	position: relative;
	width: 175px; /*marquee width */
	height: 290px;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-top-color: #000000;
	padding-left: 10px;
}
#marqueeheader{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 160px;
	position: relative;
	overflow: hidden;
	border-bottom-color: #000066;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#content {
	float: right;
	width: 490px;
	padding-right: 20px;
	padding-top: 23px;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}
#content a {
	color: #5A5644;
}
#content a:hover {
	color: #26241A;
}

#intro {
	margin: 12px;
}

.fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-bottom: 12px;
}

.fineline-flat {
	border-bottom: 1px solid #D3CAA9;
}

.fineborder {
	border: 1px none #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(images/bar_lit.gif) no-repeat;
}
.bar-drk {
	padding-left: 6px;
	background: 0px 4px url(images/bar_drk.gif) no-repeat;
}

#picbar {
	background: #A3A189;
	width: 415px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 19px;
	margin-left: 0;
}

#arr-left, #arr-right  {
	float: left;
	width: 15px;
}

.picbox {
	float: left;
	width: 117px;
	padding: 2px;
	border: 1px solid #8B846A;
	margin: 5px 0px 5px 4px;
}

#picbar img {
	display: block;
}

#arr-right {
	margin-left: 4px;
}

#planer {
	float: left;
	width: 220px;
	border-right: 1px solid #D3CAA9;
	padding-right: 20px;
	padding-top: 5px;
}
#stories {
	float: right;
	width: 220px;
	padding-top: 5px;
}

#planer p, #stories p {
	margin: 4px 0px;
}

#planer .more, #stories .more {
	margin: 12px 0px;
}

.clear-flat {
	margin-bottom: 4px;
}

