body {
background-attachment		: fixed;
background-color		: #000000;
margin				: 0px 0px 0px 0px;
font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
}

td, tr, p, div {
color            		: #FFFFFF;
font-family      		: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
font-size        		: 11px;
}

a {
color				: #FFFFFF;
font-weight			: bold;
text-decoration			: none;
}

a:link {color			: #FFFFFF;}

a:visited {color		: #FFFFFF;}

a:active {color			: #FFFFFF;}

a:hover {color			: #476de8;}

a.menuitem {
color				: #A89671;
font-family      		: Tahoma;
font-size        		: 9px;
font-weight      		: bold;
line-height	 		: 9px;
text-indent     		: 8px;
vertical-align   		: middle;
}

a.menuitem:link {
color				: #A89671;
text-decoration			: none;
}

a.menuitem:visited {
color				: #A89671;
text-decoration			: none;
}

a.menuitem:active {
color				: #A89671;
text-decoration			: none;
}

a.menuitem:hover {
color				: #E3DAC8;
text-decoration			: none;
}

a.ronlink {
color				: #FF0000;
font-size			: 10px;
font-weight			: bold;
text-decoration			: none;
}

a.ronlink:link {color		: #FF0000;}

a.ronlink:visited {color	: #FF0000;}

a.ronlink:active {color		: #FF0000;}

a.ronlink:hover {color		: #000000;}

.backcontent {
 background-image		: url(images/xbg.jpg);
 background-repeat		: repeat-x;
 }

.date {
color            		: #000000;
font-family      		: Verdana, Arial, Helvetica, sans-serif;
font-size        		: 9px;
font-style			: italic;
font-weight			: bold;
padding				: 1px 9px;
}

#dropmenudiv {
border				: 1px solid black;
border-bottom-width		: 0;
font				: normal 9px Tahoma;
position			: absolute;
z-index				: 100;
}

#dropmenudiv a {
background-image		: url("images/dropdown_off.jpg");
background-repeat		: repeat-x;
border-bottom			: 1px solid black;
color				: #E3DAC8;
display				: block;
font-weight			: bold;
padding				: 5px 0;
text-indent			: 5px;
text-decoration			: none;
width				: 100%;
}

#dropmenudiv a:hover {
background-color		: #110C09;
background-image		: url("images/dropdown_on.jpg");
background-repeat		: repeat-x;
}

hr {  
background       		: #ff9900;
height           		: 1px;
width            		: 100%;
}

.menuback {
background-image 		: url(images/menucell.jpg);
background-repeat		: repeat-xy;
color				: #A89671;
font-family      		: Tahoma;
font-size        		: 9px;
font-weight      		: bold;
line-height	 		: 9px;
text-indent     		: 8px;
vertical-align   		: middle;
}

.newsitem {
background-image		: url(images/newscell.jpg);
background-repeat		: repeat-xy;
color            		: #E3DAC8;
font-family      		: Tahoma;
font-size        		: 11px; 
font-weight	 		: bold;
text-indent			: 9px;
vertical-align			: middle;
}

.ron {
color            		: #808080;
font-family      		: Verdana, Arial, Helvetica, sans-serif;
font-size        		: 10px;  
font-weight	   		: normal;
}

.strongbold {
color            		: #6B544C;
font-family      		: Verdana, Arial, Helvetica, sans-serif;
font-size        		: 12px;  
font-weight	   		: bold;
}

.titular {
color            		: #301408;
font-family      		: Verdana, Arial, Helvetica, sans-serif;
font-size        		: 18px;  
font-weight	   		: bold;
}

ul {
list-style-position		: outside;
list-style-image		: url(images/bhg/arrow.gif);
vertical-align			: baseline;
}

/* Begin Lightbox JS v2.0  */

#lightbox {
position			: absolute;
top				: 40px;
left				: 0;
width				: 100%;
z-index				: 100;
text-align			: center;
line-height			: 0;
}

#lightbox a img {border		: none;}

#outerImageContainer {
position			: relative;
background-color		: #E3DAC8;
width				: 250px;
height				: 250px;
margin				: 0 auto;
}

#imageContainer {
padding				: 10px;
}

#loading {
position			: absolute;
top				: 40%;
left				: 0%;
height				: 25%;
width				: 100%;
text-align			: center;
line-height			: 0;
}
	
#hoverNav {
position			: absolute;
top				: 0;
left				: 0;
height				: 100%;
width				: 100%;
z-index				: 10;
}

#imageContainer>#hoverNav {left : 0;}

#hoverNav a {outline		: none;}

#prevLink, #nextLink {
width				: 49%;
height				: 100%;
background			: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
display				: block;
}
	
#prevLink {
left				: 0;
float				: left;
}

#nextLink {
right				: 0;
float				: right;
}

#prevLink:hover, #prevLink:visited:hover {
background			: url(images/prevlabel.gif) left 15% no-repeat;}

#nextLink:hover, #nextLink:visited:hover {
background			: url(images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
font				: 10px Verdana, Helvetica, sans-serif;
background-color		: #E3DAC8;
margin				: 0 auto;
line-height			: 1.4em;
}

#imageData {padding		: 0 10px;
}

#imageData #imageDetails {
width				: 70%;
float				: left;
text-align			: left;
}

#imageData #caption {font-weight: bold;}

#imageData #numberDisplay {
display				: block;
clear				: left;
padding-bottom			: 1.0em;
}

#imageData #bottomNavClose {
width				: 66px;
float				: right;
padding-bottom			: 0.7em;
}	
		
#overlay {
position			: absolute;
top				: 0;
left				: 0;
z-index				: 90;
width				: 100%;
height				: 500px;
background-color		: #000;
filter				: alpha(opacity=60);
-moz-opacity			: 0.6;
opacity				: 0.6;
}	

.clearfix:after {
content				: "."; 
display				: block; 
height				: 0; 
clear				: both; 
visibility			: hidden;
}

* html>body .clearfix {
display				: inline-block; 
width				: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height				: 1%;
/* End hide from IE-mac */
}