body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #000 url('bg2.png') repeat;
text-align: left;
font : 70%/155% "trebuchet ms", sans-serif;
color : #9FA0A0; 

} 
#header {
width: 786px;
height:368px;
background: #000 url('') no-repeat center top;
margin: 0;
}

#content {
width: 620px;
padding: 0 14px 14px 14px;
background: transparent;
}
#footer {
clear:both;
border-top: 1px dashed #fff;
text-align:right;
background : transparent;
color: #fff;
padding: 3px;
height:auto;
}

#navigation {
width : auto;
text-align : left;
margin : 0 2px 2px 2px;
padding : 5px 5px 5px 0;
background: #20242f;
margin-bottom: 8px;
} 

#navigation ul, #navigation li{
list-style: none;
display : inline;
} 

#navigation a:link, #navigation a:visited {
float : inherit;
font : 400 18px "Trebuchet MS", sans-serif;
color : #FFF;
padding : 5px 20px;
} 

#navigation a:hover {
color : #20242f;
text-decoration: none;
background: #9fa0a0;
} 




h1 {
	background: transparent;
             	color: #4b5571;
	font:18pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
}

h1:first-letter {
	font-style: italic;
}



a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #fff;
	cursor: crosshair;
             }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #20242f;
	cursor: crosshair;
}



input, select {
	background: #000;
	font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #fff;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

input:hover {
border-color: #20242f;
}

select:hover {
border-color: #20242f;
}

TEXTAREA {
	color: #fff;
	background: #000;
	font:8pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #20242f;
}




blockquote { 
background : #20242f;
text-align : justify; 
color : #9FA0A0;  
border-left : 23px solid #4b5571; 
padding :7px; 
margin: 0 auto;
width: 340px;
}  

