html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 101%;
	color: #878789;
	background-color: #FFFFFF;
	background-image: url(../images/site-images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#frame {
	background-image: url(../images/site-images/drop-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
	width: 966px;
}

#header {
	width: 966px;
	margin: auto;
	text-align:center;
}

#navbox {
	width: 900px;
	height:34px;
	margin: auto;
	background-image: url(../images/site_images/american-monument-navigation-bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}


#content_frame {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#content{
	text-align: left;
	width: 850px;
	padding: 10px 25px;
	margin: auto;
}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:15px;
}

#content ul{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:15px;
	line-height:18px;
}

#content li{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:15px;
	list-style-position: outside;
	margin-left:25px;
}

#content h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #666666;
	line-height:24px;
}

#content h2{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #666666;
	line-height:24px;
}

#content h3{
	font-size: 35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #660000;
}

#content h4{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-weight: bold;
	font-style:italic;
	color: #FFFFFF;
}

#left_collumn{
	width: 200px;
	float:left;
}

#right_collumn{
	width: 600px;
	float:right;
	padding-left: 23px;
	border-left: 1px solid #999999
}

#didyouknowbox{
	width: 196px;
	border: 2px solid #878789;
}

.dynheader{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#878789;
	padding:10px;
}

.dyntext{
	padding:10px;
	line-height:20px;
}

#newsletter{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#660000;
	line-height:20px;
	text-align:center;
	border-bottom:1px solid #878789;
	border-top:1px solid #878789;
	padding: 10px 0px;
}

#newsletter a {
	list-style:none;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	text-align: center;
	padding: 10;
}

#newsletter a:hover, #newsletter a:focus {
	list-style:none;
	color: #878789;
	text-decoration: none;
	text-align: center;
}

#book_sell{
}

.purchase{
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
text-align:left;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
	 padding:0;
     font-size: 1px;
     line-height: 0px;
}