﻿html * { margin: 0; padding: 0; }

a * {border: 0px;}

body {
	font-family: Arial, Sans Serif;
	text-align: center;
	font-size: 90%;
	background: #fff;
}
#container {
	width: 996px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	border: 1px solid black;
}

#logo h1{
	background: url('images/logo.jpg') no-repeat;
	width: 996px;
	height: 93px;
}
#topmenu {
	padding-top: 20px;
}

#topmenu li{
	width: 100%;
	display: inline;
	list-style-type: none;
}

#topmenu a{
	font-size: 106%;
	font-style: italic;
	text-decoration: none;
	color: #000;
	margin: 0px 6px 0px 6px;
}

#topmenu .first {margin-left: 6px;}

#header h2{
	background: url('images/header.jpg') no-repeat;
	width: 996px;
	height: 194px;
	border-top: 3px solid #7d2829;
	border-bottom: 3px solid #7d2829;
}
#body {
	clear: both;
}

#title {
	border-bottom: 2px solid #7d2829;
}
#title h3{
	color: #7d2829;
	font-weight: bold;
	font-size: 180%;
	margin-left: 240px;
}

#leftcol {
	float: left;
	width: 210px;
	background: #b3b3b3;
	border: 1px solid black;
	padding: 10px 5px 10px 5px;
	margin: -25px 0px 15px 10px;
}
#leftcol h2 {
	font-size: 105%;
	padding-bottom: 5px;
}
#leftcol li{
	list-style-type: none;
	padding-bottom: 9px;
}

#leftcol ul li a {
	color: #000;
	text-decoration: none;
}
#content {
	margin-left: 275px;
	margin-right: 25px;
	font-size: 12px;
}

#content p{
	padding: 5px 0px 5px 0px;
}
#footer {
	background: #6b2122;
	height: 80px;
	width: 100%;
}

.red {
	color: #7d2829;
}
.stylepartstb {
	border: 1px solid #800000;

}
.stylepartstbc {
	border: 1px solid #800000;
	padding: 2px 2px 2px 2px;
}

