a{
	color: #660000;
	text-decoration: underline;
}

a:link{
	color: #660000;
	text-decoration: none;
}

a:visited{
	color: #660000;
	text-decoration: none;
}

a:hover h2{
	color: #ad8e5e;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-transform: uppercase;
}

p {
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.imgBorder{
	float: none;
	padding: 10px;
	border: 1px solid #AD8E5E;
}

.thmb-imgBorder{
	float: none;
	padding: 3px;
	border: 1px solid #AD8E5E;
}

body {
margin: 0px 0px;
padding: 0px;
background-image: url(images/background2.gif);
background-repeat: repeat;
background-position: center top;
font-family: verdana, arial, sans-serif;
color:#660000;
font-size:11px;
font-weight:normal;
text-align:left;
}

/*For Internet Explorer*/
body {
text-align: center;
}

/*header*/
#header {
	width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #660000;
	height: 75px;
}

#header-l {
	float: left;
	margin: 0;
	padding: 0;
	color: #660000;
}

#header-l img{
	margin-left: 25px;
	margin-top: 28px;
}

#header-r {
	float: right;
	text-align: right;
	background-color: #660000;
	color: #ad8e5e;
	padding: 0px;
	margin-top: 38px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header a{
	color: #ad8e5e;
	text-decoration: none;
}

#header a:link{
	color: #ad8e5e;
	text-decoration: none;
}

#header a:visited{
	color: #ad8e5e;
	text-decoration: none;
}

#header a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/*banner*/
#bannerWrap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 700px;
	clear: both;
}

#banner {
	margin: 0px auto;
	padding: 0px;
}

/*wrapper*/
#wrapper {
	width: 660px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 1px solid #ad8e5e;
}

/*For Internet Explorer*/
#wrapper {
text-align: left;
}

#left {
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}

#right {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;

}

#right img{
	float: right;
}

/*Contact Page*/

#left-contact {
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}

#right-contact {
	float: right;
	width: 360px;
	margin-top: 10px;
	margin-right: 10px;

}

#map {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}

/*End of Contact Page*/

#article {
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}

#article img{
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/************* #feature styles ***************/

#feature-left {
	float: left;
	width: 415px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}

#feature-a {
	float: left;
	height: auto;
	width: 100%;
	vertical-align: top;
}

#feature-a h2 {
	border-bottom: #ad8e5e 1px solid;
	margin: 3px 0 0.5em 0;
	padding: 0 0 0.3em 0;
}

#feature-a a {
	text-decoration: none;
}

#feature-b{
	float: left;
	height: auto;
	width: 100%;
}

#feature-b h2{
	border-bottom: #ad8e5e 1px solid;
	margin: 3px 0 0.5em 0;
	padding: 0 0 0.3em 0;
}

#feature-b a{
	text-decoration: none;
}

#feature-thumb{
	float: left;
}

#feature-text {
	float: right;
	width: 260px;
	vertical-align: text-top;
}

#feature-text p {
	text-align: left;
	vertical-align: text-top;
	margin-top: 0px;
	padding-top: 0px;
}

#feature-right {
	float: right;
	width: 200px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
}

#contact p {
	font-size: 11px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************* #gallery styles ***************/

#galleryRow1 {
	border: 0px dashed #FFCC66;
	margin: 0px;
	padding: 0px;
}

#galleryRow2 {
	border: 0px dashed #33CC00;
	margin: 0px;
	padding: 0px;
}

#galleryRow3 {
	border: 1px dashed #FF6600;
	margin: 0px;
	padding: 0px;
}

.thumbs {
 text-align:	center;
 padding:	5px;
}


/************* #footer styles ***************/

#footer{
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #F2EEE6;
	border-top: 1px solid #ad8e5e;
	margin-top: 50px;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer a{
	color: #ad8e5e;
	text-decoration: none;
}

.footer a:link{
	color: #ad8e5e;
	text-decoration: none;
}

.footer a:visited{
	color: #ad8e5e;
	text-decoration: none;
}

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

#spacer {
	clear: both;
	margin: 0px;
	padding-top: 10px;
}

#doubleSpacer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
}

#clear {
	clear: both;
	margin: 0px;
	padding-top: 0px;
}