body {

	background-repeat: repeat;
	font-family: Verdana, Verdana, Geneva;
	color: #DEA159;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
background-color: 	black; 
}
h1
{
	font-family:  Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	color: #9B7E2F;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
}
h2
{
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	color: #9B7E2F;
	margin-top: 0; 
	margin-bottom: 0;
}
h3
{
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: #9B7E2F;
	margin-top: 0; 
	margin-bottom: 0;
}
h4
{
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
    color: #9B7E2F;
	margin-top: 4px; 
	margin-bottom: 4px;
}
h5
{
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: #9B7E2F;
	margin-top: 0; 
	margin-bottom: 0;
}
h6
{
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: red;
	margin-top: 0; 
	margin-bottom: 0;
}


a:link {
	  color:  #BF7E2F;
	  text-decoration: underline;
}
a:hover {
   text-decoration: underline;
   color:  	#BF7E2F;
   }
a:visited {
   color:  #BF7E2F;
}

p {
	font-family: Verdana, Verdana, Geneva;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #DEA159;
	margin-top: 0; 
	margin-bottom: 0;
}	

#header
{
width: 1024px;
height: 289px;
background-color: #120A09;
background-image: url('includes/header.jpg');
background-position: top;
}

#content
{
width: 1024px;
overflow: auto;
}



#coding {
	background:gray;
	font-family: Courier, Courier New, Andele Mono;
}

#sidebar {

float: left;
width: 118px;
background-color: white;
min-height: 250px;
height: auto;
	border-top: 2px solid #6BC8FF;
	border-right: 2px solid #6BC8FF;
	border-bottom: 2px solid #6BC8FF;
padding-right: 2px;
padding-left: 2px;

}

#main {
float: left;
width: 888px;
background-color: #120A09;
min-height: 800px;
height: auto;
padding-right: 2px;
padding-left: 4px;
}

#news {
float: right;
width: 470px;
background-color: #120A09;
min-height: 800px;
height: auto;
padding-right: 2px;
padding-left: 4px;
}

#siteinfo {
float: left;
width: 400px;
background-color: #120A09;
min-height: 150px;
height: auto;
padding-right: 2px;
padding-left: 4px;
font-family: Verdana, Verdana, Geneva;
font-weight: normal;
font-style: italic;
font-size: 10pt;
color: #DEA159;
margin-top: 0; 
margin-bottom: 0;

}

#ad {
float: left;
width: 120px;
min-height: 600px;
height: auto;
background-color: #120A09;
}


#site {
	margin-left: auto;
margin-right: auto;
text-align: left;
width: 1024px;
background-color: #120A09;

	}

span.coding {
	background:gray;
	font-family: Courier, Courier New, Andele Mono;
	color: white;
}