/* general styles */

body {
	background-color: #444;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
	margin: 0;
	padding: 0;
}

#parent {
	width: 92%;
  max-width: 1100px;
  background: #FFF;
  /* sidebar: background: #FFF url(../images/parent_bg.gif) top right repeat-y; */
  border-left: 3px solid #222;
  border-right: 3px solid #222;
  left: 4%;
  position: absolute;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

/* header styles */

#top_bar {
  background-color: #000;
  color: #CCC;
  font-weight: bold;
  height: 25px;
  max-width: 1100px;
  padding-top: 8px;
	width: 100%;
}

#search {
  float: right;
}

#search form {
  display: inline;
}

#search input {
  font-size: 8pt;
}

#top_message {
  margin: 0 0 0 10px;
  float: none;
  padding: 5px 0;
}

#top_message a {
  color: #DCE3BB;
}

#header {
  background-color: #EEE;
  background-image: url(../images/header_bg.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header #banner {
  background-color: #EEE;
  float: right;
  height: 80px;
  padding-top: 10px;
  padding-right: 15px;
}

#header_arcane {
  background-color: #EEE;
  background-image: url(../images/header_bg_arcane.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_dlo {
  background-color: #EEE;
  background-image: url(../images/header_bg_dlo.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_etelantulet {
  background-color: #EEE;
  background-image: url(../images/header_bg_etelantulet.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_metallurgy {
  background-color: #EEE;
  background-image: url(../images/header_bg_metallurgy.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_neath {
  background-color: #EEE;
  background-image: url(../images/header_bg_neath.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_ooj {
  background-color: #EEE;
  background-image: url(../images/header_bg_ooj.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_sedition {
  background-color: #EEE;
  background-image: url(../images/header_bg_sedition.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_skypi {
  background-color: #EEE;
  background-image: url(../images/header_bg_skypi.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_sleepparade {
  background-color: #EEE;
  background-image: url(../images/header_bg_sleepparade.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_sleepmakeswaves {
  background-color: #EEE;
  background-image: url(../images/header_bg_sleepmakeswaves.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_template {
  background-color: #EEE;
  background-image: url(../images/header_bg_template.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#header_tkt {
  background-color: #EEE;
  background-image: url(../images/header_bg_tkt.gif);
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  max-width: 1100px;
	width: 100%;
}

#article_content {
  border-top: 1px solid #000;
  background: #FFF;
  /* sidebar - margin: 0 275px 0 0; */
  padding: 15px 10px 10px 10px;
}

/* footer */

#footer {
  background: #360 url(../images/nav_bg.gif);
  clear: both;
  color: #FFF;
  height: 22px;
  padding: 8px 10px 0px 10px;
  vertical-align: middle;
}

#footer a {
  color: #DCE3BB;
}

#footer a:hover {
  color: #FFF;
}