body{
margin: 0px;
background-color: #000;	
text-align: center;
font-size: 11pt;
font-family: arial, helvetica;
background-image: url('/images/template/bodyBG.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: center 100px;
}

h1{
	margin-top: 0px;
font-size: 14pt;
color: #fff;
}

#topBar{
height: 50px;
background-color: #000;
border-bottom: 1px #fff solid;
}

#siteContainer{
margin: auto;
width: 1000px;
text-align: left;
margin-top: 235px;
}

#logo{
position: absolute;
top: 20px;
margin-left: 30px;	
}

#companyName{
position: absolute;
top: 50px;
margin-left: 300px;
font-size: 50px;
color: #da9654;
font-family: times;
font-style: italic;
font-weight: bold;
}

#navBar{
height: 40px;
background-color: #000;
}

#navBar td{
background-image: url('/images/template/buttonO.gif');
background-position: right;
background-repeat: no-repeat;
}

#navBar a.notfocused{
display: block;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 10px;
background-color: #000;
}


#navBar a:hover{
display: block;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 10px;
background-color: transparent;
}

#navBar a.focused{
display: block;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
padding: 10px;
background-color: transparent;
}

#body{
background-image: url('/images/template/O85.png');
color: #fff;
}

.link{
color: #d9910b;
font-weight: bold;	
}

.spacer{
	clear: both;
}

