body {
	background-color: #111111;
	font-family: arial, helvetica, sans;
	font-size: 80%;
	text-align:center;
	padding:0px;
	margin:0px;
}



#main {
	background-color: #6F0000;
	background-image: url(i/bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:153px;
}
#menu {
	background-color: #000000;
	background-image: url(i/menubg.jpg);
	padding:5px;
	background-repeat: repeat-x;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right:30px;
}
#menu a:hover {
	text-decoration: underline;
}

#content {
	background-position: top left;
	background-color: #DBBFBF;
	background-image: url(i/mainbg.jpg);
	background-repeat: no-repeat;
}
#maintext {
	padding:15px;
}
#maintext img{
	margin:5px;
	border: 1px solid black;
}

#homeleft {
	float:left;
	width:330px;
	padding:15px;
}
#homepictures {
	float:right;
	width:150px;
	text-align: center;
	padding:0px;
}
#homepictures img {
	border:1px solid black;
	margin: 15px 0px 5px 0px;
}

#homeright {
	float:right;
	width:415px;
	padding:15px;
}
.column {
	width:440px;
	float:left;
	padding:0px 15px;
}
.column img{
	margin:5px;
	border: 1px solid black;
}
.GalleryPic {
	border:1px solid black;
	margin:0px 10px 10px 0px;
}
.Imagebox {
	float:right;
	padding:0px 0px 5px 5px;
}


h1
{
    font-size: 150%;
    color: #000000;
    font-weight: bold;
}
h2
{
    font-size: 100%;
    font-weight: bold;
    color: #660000;
    border-bottom: 1px dashed #8A5000;
    padding-bottom:5px;
}
h3
{
    font-size: 100%;
    font-weight: bold;
    color: black;
}
hr
{
    height: 1px;
    color: #000066;
    width: 80%;
    text-align: center;
}
a
{
    color: #660000;
    text-decoration: underline;
}
a:hover
{
    color: #000066;
    text-decoration: none;
}