html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
	text-decoration: none;
}
	
img{
	border: 0;
}

body{
	background-color: #433021; /*dark brown*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
}

#container{
	height: auto;
	width: 874px;
	margin: auto;
}


/* ----- MASTHEAD -----*/

#masthead{
	height: 100px;
	background-position: right top;
	width: 870px;
	float: right;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
}

#logo{
	height: 100px;
	width: 459px;
	background-position: left top;
	position: absolute;
	background-color: transparent;
}

#logo2{
	height: 34px;
	width: 96px;
	float: left;
	margin-left: 4px;
}

/* ----- TOP NAVIGATION -----*/

#top_nav{
	height: 34px;
	float: right;
}

.top_button{
	height: 34px;
	width: auto;
	float: left;
	display: inline;
}

#top_nav.ul{
	margin:0;
	padding:0;
	list-style:none;
}

#top_nav.li{
	display:inline;
}

#top_nav.li a {
	float: left;
	} 

/* ----- CONTENT -----*/

#main{
	height: 450px;
	width: 870px;
	margin-left: 4px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../photos/home_photo.jpg);
}

#motto{
	width: 870px;
	height: 40px;
	float: right;
	background-position: right top;
	top: 546px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/home_bar.png);
}

#motto p {
	font-family: "Times New Roman", Times, serif;
	margin-top:4px;
	font-style: italic;
	color: #FFF;
	text-align: right;
	font-size: 22px;
	padding-right: 40px;
	letter-spacing: 0.05em;
}

/* ----- FOOTER -----*/

#footer{
	height: 50px;
	width: 850px;
	background-color: #8a5e41;
	clear: both;
	padding-left: 20px;
	float: right;
	margin-left: 4px;
}

#footer p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFF;
}

.foot1{
	height: auto;
	width: 242px;
	margin: 6px 0 0 0;
	float: left;
	text-align: right;
}

.foot2{
	height: 18px;
	width: 830px;
	text-align: center;
	float: left;
}

