body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: transparent url('noise16.jpg') repeat;
text-align: center;
font : 80%/165% "trebuchet ms", sans-serif;
color : #000; 

} 
#container { 
margin : 0 auto 0 auto; 
width: 700px;
height: auto;
background: transparent;
text-align : left; 
position: relative;
border-top: 0px;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
} 
#header {
width: auto;
height: 500px;
background: transparent url('') no-repeat scroll center;
text-align:center;
margin: 0 auto;
}

#content {
width: 680px;
padding: 4px 10px 5px 10px;
float: center;
background: #FFF1AE url('noise19.jpg') repeat;
}
#footer {
clear:both;
margin-top: 3px;
text-align:right;
padding: 3px;
height:auto;
border-top: 1px dotted #c90206;
}

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

#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 : #FFEB0E;
text-decoration: none;
} 





h1 {
	background: transparent;
             	color: #C90206;
	font: 21pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
text-shadow:  #FFD5FD 1px 1px;
}


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



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

input:hover {
border-color:#C90206;
}

select:hover {
border-color: #C90206;
}

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

TEXTAREA:hover {
	border-color: #C90206;
}



blockquote { 
background : #FFF1AE;
text-align : justify; 
border-right : 2px solid #C90206;
border-left: 2px solid #C90206;
padding :7px; 
margin: 0 auto;
width: 340px;
}  



