html, body { /* mozilla requires html tag set to 100% also */
	margin: 0;
	padding: 0;
	height: auto;
}
/*
html>body #divcontainer{
	height:auto;  /* for mozilla which has trouble w/ both the min-height at 100% & (max) height of 100%; child selector html>body hides it from IE which needs height to be 100%. 
} */

body {
	background-color: #612101;
	margin: 0;
	padding: 0;
	min-width: 774px; 
}

/* bg shadow = 7px each side + 1px border each side, width of solid area = 760px (incl. border) */
#div-container {
	position: relative;
	min-height: 500px;
	width: 774px;
	top: 0px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #612101;
	layer-background-color: #612101;
	background-image: url(images/bgcontainerfull-red.gif);
	background-repeat: repeat-y;
	background-position: 0 0; 
	z-index: 0;
}

#div-content {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0 0 0 7px;  /* not sure why this doesn't work at 8px */
	padding: 0;
	z-index: 1;
	background-image: url(images/lgbeigepttn1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#divlogo {
	position:absolute; 
	left:545px; 
	top:353px; 
	width:137px; 
	height:147px; 
	z-index:5
}

#div-btmcontainer {
	background-image: url(images/btm-container-red.gif); /* bottom drop shadow of container */
	background-repeat: no-repeat;
	background-position: 0 100%;
	z-index: 2;
	height: 25px;
}

#div-navshadow {
	background-image: url(images/navrgoldshad.gif);
	background-repeat: repeat-x;
}

#table-slidebox {
	background-image: url(images/slide-base.gif); /* to establish dropshadow */
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.indentleft {	
	padding-left: 18px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #330000;
	margin-top: 0px;
}
.maincopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #330000;
	margin: 0px 50px 10px 60px;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #330000;
	margin: 0px 50px 10px 60px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #993300;
	margin: 0px 35px 10px 50px;
	text-transform: uppercase;
}
a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

a:visited, a:active {
	font-weight: bold;
	color: #555501;
	text-decoration: none;
}

a:visited:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.imgleft {
	margin-right: 14px;
	margin-bottom: 4px;
	float: left;
	clear: none;
	padding: 0px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 4px;
}
.smlpara {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	line-height: 6px;
	margin: 0px;
	padding: 0px;
}
.captionctr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 4px;
	margin-bottom: 6px;
}
.dkgoldpttnbg {
	background-image: url(images/bgtileredgold.gif);
	background-repeat: repeat;
}

.contactline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 4px;
}

.linkbtntype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 4px;
	text-transform: uppercase;
}
.tallleadingcopynoindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #330000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.smlgoldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #CC9933;
	margin-top: 0px;
	padding-top: 4px;
}

a img.thumb {
	border: 2px solid #993333;
}
a:link img.thumb {
	border: 2px solid #993333;
}
a:hover img.thumb {
	border: 2px solid #ffffcc;
}
a:visited img.thumb {
	border: 2px solid #993333;
}
a:visited:hover img.thumb {
	border: 2px solid #ffffcc;
}
a:active img.thumb {
	border: 2px solid #993300;
}

.clickcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: 6px;
}
.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	color: #330000;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#div-navbar {
	background-image: url(images/mainnavbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}

