body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom:10px;
	background-color: #F8E9B4;
	border: double #a47900 2px;

}

#header {
	background-color: #000000;
	background-repeat:no-repeat;
    height:50px;
    position:relative;
    border-bottom: 2px solid #a47900;

}

#header h1 {
	margin: 0;
    padding: 0;
    position:absolute;
    top: 4px;
    left: 4px;
	border: 0px;
}

#header h2 {
	margin: 0;
    padding: 0;
    position:absolute;
    top: 10px;
	right:5px;
	border: 0px;
}

#content {
	float:left;
    width: 570px;
	padding: 10px 10px 0 5px;
	border-right: 1px dashed #a47900;

	
}
#content p {
	
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;

}

a:link {
	color:#003399;
	font-weight:700;

}

a:visited {
	color:#990000;
}

a:hover {
	color:#990000;
}

#sidebar {
	float:right;
	margin-top: 12px;
	width: 170px;
	
	

}
#sidebar #quote {
	float:right;
	margin-top: 20px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;



}
#sidebar #news {
	float:right;
	margin-top: 20px;
	width: 170px;
	color: #000000;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;


}

#news h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	color:#A32600;
	font-size: 100%;
	font-weight: bold;

}

#sidebar .img {
	margin: 2px;
	border: #a47900 solid 1px;
}

#sidebar .img2 {
	margin: 2px;
	border: #FFFFFF inset 2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 120%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color:#A32600;
	font-size: 105%;
}

.homeimg {
	margin: 2px;
	
}

.galleryimg{
	margin: 1px;

	}

.galleryfromto{
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;
	color: #A32600;
	font-variant:small-caps;
	font-weight: bold;
	border: solid #a47900 1px;
	}


/***Navigation**/

#nav 
{
	margin:2px 0 10px 0;
	width: 170px;

}

#nav ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #006699;
	font: 80% arial, helvetica, sans-serif;
	text-align: left;
}


#nav li a
	
{
	text-decoration: none;
	color: #006699;
	font-weight:bold;
	border-bottom: 2px dotted #B2BCC6;
	width: 100px;

}
#nav li
	
{
	text-decoration: none;
	color: #a47900;
	font-weight:bold;
	border-bottom: 2px dotted #B2BCC6;
	width: 100px;

}
#nav #current a
{
	text-decoration: none;
	color: #a47900;
	font-weight:bold;
	border-bottom: 2px dotted #B2BCC6;
	width: 100px;
}


#nav li a:hover
{

color: #a47900;
font-weight: normal;
border-bottom: 2px dotted #a47900;

}


#crumb {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#999;
	margin-top:30px;
	margin-bottom:0;	
}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:left;
    color: #999;
    background-color: transparent;

}

.clear {font-size: 1px; height: 1px}

/** Gallery **//

#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
    width:120px;
	margin-right: 3px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	display: inline; 
	border: thin #666666 dotted;
}
#albumlist li a {

	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	font-style:normal;
	
}
#albumlist img {
	display: block;

}
#albumlist2 {
	list-style-type: none;
}
#albumlist2 li {
	float: left;
    width:120px;
	margin-right: 3px;
	margin-bottom: 10px;
	list-style-type: none;
	display: inline; 
}

#albumlist2 img {
	display: block;

}
.gallerypage {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 120%;
}
