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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/paper1.jpg);
	background-repeat:repeat;
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container {
background-image:url(images/mainback.png);
background-repeat:no-repeat;
background-position:top left;
width:800px;
height:800px;
min-height:850px;
max-height:1500px;
border:0;
margin:auto;
}
.homelinkbox {
float:right;
position:relative;
height:175px;
width:600px;
border:none;
}
.toprightpic {
float:right;
position:relative;
top:15px;
right:15px;
width:300px;
height:120px;
border:thick #003300 solid;
}
.leftnav {
position:relative;
left:50px;
top:75px;
width:165px;
height:525px;
float:left;
border:none;
}
.leftnavgallery {
position:relative;
left:50px;
top:75px;
width:165px;
height:100px;
float:left;
border:none;
}
.leftnav a {
color:#000000;
border:none;
text-decoration:none;
}
.leftnav img {
border:none;
}
.content {
width:490px;
height:auto;
min-height:400px;
position:relative;
left:100px;
top:40px;
float:left;
background:#FFFFFF;
border:thick #003300 solid;
text-align:left;
padding:10px;
}
.contentgallery {
width:800px;
height:800px;
min-height:400px;
position:relative;
left:-15px;
top:40px;
float:left;
background:#FFFFFF;
border:thick #003300 solid;
text-align:left;
padding:10px;
}

h3.hleft {
padding:0px;
margin:5px;
margin-bottom:-5px;
margin-top:15px;
color:#330000;
}
.footer {
width:500px;
height:auto;
background:none;
border:none;
text-align:center;
float:right;
Position:relative;
top:75px;
right:20px;
}
.footergallery {
width:800px;
height:auto;
background:none;
border:none;
text-align:center;
margin-left:auto;
margin-right:auto;
Position:relative;
top:75px;
}