@charset "utf-8";
/* CSS Document */

body {
	background:#d4a879;
	margin:0;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

a:link {
	color: #744F25;
}
a:visited {
	color: #744F25;
}
a:hover {
	color: #996225;
}
a:active {
	color: #744F25;
}

#container {
	margin: 0 auto;
	width:960px;
	text-align:left;
}
#header {
	width:960px;
	height:190px;
}
#logo {
	height: 100px;
	width: 728px;
	margin-top: 71px;
	float: left;
}
#subHeader {
	height: 155px;
	width: 960px;
	margin-top: 13px;
}
#content {
	width: 700px;
	padding-left: 140px;
	padding-top: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 16px;
	color: #4B3318;
}
h1 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size:18px;
	text-indent: -12px;
	margin-bottom: -5px;
	margin-top: -5px;
}

h6 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size:10px;
	text-indent: -12px;
	margin-bottom: -5px;
	margin-top: -5px;
}
blockquote {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size:16px;
	margin-top: -15px;
}
#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	height: 87px;
	width: 100%;
}
#footerLogo {
	text-align: left;
	height: 87px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

#footer #footerLogo .emaillogo {
	width: 416px;
	float: left;
}
#footer #footerLogo .archived_articles {
	width: 135px;
	float: right;
	padding-right: 100px;
}
