@charset "UTF-8";
body  {
	background: #161616;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #mainContent .divider {
	background-image: url(../site_images/divider.jpg);
	height: 2px;
	width: 560px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.twoColFixRtHdr #container #header #headerBanner #headerBg {
	float: right;
	height: 150px;
	width: 540px;
	background-image: url(../site_images/headerBg.jpg);
}

H1  {
	font-size: 0.9em;
	color: #B39850;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent img .nomar {
	margin: 0px;
}
.wallpaper {
	float: left;
	width: 150px;
	margin-right: 30px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #A79850;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer p a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

H2  {
	font-size: 1em;
}

.twoColFixRtHdr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background-color: #B39850;
} 
.twoColFixRtHdr #container #header #headerBanner #logo {
	height: 110px;
	width: 209px;
	padding-left: 50px;
	padding-top: 25px;
}
.twoColFixRtHdr #container #header #headerBanner {
	height: 161px;
	width: 860px;
	background-image: url(../site_images/headerBg.gif);
	position: relative;
}
.twoColFixRtHdr #container #header #headerFlash {
	height: 340px;
	width: 860px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 .goldText {
	color: #AD9850;
}
.gold {
	color: #AD9850;
}
.twoColFixRtHdr #container #sidebar1 p a:link, a:visited {
	color: #AD9850;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 p a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent {
	margin-right: 300px;
	padding-top: 45px;
	padding-bottom: 10px;
} 
.twoColFixRtHdr #container #mainContent .contact {
	margin: 0.5px;
}
p {
	margin-top: 0.8em;
	font-size: 0.7em;
}
.twoColFixRtHdr #footer {
	margin-top: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #bar  {
	background-color: #A18542;
	width: 100%;
	height: 7px;
}
.twoColFixRtHdr #container #footer .area {
	text-align: right;
	float: right;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat , br{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*MenuBar CSS*/

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 18px;
	top: 30px;
}
.twoColFixRtHdr #container #mainContent .newsImage {
	width: 100px;
	float: left;
	height: 100px;
	padding-right: 25px;
	padding-left: 15px;
}
.twoColFixRtHdr #container #mainContent .news {
	width: 560px;
	height: 100px;
}
.twoColFixRtHdr #container #mainContent .news .newsText{
	float: left;
	height: 100px;
	width: 400px;
	vertical-align: middle;
}
.twoColFixRtHdr #container #mainContent .newsImage img  {
}

#header li {
	float: left;
	font-size: 0.7em;
}

#header li a:link,#header li a:visited {
	display: block;
	padding: .2em .5em;
	font: bold 0.9em;
	text-decoration: none;
	color: #B39850;
	margin-right: 0.5em;
}

#header li a:hover,#header li a:active {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent a:link,a:visited {
	color: #AD9850;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent a:hover,a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent img   {
	margin-bottom: 18px;
}
.twoColFixRtHdr #container #header #form {
	height: 80px;
	width: 470px;
	position: absolute;
	left: 365px;
	top: 72px;
}
.twoColFixRtHdr #container #mainContent .article {
	width: 560px;
}
.twoColFixRtHdr #container #galleryContent {
	padding-top: 35px;
	text-align: center;
	padding-bottom: 25px;
}
.twoColFixRtHdr #container #sidebar1 p {
	color: #FFF;
}
.twoColFixRtHdr #container #sidebar1 h1 {
	font-size: 1em;
	margin-bottom: 1em;
	color: #AD9850;
}
.twoColFixRtHdr #container #mainContent .biopic {
	float: left;
	margin-right: 18px;
}
.twoColFixRtHdr #container #mainContent .audio {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.twoColFixRtHdr #container #mainContent .wallpaper .contact {
	text-align: center;
}
