body {
	margin:0;
	background-color:#1e2329;
	text-align: center;
}

img {
	border: 0;
}

.container {
	border: 1px solid red;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-color: #2e1a1f;
}

.title {
	width: 1000px;
	height: 225px;
	background-image: url(images/logo.jpg);
}

.menu {
	width: 1000px;
	height: 50px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

.menuitem {
	font: normal 12pt Helvetica;
	float: left;
	display: block;
	width: 75px;
	height: 50px;
	background-image: url(images/home-s.gif);
	background-repeat: no-repeat;
}

.content {
	float: left;
	width: 773px;
	background-color: #2e1a1f;
	border-right: 1px solid #9e2023;
	border-bottom: 0px solid #9e2023;
}

.content p, .content pre{
	padding: 0px 15px 0px 15px;
	font: normal 12pt Arial;
	color: white;
	text-align: justify;
}

.content a {
	font: normal 12pt Arial;
	color: red;
	text-decoration: underline;
}

.content a:hover {
	background-color: black;
	color: red;
	font: normal 12pt Arial;
	text-decoration: none;
}

.sidebar {
	float: left;
	width: 224px;
	border-top: 1px solid #9e2023;
	border-bottom: 1px solid #9e2023;
	border-right: 1px solid #9e2023;
	border-left: 1px solid #9e2023;
}

.widget {
	height: 169px;
	background-image: url(images/sidebg.gif);
	border-top: 1px solid #8f1114;
	border-bottom: 1px solid #8f1114;
	text-align: center;
}

.widget p, .widget pre {
	margin: 0 0 5px 0;
	color: white;
	font: normal 12pt Arial;
}

.footer {
	color: white;
	clear: both;
	width: 1000px;
	height: 70px;
	background-color: #af1c18;
}

.footer p, .footer a{
	float: left;
	margin: 0;
	font: normal 12pt Arial;
	font-weight: bold;
	position: relative;
	top: 25px;
	text-decoration: none;
	color: white;
}

.footer a:hover {
	color: #2e1a1f;
}

h1 {
	margin: 12px 0px 12px 0px;
	padding: 0px 15px 0px 15px;
	color: #cbd9e7;
	font: normal 14pt Arial;
	font-weight: bold;
}

h2 {
	margin: 0 0 0 12px;
	padding: 0px;
	color: #cbd9e7;
	font: normal 12pt Arial;
	font-style: italic;
	font-weight: bold;
}

.boxtitle {
	float:left;
	padding: 2px 0 0 10px;
	margin: 0;
	color: white;
	font: normal 12pt Arial;
	font-weight: bold;
	font-style:italic;
	text-align: right;
}

.date {
	float: right;
	padding: 2px 10px 0 10px;
	margin: 0;
	color: white;
	font: normal 12pt Arial;
	font-weight: bold;
	font-style:italic;
	text-align: right;
}

.box {
	position: relative;
	left: 25px;
	margin-bottom: 25px;
}

.top {
	background-image: url(images/top.gif);
	width: 725px;
	height: 25px;
}

.middle {
	background-image: url(images/middle.gif);
	width: 725px;
}

.middle p, .fleetbox p {
	margin: 0;
	padding: 5px 10px 0 10px;
}

.middle a, .fleetbox a {
	color: silver;
	text-decoration: underline;
}

.middle a:hover, .fleetbox a:hover {
	color: #1e2329;
	background-color: #8f1114;
	text-decoration: underline;
}

.fleetbox img {
	border: 3px solid #730e0f;
	float: left;
	margin: 10px 5px 0 10px;
}

.fleetbox {
	background-image: url(images/middle.gif);
	width: 725px;
    min-height:180px;
    height:auto !important;
    height:180px; 
}

.bottom {
	background-image: url(images/bottom.gif);
	width: 725px;
	height: 25px;
}

.mugshot {
	float: left;
	width: 125px;
	height: 125px;
	margin-left: 30px;
}

.mugbox {
	margin: 0 25px 25px 0;
	float: left;
	width: 200px;
	height: 125px;
	background-image: url(images/mugbox-badge.gif);
}

.mugbox pre {
	margin-top: 10px;
	color: #cbd9e7;
	font: normal 10pt Arial;
	font-weight: bold;
	font-style:italic; 
}

.mugbox a  {
	color: white;
	font: normal 10pt Arial;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted navy;
}

.mugbox a:hover  {
	color: red;
	background-color: silver;
	font: normal 10pt Arial;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted navy;
}

.flavor {
	text-align: justify;
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #cbd9e7;
	font: normal 10pt Arial;
}

img.portrait {
	display: block;
	margin-left: auto;
    margin-right: auto;	
	border: 5px solid #af1c18;
}

img.gallery {
	border: 5px solid #af1c18;
}

img.gallery:hover {
	border: 5px solid white;
}

table {
	margin-left: 12px;
	color: white;
}

th.fix1 {
	color: white;
	font: normal 12pt Arial;
	border-bottom: 1px solid red;
	font-weight: bold;
	width: 160px;
}

th.fix2 {
	color: white;
	font: normal 12pt Arial;
	border-bottom: 1px solid red;
	font-weight: bold;
	width: 250px;
}

td {
	color: white;
	font: normal 12pt Arial;
}


