* {
	margin: 0;
	padding: 0;
}

html, body {
height: 100%;
}

body {
	color: #fff;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif; 

	margin-left:auto;
	margin-right:auto;
	width:800px;
	background: #000;
}


div#header {
	background: #000;
	min-height: 170px; /* For Modern Browsers */
	border: 1px solid #444;

}


div#content {
  	width:608px;
  	max-width:610px;
	float:left;

	border: 1px solid #444;
 	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

 	font-size: 110%;
 	line-height:13pt;
 	
 	height: 70%;
 	background: #303030;
 	
 	margin-top:4px;
 }


div#sidebar {
	float:right;
  	width:186px;
	
	background: #2A2A2A;
	border: 1px solid #444;
	
	height: 70%;
	margin-top:4px;
		margin-bottom:4px;

}


div#footer {
	clear: both;
  	width:798px;
	height:20px;
	

	background: #191919;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	color: #999;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;


}



/* elements */
a {
	//text-decoration: none;
	color:#a5a5a5;
}

a:hover {color: #BBB;}

img {border: none;}

.stripes {
	background: #000
	height: 1px;
}


/* navigation */
.nav {	background: url(../img/nav.gif); 
	width:798px;
	height:31px;
	
}
.nav a {
	background: url(../img/nav.gif);
	border-right: 1px solid #161616;
	color: orange;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
.nav a:hover {
	background: url(../img/nav_hover.gif);
}

.clearer {clear: both;}

h1 {
  margin-bottom: 20px;
}

h2 {
 	font-family: arial, helvetica,sans-serif; 
	line-height: 180%;
	color:#a08f73;
	font-size: 140%;
}

h3 {
  clear: both;
  margin-bottom: 30px;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../img/rounded_tr.gif) no-repeat top right;
  padding-right:10px;
}

#sidebar h3 {
  text-align: right;
  width: 145px !important;
  background: #000000 url(../img/rounded_tl.gif) no-repeat top left;
  padding-top:2px;
  padding-bottom:3px;
  color:orange;
  margin-left: auto;
  margin-right: auto;
  z-index:-1;
  

}

a#selected {
	color:#FFFFFF;
}

li{
	list-style-type: square;
	margin-left:2.5em;
	line-height: 1.7em;
}

#etrio {
	font: bold 1.2em Verdana,sans-serif;
	
}

form label {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

	float: left;
	margin-top: 10px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 145px;
}

input#text, textarea {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #464646;
	width: 200px;
	margin-top:15px;
}

#label {
	font-weight: bold;
	color:#bab192;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

}

.faq a {
	text-decoration: none;
	color:#bcb59a;
}

.faqs ul {margin: 0;}

.faqs li {
	background: url(../img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}

.faqs li a {
	color: #a5a5a5;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.faqs li a:hover {color: orange;}

#ans3, #ans2, #ans4, #ans5, #ans6, #ans7 {
	display:none;
}

.faq_title {
	text-transform: uppercase;
	padding-bottom:5px;
	color: #a08f73;//#bfbdba;
	font-weight: bold;
}