#header .img_links
{
	left: 420px;
	position: absolute;
	top: 0;
}

#header .img_link
{
	color: rgb(255, 255, 255);
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: georgia, 'times new roman', serif;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 150px;
}

.main .rightpane a:link { color: rgb(217, 84, 30); }
.main .rightpane a:visited { color: rgb(217, 84, 30); }
.main .rightpane a:active { color: rgb(217, 84, 30); }
.main .rightpane a:hover { color: rgb(242, 97, 44); }

.main .leftpane
{
	float: left;
	width: 275px;
	margin-right: 95px;
}

.main .rightpane
{
	float: left;
	width: 550px;
	margin: 50px 100px 50px 0;
}

.subnav, .toggler
{
	/* archived the old color */
	/* background-color: rgb(217, 84, 30);*/
	background-color: rgb(67, 50, 25);
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
}

.selected
{
	background-color: rgb(82, 61, 25);
}

.indent .subnav
{
	background-color: rgb(195, 120, 15);
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}

.subnav .padding,
.toggler .padding
{ padding-left: 35px; }

.indent .padding { padding-left: 55px }
.indent .indent .padding { padding-left: 75px; }

.subnav a, .toggler a, .accordion a
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.indent .indent .padding a
{
	display: list-item;
	list-style-type: disc;
}

.footer .padding { padding: 13px 0 0 370px; }

.page_images { text-align: center; }

/* Contact Form */

label
{
	display: block;
	margin-top: 10px;
}

#marker
{
	height: 20px;
}

.gallery img
{
	margin: 0 20px 20px 0;
}