﻿body
	{
	background-color: #000000;
	color:#faebd7;
	font-family: Garamond, Arial;
	margin-top:5px;	
	}

#bodydiv
	{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

#headerdiv
	{
	width: 900px;
	height: 125px;
	background-image: url(../img/header.jpg);
	border: #691417 1px solid;
	}

#mainmenudiv
	{
	position: relative;
	top: 100px;
	}

#maincontentdiv
	{
	width: 880px;
	background-image: url(../img/mainbg.jpg);
	border: #691417 1px solid;
	margin-top: 10px;
	padding: 10px;
	display: table;
	}

#footerdiv
	{
	width:900px;
	text-align:center;
	font-size: smaller;
	margin-top:5px
	}

a:link {color: #faebd7;}
a:visited {color: #faebd7;}
a:active {color: #faebd7;}
a:hover {text-decoration: underline;}
a {text-decoration: none;}

a.redlink:link,a.redlink:visited,a.redlink:active,a.redlink:hover {color: #a61f25; text-decoration: underline;}

img {border: #000000 0px solid;}