* {
	margin: 0;
	
}


html, body {
	height: 100%;
	background-color: #4c4c4c;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}


#push {
	height: 4em;
}


#footer {
	height: 4em;
	font: "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #000000;
}


#content_box{

	margin-left: auto; 
	margin-right: auto; 
	text-align: left;

	width: 850px;
	height: auto;
	padding: 20px;
	
	color: #CCCCCC;
	background-color: #262626;

	border-color: #fa9000;
	border-width: 1px;
	border-style: solid;
	
}


#spacer{
	width:  auto;
	height: 50px;
	padding: 0px;
	background-color: #4c4c4c;

}



#top{

	width: auto;
	height: 279;
	background-image: url(img/flames.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}




#container {
	height: 40px;
	width: auto;
	padding: 0px;
	background: #4c4c4c;
}
ul#navlist {
	text-align: center;
	background: #000;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #fa9000;
	border-bottom: 1px solid #fa9000;
	padding: 0 0.7em;
} 
ul#navlist li {
	line-height: 30px;
	display: inline;
	list-style-type: none;
	color: #fff;
	padding: 0 0.7em;
}
ul#navlist li a:link {
	padding: 0 1em;
	display: inline-block;
	font-size: 0.6em;
	font-weight: 200;
	color: #fff;
	text-decoration: underline;
}
ul#navlist li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#navlist li a:active, ul#navlist li a:focus {
	color: #fa9000;
	text-decoration: underline;
	outline: none;
}
ul#navlist li a:hover {color: #fa9000;}



A:link {color: #FFFFFF; text-decoration: underline}
A:visited {color: #FF0000; text-decoration: none}
A:active {text-decoration: underline}
A:hover {color: #fa9000;}





/*#navlist li
{
display: inline;
list-style-type: none;

}

#navigation1 ul li {
display:inline;
display: block;
}
 
#navigation1 ul li a {
display:inline;
font-size: 19px;
font-weight: 200;
padding: 0 1em;
color: #FFFFFF;
}










 
A:link {color: #FFFFFF; text-decoration: none; text-decoration: underline}
A:visited {color: #FFFFFF; text-decoration: none}
A:active {text-decoration: underline}
A:hover {color: #fa9000;}

#linksBOX{
	width: auto;
	height: 30px;
	padding-top: 10px;
	text-align: center;

	background-color: #000000;
	
	border-color: #fa9000;
	border-width: 1px;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	display:inline;

}

A:link {color: #FFFFFF; text-decoration: none; text-decoration: underline}
A:visited {color: #FFFFFF; text-decoration: none}
A:active {text-decoration: underline}
A:hover {color: #fa9000;}*/






