/********************** LAYOUT ************************/

body {
	margin: 0;
	padding: 0;
	background: url(images/tile-background-repeat.jpg) repeat center 619px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	width: 100%;
	height: 623px;
	background: url(images/wrapper-bkgd.jpg) repeat-x center;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 950px;
	height: 730px;
}

#header-top {
	width: 950px;
	height: 250px;
	background: url(images/header-top.jpg) no-repeat;
}

#header-bottom {
	width: 950px;
	height: 428px;
	background: url(images/header-bottom.jpg) no-repeat;
}

#flash-box {
	width: 576px;
	height: 335px;
	margin-left: 186px;
}

#nav-container {
	width: 950px;
	height: 52px;
	background: url(images/nav-bkgd.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#middle {
	width: 950px;
	behavior: url(iepngfix.htc);
	background: url(images/content-bkgd.png) repeat-y;
}

#content {
	width: 800px;
	margin-left: 75px;
	padding-bottom: 10px;
}

#byline-old-world {
	width: 800px;
	height: 35px;
	background: url(images/byline-old-world.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 950px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

#footer-top {
	width: 950px;
	height: 40px;
	background: url(images/footer-top.png) no-repeat;
	behavior: url(iepngfix.htc);
}

/********************** LAYOUT END ************************/

/********************** TYPOGRAPHY ************************/

p {
	color: #e3d2be;
	font-size: 14px;
	line-height: 21px;
}

h1 {
	color: #b78b4c;
	font-size: 21px;
	line-height: 20px;
	margin-bottom: -10px;
}

h2 {
	color: #e3d2be;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: -10px;
}

.strong {
	font-weight: bold;
}

.bold-gold-text {
	color: #b78b4c;
	font-weight: bold;
}

 a:link { color: #b78b4c; text-decoration: underline;}
 a:visited { color: #b78b4c; text-decoration: underline;}
 a:hover { color: #785b3e; text-decoration: none;}
 a:active { color: #785b3e; text-decoration: none;}

#footerlinks {
	color: #e3d2be;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
}

.footerlinks a:link { color: #e3d2be; text-decoration: none;}
.footerlinks a:visited { color: #e3d2be; text-decoration: none;}
.footerlinks a:hover { color: #b78b4c; text-decoration: underline;}
.footerlinks a:active { color: #b78b4c; text-decoration: underline;}


#copyright {
	color: #e3d2be;
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	width: 515px;
	float: left;
}

#lh-credit {
	color: #e3d2be;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 12px;
	float: right;
}

.lh-credit a:link { color: #e3d2be; text-decoration: underline;}
.lh-credit a:visited { color: #e3d2be; text-decoration: underline;}
.lh-credit a:hover { color: #b78b4c; text-decoration: none;}
.lh-credit a:active { color: #b78b4c; text-decoration: none;}

/********************** TYPOGRAPHY END ************************/
