body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	color: #FFFFFF;
	background-color: #111317;
	padding:0;
	margin: 0;
	background-repeat: repeat;
	background-image: url(../Media/background.jpg);

}

/*  Logo  --------------------------------------------------------------------------------- */
#logoContent {
	height: 175px;
	background-image: url(../Media/BoffLogo.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}

/*  Menu  --------------------------------------------------------------------------------- */
#menuContent {
	background-color: #406028;
	font-size: 0.8em;
	height: 25px;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*  Main Content  --------------------------------------------------------------------------------- */
#mainContentTable {
	line-height: 1.5em;
	background-color: #000000;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px solid #FFFFFF;

}
.mainContent {
	font-size: 0.9em;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.mainContent a:link {
	color: #FFFFFF;
	text-decoration: underline;

}
.mainContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;

}
.mainContent a:hover, .mainContent a:active, .mainContent a:focus{
	color: #974B00;
}
.mainContent p {
	margin: 6px 0 8px;
}

/*  Pictute Title  --------------------------------------------------------------------------------- */
#pictureTitle {
	background-color: #974B00;
	height: 33px;
	color: #AB6F34;
	font-size: 120%;
	padding-left: 24px;
	text-transform: uppercase;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px solid #FFFFFF;
	letter-spacing: 7px;
	font-weight: bold;








}

/*  Bottom  --------------------------------------------------------------------------------- */
#bottomContent {
	background-color: #000000;
	padding: 12px 24px 0px 25px;
	font-size: 0.9em;
	line-height: 1.5em;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;


}

.linkContent {
	font-size: 0.7em;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	text-decoration: none;

}
.linkContent a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.linkContent a:visited {
	color: #666666;
	text-decoration: none;

}
.linkContent a:hover, .linkContent a:active, .linkContent a:focus{
	color: #FFFFFF;
	text-decoration: underline;



}

/*Style attributes specific to all headings ----------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
}
h1 {
	border-bottom: 1px solid #686868;
	font-size: 1.8em;	
}
h2 {
	font-size: 1.5em;
}
