/* CSS Document */

body{
	background-color: #FDECD0;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/topbg.gif);
	margin: 0px;
}

h1{color: #772e35; border-bottom:1px solid #772e35; font: normal 20px georgia, san-serif;}

h2{color: #772e35; text-transform:uppercase; font-size: 17px;}

ul {list-style:disc; line-height:17px;}

#main {
	background-color: transparent;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 820px;
	background-image: url(images/none);
	background-repeat: no-repeat;
	background-position: center top;
}

#navlist
{
	padding: 0px;
	margin-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #762E34;
	border-bottom-color: #762E34;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CD975C;
}

#navlist li a
{
display: block;

}

#navlist li a:link {
	color: #762E34;
	font-weight: normal;
	padding: 0.7em 0.5em 0.7em 0.9em;
    text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FDECD0;
	
}

#navlist li a:visited {
	color: #762E34;
	font-weight: normal;
	padding: 0.7em 0.5em 0.7em 0.9em;
    text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FDECD0;
	
}

#navlist li a:hover
{
	color: #762E34;
	background-color: #CD975C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #762E34;

}


#news{
	width:190px;
	margin:10px 10px 0px 0px;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
}

#news h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CD975C;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 3px;
	margin-bottom: -10px;
}
#news ul{
	list-style:square;
	list-style-position:inherit;
	line-height:1.4;
}


#content{width: 570px;
	margin-left: auto;
	background-color: transparent;
	color: #292F35;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
	float: right;
}

#content a:link, a:visited {
	color: #772e35;
	text-decoration: none;
	font-weight: normal;
	
	}


#content a:hover {
	color: #000000;
	text-decoration: underline;
}	

#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	margin: 0px;
	width: 100%;
	height: 50px;
	color: #762e34;
	text-align: center;
	font-size: 0.7em;
	padding-top: 50px;
}

#footer a:link, a:visited {
color:#762e34;
text-decoration:none;
}

#footer a:hover {
color:#000000;
text-decoration:underline;}


#gallery{
	width: 500px;
	margin-right: 10px;
	margin-left: auto;
	position:relative;
	background-color: transparent;
	margin-top:0px;
	margin-bottom: 0px;
	float: right;
	z-index: 2;
}


.rightpic {
	float: right;
	margin-left: 5px;
}

.leftpic {float:left;
margin-right:5px;}

#main #content .gallery {
	margin: 10px;
	text-align: center;
	border: 1px solid #CD975C;
}
#main #content .gallery h2 {
	color: #FDECD0;
	background-color: #CD975C;
	line-height: 25px;
	margin-top: 0px;
}
