﻿body
{
  background-image: url(images/bground.gif);
  background-repeat: repeat;
  margin: 0px;
}

a
{
	color:#ffffff;
}

h1
{

}
h2
{
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
}
th
{
	text-decoration: underline;
	text-align: center;
	background-color: #35281C;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}
ul, li
{
	list-style-type: square;
	padding-bottom: 7px;
}



.mainpage
{
	border: 2px outset #251E0E;
	position: relative;
	width: 960px;
	display: block;
	background-color:#000000;
	top: 0px;
	right: 0px;
}

.mainstyle
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: medium;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}
.mainstyle a
{
	text-decoration:none;
}

.title
{
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px 0px 15px 120px;
	background-image: url(images/titlebck2.gif);
	background-repeat: no-repeat;
	margin-left: 70px;
	vertical-align: middle;
}

.textbox
{
	background-color: #F4F0E3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #655732;
	padding: 5px;
}

.maintext
{
	font-family: 'Times New Roman';
	font-size: medium;
	color: #000000;
}
.maintext a
{
	color: #000080;
	text-decoration: underline;
}

.address
{
	display: block;
	position: relative;
}

.footer
{
	display: block;
	height: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-bottom:6px;
}

.thumbnail
{
  position: relative;
  display: inline-block;
  height: 100px;
  margin: 10px;
  border: thin solid #000000;
}