@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
		width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
			background-image:url(../images/bg-top-0509.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 224px;
	float:left;
}
h1 {
	display: none;
	margin: 0;
}
#title {
	text-align:left;
	float: left;
	margin-left: 215px;
	margin-top: 170px;
	clear: both;
}
#navigation {
 	float: left;
	font-size: 12px;
	text-align:right;
	width: 120px;
	margin-left: 70px;
	clear:left;
}
#navigation  ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}
#navigation  li {
	padding-top: 6px;
}
#navigation a:hover {
	color: #6A0A1D;
	text-decoration: underline;
}
#navigation a {
	color: #555555;
	text-decoration: none;
}
a {
	color: #6A0A1D;
	text-decoration: none;
}
#main-content {
	font-size: 12px;
	float: left;
	text-align:left;
	width: 800px;
	color: #555555;
}
#content {
	width: 500px;
	margin-top: 5px;
	margin-left:220px;
	margin-bottom: 40px;
}
#content p {
	margin-top: 0;
}
h2 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 12px;
}
#content-container
{
	background-image:url(../images/bg-middle.gif);
		background-position: center top;
	width:800px;
	float:left;
	background-repeat: repeat-y;
}
#footer
{
	height:65px;
	background-position: center top;
	width:800px;
	float:left;
	background-repeat: repeat-y;
	background-image: url(../images/bg-bottom-0509.gif);
}
#gallery {
	margin-left: 70px;
	margin-right: 74px;
}
.imgleft {
	margin-right: 15px;
}
.content-block {
	width: 200px;
	float:left;
	margin-right: 20px;
	height: 320px;
}

