﻿body 
{ 
 font-family: Arial, sans-serif;
 color: #F0E9CE; 
 background-color: Black;
 margin: 15px;
 line-height: 1.166; 
}

#Content
{
	display:block;
	width: 800px;
}
/*Links - No underline normally, underline after hover*/
a { 
 color: #F0AC4A;
 text-decoration: none; 
}
a:hover,a:active 
{ 
 text-decoration: underline; 
}


/* Header Section */
#header 
{ 
 height: 165px;
 text-align: center;
}
/* Site Navigation Section */
#SiteNavigation
{
	display: block;
	padding: 15px 0px 8px 0px;
	text-indent: 10px;
	border-bottom: solid 1px #F0E9CE;
	font: 85% verdana, arial, serif;
}

/* Breadcrumb */
#Breadcrumb
{
	display: block;
	padding: 10px 0px 0px 0px;
	text-indent: 10px;
	line-height: 1;
	font: 85% verdana, arial, serif;
}

/* Footer Section */
#Footer {
 display: block;
 margin-left: 0px;
 margin-top: 20px;
 text-align: center;
 padding:15px 0 25px 0; 
 font: 10px verdana,arial,serif;
 text-transform: uppercase;
 letter-spacing: -1px;
 border-top: solid 1px #F0E9CE;
}
#Footer a {
 color:#F0E9CE;
 margin: 0 5px;
 border: 1px solid #CBC7B5;
 text-decoration: none;
 padding: 2px 3px;
}
#Footer a:hover {
 background: #CBC7B5;
 color: #2B0101;
}

