
body {
  margin: 0px; 	
  background: #171717 ;
  color: #999999;
  font: 12px Arial, Helvetica, sans-serif;

}

A {
  color: #8b6914;
  text-decoration: none;
}

A:hover {
  color: #a77241;
  text-decoration: underline;
}
h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
color:#999999;
}


	#main {
	  background:url(../images/BG_tile.gif);
	  margin: 0px 0px 0px 0px;

	  padding: 0px;
	  background-color: #ffffff;    
	}

	.content { margin: 0px auto; width: 760px; }
	img
	{   border:none;}
	/* Top part */
	#top { padding-top: 0px; background: url(../images/top.jpg); height: 101px; }
		#top h1 { font: bold 1.8em Arial, Sans-Serif; padding: 24px 0 8px 20px; margin: 0; letter-spacing: 1px; color: #ccc }
		#top h2 { font: 1.0em Arial, Sans-Serif; letter-spacing: 0px; color: #868686; margin:0px; padding: 0 }
		#top #icons { float: right; margin:20px 0; padding:0 }
		#top #icons img { padding-right: 2px; border: 0 }
		
/*- Menu Tabs --------------------------- */

.tabnavigation li{
display: inline;
}

.tabnavigation li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
text-shadow: black 2px 2px 3px;
border-right: 1px solid white;
}

.tabnavigation li a:visited{
color: white;
}

.tabnavigation li a:hover, .tabnavigation li .current{
color: white;
background: transparent url(../tab_images/blockactive.gif) center center repeat-x;
}

.tabnavigation{
margin: 0;
padding: 0;
float: left;
font: normal 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../tab_images/blockdefault.gif) center center repeat-x;
list-style: none;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->