/* STANDARD TAG REDEFINITIONS */
html, body { height: 100%;}

* { margin: 0; padding: 0; border;}
a { text-decoration: none;}
.fix_it {
	/* this class is only applied to BR tags or DIVs, and is used to fix a bug on firefow which makes the footer to go under the bottom of the page */
	/* origin of the bug: for some reason, firefox applies extra margins to the first element in the #main div */
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
	overflow:hidden;
	visibility:hidden;
}
img, a img { border: 0;}
body {
	margin:0;
	font-family:verdana,Century Gothic, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
			
	background: url(../images/bg_tile.gif) #003300 repeat-y;background-position:center top;
	text-align:left;
}
.clear { clear: both; margin: 3px 0;}
p {   margin-bottom: 7px; margin-top: 0; }
a{ color: #003300; text-decoration: none; }
a:hover{	text-decoration: underline;  color: black;   }


#HEADER{	width:990px; margin-left:auto; margin-right:auto; background-color: #000000;}


#HEADER .Visual{ height:180px;    }

#HEADER .title{   text-align: left;   background-repeat: no-repeat; line-height: 32px;color: #ffffff;font-size:1.7em; padding: 5px 0 0 15px;}

 
#HEADERNAV{height:37px; position: relative; top: -180px; 	 }


#CONTENT{   height:75%;width:990px; margin-left:auto; margin-right:auto; background:  #e1dfd2 repeat-y;background-position:center top;margin:0 auto 0 auto; }
#CONTENT .strip p{    font-size: 11px;  text-align: justify; background-color:  #003300; margin-top:0px;  padding:0px 25px 5px 25px;  color:#FFFFFF	 }




#TEXT{ padding: 10px 0px 30px 0px; text-align:left; background-image:url(contenttile.jpg); }




#FOOTER{	 width:993px; margin:auto;   text-align: right;  padding: 5px;    
    bottom: 0;  }
#FOOTER p{ padding-right:25px ; font-size: 11px; line-height: 14px; margin: 0;  color: #555555; }
#FOOTER a{ font-size: 11px;	font-weight: normal;	text-decoration: none;  color: #555555;    }
#FOOTER a:hover{ color: white; text-decoration: underline; }

#HEADERLOGO{
height:134px; 	
width:990px; 	
background: url(toptile.jpg) repeat-x #555555;background-position:center top;  

 margin-left:auto; 
 margin-right:auto; 
 background-color:;  }
 
 #HEADERLOGO .ticker{ height:20px;     background-color: #002200;    }

.clearer {
	clear:both;
}
#menu {
	width:990px;
	padding-top:8px;
	padding-bottom:8px;	
	margin-bottom:5px;
		

	font-family:verdana,Century Gothic, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-variant:small-caps;

}
#menu a {
	color:#FF0;
	text-decoration:none;
	padding-left:22px;	padding-right:22px;
	
}
#menu a:hover {

	padding-left:22px;
	padding-right:22px;
	color:#ffffff;


}


/*details page*/
#left{
	float: left;
	text-align:left;
	color:#660;
 font-size: 15px;
 margin:0px 10px 0px 10px;
	padding: 5px;
	width:180px;
	background-color: #c7c4af ;
}


#belowrightbox{
	float: right;
width:320px;
	margin-right:10px;
	


	
}
#rightcontent {
	width: 430px;
	text-align: justify;
	 color:#908973; 
	 background-color: #ecece4;
	 	padding:5px;
		font-size:14px;
		height:100%;
		float:left;
		
}
div .rightcontent p  {
	  background-color: #908973;  margin-bottom:0px;height:32px;line-height: 32px; font-size: 0.7em; padding:10px; 
	  
}
#detailsstrip {min-height:100%; font-size: 11px;  text-align: justify;  margin:0px;  border-color:#908973; 	 }
#wide1 {
	width: 100%;
	text-align: center;
	 color: #e1dfd1;
	 background-color: #e1dfd1;
	 
}
div .wide1 p  {
	  background-color: #404041;color:#e1dfd1;  margin-bottom:0px;height:32px;line-height: 32px; 	padding: 0 0 0 0px;font-size:1.4em;
	  
}



#leftheader {
	width: 200px;
	text-align: left;
	 color: #e1dfd1;
	 background-color: #e1dfd1;
padding-left:20px;
	 
	 
}
div .leftheader p  {
	 background-color: #908973; color:#e1dfd1;  margin-bottom:10px;height:32px;line-height: 32px; font-size:1.4em;	padding-left: 15px; 
	  
}


