div.maincont{
position: relative;
z-index: 1;
width: 904px;
margin-left: auto;
margin-right: auto;
}

div.cont2{
background-image: url(images/rocks_back1.jpg); 
background-position: top left; 
background-repeat: repeat-y; 
width: 904px;
position: relative;
z-index: 2;
background-color: #00000;
}

div.leftnav{
background: transparent;
position: relative;
z-index: 3;
padding-top: 17px;
float: left;
height: auto;
}

div.contentbox{
position: absolute;
left: 189px;
top:28px;
z-index: 5;
float: right;

}

.cross{
position: relative;
top: 6px;
}

.contentsub{
width: 600px;
border: 1px solid blue;

}


.greenbox{

background-color: #434F3B;
padding: 8px;
margin-left: 15px;

}

hr.orange{
color: #edbd41;
background-color: #edbd41; 
height: 5px;
border: 0;
}

.header{
font-family: arial;
font-weight: bold;
font-size: 16px;
color: #edbd41;
}

.featured{
background-color: black;
display: block;
width: 300px;
padding: 10px;
}


.content{
color: white;
font-family: arial;
font-weight: bold;
font-size: 14px;
}

.footer{
color: white;
font-family: arial;
font-weight: bold;
font-size: 12px;

} 

.contentSection{
margin-bottom: 50px;
}

.contentNews{
margin-bottom: 15px;

}

.headline{
padding-left: 15px;
}

.news{
color: white;
font-family: arial;
font-weight: bold;
font-size: 14px;
padding-left: 25px;
display: block;
}

div.hr1{
background-color: white;
width: auto;
height: 5px;

}