/* CSS Document */

body {
	text-align: center;
}

.top1
{
position:relative;
left:89px;
top:22px
}

.top2
{
position:relative;
left:114px;
top:22px
}

.top3
{
position:relative;
left:138px;
top:22px
}

.backhome
{
position:relative;
left:-160px;
top:25px
}
	
a:link {
	text-decoration: underline;
	color: #660000;
}
	
a:active {
	text-decoration: underline;
	color: #660000;
}

a:visited {
	text-decoration: underline;
	color: #660000;
}
	
a:hover {
	text-decoration: none;
}

.homecontent {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background-color:#e5e3b2;
text-align: left;
height: 420px;
background-color: #e7e5b4;
background-image: url('/images/main-bg2.jpg');
}

.content {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:16px;
background-color:#e5e3b2;
padding:10px;
text-align: left;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight: bold;
color: #660000;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight: bold;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight: bold;
color: #660000;
line-height: 14px;
margin-bottom: -12px;
}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight: bold;
}

/* Bottom Navigation */

.botnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #e5e3b2;
	align: center;
}
	
.botnav a:link {
	text-decoration: none;
	color: #e5e3b2;
	font-weight: bold;
}
	
.botnav a:active {
	text-decoration: none;
	color: #e5e3b2;
	font-weight: bold;
}

.botnav a:visited {
	text-decoration: none;
	color: #e5e3b2;
	font-weight: bold;
}
	
.botnav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* Photos */

.photoright{
padding : 10px 0px 10px 10px;
}

.photoleft{
padding : 0px 10px 10px 0px;
}

.caption {
color : #666666;
font : italic 11px Georgia, "Times New Roman", Times, serif;
}

.floatright{
float : right;
}

.floatleft{
float : left;
}

ul,li {
margin-left:10px;
}