body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	background-color: #FFF;
}
#wrap {
	width: 923px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/intBG.jpg);
	background-repeat: repeat-y;
}
#top {
	background-repeat: no-repeat;
	height: 101px;
	width: 923px;
	background-image: url(img/intTopBG.jpg);
}
#container {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 400px;
	width: 893px;
	font-size: .95em;
}
#container p {
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-size: 1.3em;
	color: #5D0201;
}


#nav {
	float: left;
	padding-top: 70px;
	color: #FFF;
	padding-left: 327px;
}
#subNav {
	width: 140px;
	float: left;
	padding-right: 3px;
	color: #41140B;
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px dashed #E6B15D;
	display: block;
}
#content {
	color: #7F6D49;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	float: left;
	width: 715px;
	padding-left: 5px;
	padding-top: 0px;
	line-height: 1.30em;
	display: block;

}

#contentWide {
	color: #7F6D49;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	float: left;
	width: 97%;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 1.30em;
	display: block;
}
#subNav h2 {
	font-size: 1.1em;
	color: #E6B15D;
	padding-left: 3px;
}

a{
	color: #AD0307;
	text-decoration: underline;
}
a:hover{
	color: #7F6D49;
	text-decoration: none;
}
#subNav ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#subNav ul {
	padding-left: 10px;
}
#subNav ul a{
	color: #D28F20;
	text-decoration: underline;
}
#subNav ul a:hover{
	color: #7F6D49;
	text-decoration: none;
}


#bottom {
	background-image: url(img/intBTM.jpg);
	height: 24px;
	width: 923px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#footer {
	background-color: #FFF;
	text-align: center;
	color: #333;
	font-size: .65em;
}
H4 {
	color: #9D6B38;
	font-size: .95em;
}

