@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #eaeac6;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #434F5B;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #ad8047;
}
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ad8047;
}
#page_content a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#page_content a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#page_content a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#page_content a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}

#page_wrapper {
	width: 900px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #434F5B;
}
#header {
	width: 900px;
	height: 235px;
}
#rotating_img {
	height: 201px;
	width: 900px;
}
#nav_bar_container {
	height: 34px;
	width: 900px;
	background-color: #434F5B;
}
#navbar {
	display: block;
	height: 34px;
	background-color: #434F5B;
	float: right;
}
#nav_img {
	float: left;
	width: 207px;
}
#main {
	width: 900px;
}
#page_content {
	float: right;
	width: 670px;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 10px;
}

#sidebar {
	float: left;
	width: 185px;
	padding-left: 10px;
	padding-top: 10px;
}
#page_content img {
	padding: 5px;
}
#sidebar p {
	font-size: 1.1em;
	color: #ad8047;
	font-weight: bold;
	line-height: 1.2em;
}
#masthead a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#masthead a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#masthead a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}

#footer {
	font-size: 1em;
	margin-left: 350px;
	color: #AD8047;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer a:link {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#footer a:visited {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #ad8047;
	text-decoration: none;
}
#footer a:active {
	color: #ad8047;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ad8047;
	text-decoration: none;
}
