* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {margin: 10px auto;
            width: 80%;
			font-size: 1.2em;}


#content_top {
	width: 80%;
	text-align: center;
	padding-top: 2%;
	padding-left: 50px;
	padding-right: 50px;
}

#content {
	width: 80%;
	padding-top: 20%;
	padding-left: 50px;
	padding-right: 50px
}

#extra {
	width: 29%
	margin-left: 80%;
	margin-right: 1%;
	margin-top: 30%;
}
/*************************** Hyperlinks ***********************/

a:link {color: #996633}     /* unvisited link */
a:visited {color: #F1DBC6}  /* visited link */
a:hover {color: #FFCC66}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

/********************************** Text formatting *****************/

.style1 {
	color: #996633;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding-top: 2px;
	padding-bottom: 5px;
}

#content ol, #content ul {
	padding-left: 10px;
}

#content h1 a {
	text-decoration: none;
}

#footer {
	width: 60%;
	text-align: center;
	position: absolute;
	bottom: -80px;
	margin-left: 10%;
}

.footertxt {
	color: #F1DBC6;
}

h1 {
	font-weight: bold;
	padding: 0px;
	color: #673711;
	font-size: 0.7em;
}

/************************************ Image Headings ******************************/

#header h1 {
margin-left : 30px;
padding-top : 30px;
text-align: center;
font-size : 5em;
color: #BA8818;
}
#header h2 {
margin-left : 30px;
padding-top : 15px;
padding-bottom : 0.5em;
letter-spacing : 3px;
font-size : 1.5em;
/*color : #885835; */
color : #D8B875;
text-transform: none;
}
#header a {
color: #ffffff;
text-decoration: none;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
/* background : #885835; */
background : #924325;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #924325;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}
#topnav li a.selected, #topnav a:visited.selected, #topnav a:hover {
text-decoration : none;
/*background : #f17327; */
background : #DC6F37;
color : #000;
}

#gutter {
float : left;
width : 3%;
height : 1px;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 2px;
text-align : center;
font-size : 2em;
color: #BA8818;
/*color : #efecdc; */
/*background : inherit; */
}
h2 {
margin-top : 30px;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
/*background : inherit; */
}
h3 {
margin-top : 0;
font-size : 1.2em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 5px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
}
