@charset "utf-8";
/* CSS Document */
div.img {
  	height: auto;
  	width: auto;
  	text-align: center; 
 	background: url(images/burnlines.jpg) top repeat-x;
	margin: 10px 0 0 0;
}	
div.img a:link img {
	margin-top: 10px;
	display: inline;
	border: 3px solid #ffffff;
}
div.img a:hover img {
	margin-top: 10px;
	display: inline;	
	border: 3px solid #000000;
}
div.img a:visited img {
	margin-top: 10px;
	display: inline;
	border: 3px solid #ffffff;
}

div.img a:active img{
	margin-top: 10px;
	display: inline;
	border: 3px solid #ffffff;
}

#navcontainer {
	text-align: center;
	clear: left;
	margin-top: 5px;
	padding: 0 35px 0 0;
}

li {
	font-size: small;
	color: #993300;
	clear: left;
	margin: 4px;
}
   
#navcontainer ul li { 
	display: inline;
	word-spacing: 20px;	 
	padding: 0;
}
   
#main {
    /*border: 1px solid red;*/
    padding: 5px 25px;
    color: #993300;
    font-family: trebuchet, trebuchet ms, arial, helvetica, sans-serif;
    font-size: small;
    text-align: center;
	height: 475px;
}
   
h1 { 
	text-decoration: none;
	font-size: x-large;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	background: url(images/burnlines.jpg) bottom repeat-x;
	text-align: center;
	margin-top: 5px;
	color: #993300;                    
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	clear: both;
}
	
a:link {
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #669999;
	text-decoration: none;
}

a:active {
  	color: red;
  	text-decoration: none;
}