@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/bacchid4_01.jpg);
	background-repeat: repeat-x;
}
 #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-top: 45px;
}
.logoPanel {
	width: 550px;
	vertical-align: middle;
}
#mainContent {
	height: 350px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
}
.panel01 {
	background-image: url(images/bacchidPanel1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 165px;
	padding-left: 300px;
	padding-right: 21px;
}
.panel02 {
	background-image: url(images/bacchidPanel2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	padding-right: 35px;
	padding-left: 40px;
}
#footer {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 15px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.redText {
	color: #731B18;
}
.tanText {
	color: #CDB677;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover{
	color: #731B18;
	text-decoration: none;
}#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	color: #731B18;
}
h2 {
	font-size: 14px;
	color: #731B18;
}
.floatLeft {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-left: -5px;
}
.tabs {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tabs a {font-size: 11px;
	font-weight: normal;
	color: #FFFFFF}
.tabs a:hover {
	font-size: 11px;
	color: #FFFFFF
}
.dropCaps {
	font-size: 60px;
	line-height: 40px;
	float: left;
	color: #999999;
	padding-right: 1px;
	padding-top: 2px;
}
#copyright {
	font-size: 9px;
	padding-top: 12px;
	padding-left: 25px;
}
#divider {
	height: 10px;
}
