﻿body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: orange;
	margin: 0px auto 0px auto;
	padding: 0;
	background-color: #000000;
}

a {
	  color: #FFFF99;
}
a:active {
	  color: #FFFFCC;
}
a:visited {
	  color: #FFFF00;
}
.style  {
	width:1000px
	
}
.style2 {
     color:#FFF;
}

.style3 {
	  border-width: 0;
   }


#wrapper {
	width: 1000px;
	border: 30px #FFA500 outset;
	margin: 0 auto;
	background-color: #000000;
}


#navigation {
	width: 990px;
	border: 10px #996633 groove;
	text-align: center;
	font-size: large;
	margin: 0;
	color: #FFFFCC;
	background-color: #000000;
}


#divstyle {
	width: 1000px;
	margin: 0;
	text-align: center;
	background-color: #000000;
}

#divstyle1 {
	width: 1000px;
	background-image: url('backgrounds/deepbrwnlthr.jpg');
	margin: 0;
	text-align: center;
}


#divfooter {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	width: 1000px;
	color: #FFF;

	clear: both;
	background-color: #000000;
}


