﻿body
{
    background-color: #0C0C0D;
    font-family: Arial, Helvetica, sans-serif;
    color: #330303;
    font-size: 0.8em;
}
.centered{margin:0 auto;width:800px}
.content{padding: 3em 14px;width:780;background-color:#FFFFFF}
.content a, .footer a, .dev{color: #261F15;}

.header
{
    width: 100%;
    height: 80px;
    background-color: #1F4852;
    font-size: medium;
    color: #E8E6ED;
    font-weight: bold;
}
.footer
{
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 32px;
    width: 800px;
    background-color: #939296;
    background-image: url('images/bmc-logo.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 10px;
}

.contact
{
    font-size:small;
}
img
{
    padding: 10px;
    width: 280px;
    height: 346px;
    float: right;
}
.map{ float:right; border: solid 1px #6e7f88;}
.clear{ clear:both;}
.menu ul
{
	padding: 0;
	margin: 0;
	background-color: #4F191F;
	float: left;
	width: 100%;
	font-size: 1em;
    border-bottom: solid 1px #886869
}

.menu ul li 
{ display: inline; }

.menu ul li a
{
	padding: 0.2em 1.34em;
	background-color: #4B4A4C;
	color: White;
	text-decoration: none;
	float: left;
	border-right: solid 1px #DCDAA7;
    width: 98px;
    height: 16px;
}

.menu ul li a:hover
{
	background-color: #E8E6ED;
	color: #1F4852;
}
.footer a
{
    color: #E8E6ED;
}
