html {
        height: 100%;
}

body {
	background-color: #000020;
	background-image: url(images/bg_b.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        height: 100%;
}

h1 {
        font-size: 1.5em;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

h2 {
        padding-bottom: 0.3em;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

p {
        font-size: 1em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
}

hr {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}

li {
        padding-bottom: 0.25em;
        padding-top: 0.25em;
}

strong {
	font-weight: bolder;
}

td {
        padding-right: 10px;
        padding-bottom: 1px;
}
	
#facesWrap {
        position: absolute;
        top: 185px;
        left: 0;
	width: 100%;
        height: 400px;
        z-index: -1000;        
}

#faces {
	background-image: url(images/faces3.gif);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;

}

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	padding-left: 20px;
        padding-right: 20px;
        font-size: 0.8em;
	color: #ffffff;
        min-height: 100%;
}

#bannerWrap {
        position: absolute;
        top: 0;
        left: 0;
	width: 100%;
	height: 105px;
	background-image: url(images/bg_b.jpg);
}

#banner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
}

#footerWrap {
	width: 100%;
        height: 75px;
        margin-top: -76px;
	background-image: url(images/bg_w3.jpg);
	background-color: #703b00;
        border-top: 1px solid white;	
}

#footer {
	width: 600px;
        height: 25px;
        margin-left: auto;
	margin-right: auto;
        text-align: center;
	color: #ffffff;
	background-color: #000000;
        margin-top: 0px;
        	
}

#footer p {
        font-size: 0.8em;
        padding: 0;
}

.btop {
        background: url(images/btop2.gif) 0 0 no-repeat;
	width: 600px;
        height: 10px;
        margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.bbottom {
        background: url(images/bbottom2.gif) no-repeat;
	width: 600px;
        height: 10px;
        margin-left: auto;
	margin-right: auto;
}

.topClear {
        padding-top: 185px;
}

.bottomClear {
        padding-bottom: 96px;
        clear: both;
}

* html #content {
        height: 100%;
}

#navbar {
        position: absolute;
        top: 105px;
        left: 0;
        width: 100%;
        background-color: #660000;
        background-image: url(images/bg_r2.jpg);
        border-top: 1px solid white;
        border-bottom: 1px solid white;
}

#navigation {
        height: 75px;
        width: 800px;
	margin-right: auto;
	margin-left: auto;

}

#navigation ul {
        list-style: none;
        font-size: 1.5em;
        margin: 0px;
        padding: 0px;
}

#navigation li {
        float: left;
        width: 200px;
        padding-bottom: 0;
        padding-top: 0;
}

#navigation li a {
        display: block;
        height: 75px;
        text-align: center;
        line-height: 375%;
        text-decoration: none;
        color: #ffffff;
        background: url(images/button_active.png) 0 -75px no-repeat;
}

#navigation li a:hover {
        color: #ffffff;
        text-decoration: none;
        background: url(images/button_active.png);
}

#navigation li a:active {
        color: #a90101;
        text-decoration: none;
        background: url(images/button_active.png);
} 

.activeNav {
        display: block;
        height: 75px;
        text-align: center;
        line-height: 375%;
        text-decoration: none;
        color: #ffffff;
        background: url(images/button_active.png);
}

#rightBox {
	float: right;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box {
       padding-bottom: 15px; 
}

.bl {
        background: url(images/bl.gif) 0 100% no-repeat;
        background-color: #7b0000;
        
}

.br {
        background: url(images/br.gif) 100% 100% no-repeat;
}

.tl {
        background: url(images/tl.gif) 0 0 no-repeat;
}

.tr {
        background: url(images/tr.gif) 100% 0 no-repeat;
        padding: 10px;
}

.ibl {
        background: url(images/ibl.gif) 0 100% no-repeat;
        background-color: #2c334b;
}

.ibr {
        background: url(images/ibr.gif) 100% 100% no-repeat;
}

.itl {
        background: url(images/itl.gif) 0 0 no-repeat;
}

.itr {
        background: url(images/itr.gif) 100% 0 no-repeat;
        padding: 10px;
}

.contentLeft img {
	float: left;
	padding-right: 10px;
}

.contentRight img {
	float: right;
	padding-left: 10px;
}

a:link {
	color: #ff9999;
	text-decoration: underline;
}

a:visited {
	color: #ff9999;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form input, form textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 3px;
}

form label {
        display: block;
        float: left;
        width: 9em;
        padding-right: 1em;
        text-align: right;
}

form fieldset {
        border-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
}

form legend {
        text-decoration: underline;
        font-size: 1.1em;
        color: #ffffff;
}

.submit {
        margin-left: 9.5em;
        padding: 5px;
}

.red {
        color: #ff0000;
}

.thumbnail {
        float: left;
        width: 150px;
        margin: 0 15px 15px 0;
        padding: 5px;
        background-color: #2c334b;
}

