body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: #1c1c1c url('bbg.png') repeat;
text-align: center;
font : 70%/165% "trebuchet ms", sans-serif;
color : #aba7a7; 
text-shadow: #2c2c2c 1px 1px;
} 

#container { 
margin : 10px auto 0 auto; 
width: 575px;
height: auto;
background: transparent;
text-align : left; 
} 

#header {
width: auto;
height: 321px;
background: #1c1c1c;
text-align:center;
margin: 0 auto;
}

#content {
background: #1c1c1c url('contentbg.png')repeat-y;
width: auto;
padding: 3px 10px 5px 10px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border: 3px solid #121212;
}


#footer {
clear:both;
margin-top: 3px;
text-align:center;
padding: 3px;
height:auto;
border-top: 1px dashed #a9a9a9;
}

#navigation {
width : auto;
text-align : left;
margin : 3px 0 3px 0;
padding : 5px 5px 5px 0;
background: #1c1c1c;
text-align: center;
} 

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

#navigation a:link, #navigation a:visited {
float : inherit;
font : 380 6px "trebuchet ms", sans-serif;
color : #a9a9a9;
padding : 5px 5px;
margin-right: 8px;
margin-left: 8px;
text-shadow: #404040 1px 1px;
text-transform: uppercase;
font-style: normal;
} 

#navigation a:hover {
color : #fff;
text-decoration: none;
text-shadow: none;
border-bottom: 2px solid #404040;
} 





h1 {
	background: transparent;
             	color: #404040;
	font:16pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: center;
margin: 3px 0 7px 0;
letter-spacing: 1px;
text-shadow: 1px 1px #808080;
text-transform: uppercase;
border-bottom: 1px dashed #808080;
}

h1:first-letter {
font: 19pt "georgia", serif;
font-style: italic;
color: #a9a9a9;
text-transform: lowercase;
padding: 0 1px 0 0;
}

h2 {
text-transform: lowercase;
color: #a9a9a9;
font: 12pt "trebuchet ms", sans-serif;
font-style: italic;
border-left: 220px solid #404040;
border-right: 220px solid #404040;
text-align: center;
filter:alpha(opacity=65); 
opacity:0.65;
} 


a:link, a:visited, a:active {
        text-decoration: none;
		color: #404040;
	cursor: crosshair;
	text-shadow: none;
	text-transform: uppercase;
        }
a:hover { 
	text-decoration: none;
	color: #a9a9a9;
	cursor: crosshair;
}

i, em {
color: #fff;
} 

b, strong {
color: #c0c0c0;
border-bottom: 1px dotted #a9a9a9;
} 



input, select, submit, textarea {
	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:focus, textarea:focus, select:focus, submit:focus{
background-color: #404040;
} 



blockquote { 
background : #000 url('boq.png')no-repeat center;
margin: 0 auto 0 auto;
width: 415px;
text-align : justify; 
color : #000;
border-left : 5px solid #fff; 
border-right : 5px solid #fff; 
padding : 10px; 
filter:alpha(opacity=65); 
opacity:0.65;
text-shadow: #a9a9a9 1px 1px;
}  

blockquote:hover {
filter:alpha(opacity=94); 
opacity:0.94;
}



