@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #600000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.padding10px {
	padding: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #636363;
	border-left-color: #636363;
	padding-left: 5px;
	line-height: 22px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#secondary{
	margin: 0px;
	padding: 8px;
}
h1 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	display: block;
}.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}

.linkWithArrow {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	display: block;
}
a:link {
	color: #600000;
	font-weight: bold;
}
#maincontent {
	background-color: #f6f6f6;
	padding: 16px;
	margin-top: 30px;
}
#mainlower {
	padding: 16px;
	margin-top: 20px;
}
#maincontent2 {
	background-color: #f6f6f6;
	padding: 16px;
	margin-top: 0px;
}
#galleryThumbs img {
}
#galleryThumbs td {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #E4E4E3;
}
