/* BODY
--------------------------------------------------*/

body {margin: 0px;
	  padding: 0;
      background-color: #181817;}

a {color: #767752;
   font-size: 10px;
   font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
   text-align: justify;
   line-height: 16px;
   text-decoration: none;
   cursor: crosshair;}
   
a:hover {color: #B9B3A1;
         font-size: 10px;
         font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
         text-decoration: none;
         cursor: crosshair;}

/* MAIN
--------------------------------------------------*/

.content {width:367px;
	      left:324px;
		  top:312px;
		  position: absolute;
		  font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
		  font-size: 10px;
		  color: #B9B3A1;
		  text-align: justify;
		  line-height: 16px;}
		
.title {color: #D2BD7E;
	    font-size: 12px;
        font-family: 'trebuchet ms', 'Lucida Sans Unicode', arial ;
		font-weight: bold;
		text-transform: uppercase;
        letter-spacing: 2px;
		margin-bottom: 3px;}		
  
.line {border-top: 1px solid #D2BD7E}


b, strong {color: #D2BD7E;}
		   
c {color: #D2BD7E;}

input, textarea, option, select, button {
	background-color: #3e3e39;
	border:1px solid #767752;
	color: #B9B3A1;
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
	text-align: justify;
	line-height: 16px; 
	padding:2px;}

ul {margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style-type: none;}
