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

#header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#date {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#date h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}
body {
	background-color: #a60505;
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#nav {
	height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#content-index {
	background-image: url(images/indexcontent.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#footer {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#left {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-left: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#bottombuffer {
	height: 15px;
}
#topbuffer {
	height: 15px;
	background-color: #FFF;
}
#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	padding-left: 10px;
}
#left h1 a {
	text-decoration: none;
	color: #000;
}
#left h1 a:hover {
	text-decoration: underline;
	color: #8b1919;
}
#left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #8b1919;
	margin-top: 15px;
	padding-left: 10px;
	text-decoration: underline;
}
#content {
	background-image: url(images/contentbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#right {
	float: left;
	display: inline;
	width: 725px;
}
#pictures {
	display: inline;
	float: left;
	height: 400px;
	width: 600px;
	margin-right: 59px;
	margin-left: 59px;
	padding: 2px;
	border: 1px solid #000;
}
#right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}
#right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}

