html {
	height: 100%;
    width: 100%;
	overflow: auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
    margin: 10px;
}

body, div, span, td, p {
	line-height: 1.75em;
	color: #000000;
}

p {
    padding-top: 10px;
}

input, textarea, select {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 1.50em;
	color: #000000;
}

a {
	cursor: url('http://www.baalmetal.com/__IMAGE_DIR__/horns_up.cur'), pointer;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 1.75em;
    padding: 0;
    margin: 0.1em;
    margin-top: 0;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #FF0000;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #FF0000;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
}

h4 {
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

h5 {
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#HeaderContainer {
    clear: both;
    float: left;
    width: 783px;
    top: 10px;
    left: 10px;
}

#HeaderLogo {
    position: relative;
    float: left;
    height: 102px;
}

#HeaderBanner {
    position: relative;
    float:left;
    width: 468px;
    height: 60px;
    top: 42px;
    left: 10px;
}

#HeaderSeparator {
    clear: both;
    float: left;
}

#ContentContainer {
    clear: both;
    float: left;
    width: 763px;
    *height: 400px;
    min-height: 400px;
    background-image: url('http://www.baalmetal.com/__IMAGE_DIR__/background.gif');
    background-position: left top;
    background-repeat: repeat-y;
}

#Navigation {
    position: relative;
    width: 255px;
    left: 20px;
    float: left;
}

#Content {
    position: relative;
    width: 436px;
    *height: 380px;
    min-height: 380px;
    left: 30px;
    border: 1px solid #000000;
    float: left;
    padding: 10px;
}

#FooterContainer {
    width: 763px;
    clear: both;
    float: left;
}

#FooterText {
    width: 783px;
    text-align: center;
    padding: 5px;
}

div.PagingContainer {
    position: relative;
    clear: both;
    float: left;
    width: 436px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

div.PagingPrev {
    position: relative;
    float: left;
    width: 33%;
    padding-bottom: 10px;
}

div.PagingBack {
    position: relative;
    float: left;
    width: 34%;
    text-align: center;
    padding-bottom: 10px;
}

div.PagingNext {
    position: relative;
    float: left;
    width: 33%;
    text-align: right;
    padding-bottom: 10px;
}

div.PagingSeparator {
    position: relative;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.h1 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.15em;
	font-size: 18px;
	text-decoration: none;
}
a.h1:hover {
	text-decoration: underline;
}

.h2 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 16px;
	text-decoration: none;
}
a.h2:hover {
	text-decoration: underline;
}

.h3 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 14px;
	text-decoration: none;
}
a.h3:hover {
	text-decoration: underline;
}

.h4, body {
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 12px;
	text-decoration: none;
}
a.h4:hover {
	text-decoration: underline;
}

.h5 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 10px;
	text-decoration: none;
}
a.h5:hover {
	text-decoration: underline;
}

span.red a {
	color: #FF0000;
	text-decoration: underline;
}
span.red a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.arial {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: .10em;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .10em;
	line-height: 1.40em;
}

.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.bold {
	font-weight: bold;
}

/**
 * The loading panel
 */
div#loadingPanel {
    display: none;
    height: 70px;
    background-image: url('__LIGHTBOX__/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #FF0000;
}
