body, table, tr, td, div, ul, li, p, h1, h2, h3, form, a, ul, li, img {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	border: 0;
	font-size: 11px;
	line-height: 18px;
	color:#513E3E;
}
body {
	background: #C6BEA8 url(http://www.reverseamerica.org/images/back.gif) repeat-x left top;
}

h1, h2 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000;
	border-bottom: 1px solid #513E3E;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	position: relative; // IE hack, fixes border disappearing bug
}
h1 {
	padding: 20px 0 0 0;
} 
h2 a {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
}
img	{
	display: block;
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
li {
	padding-top:5px;
	padding-bottom:5px;
}
.floatleft {
	float: left;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	text-align: center;
}
a {
	color: #022243;
	font-weight: bold;
}
a:visited {
	color: #21415a;
}
a:hover {
	text-decoration: none;
}
a.regular, a:visited.regular {
	color: #1d475d;
	text-decoration: none;
	cursor:text;
	font-weight:normal;
}
#wrapper {
	
	color: #fff;
	margin: 0 auto 0 auto;
	width: 720px;  
	background: url(http://www.reverseamerica.org/images/wrapperback.gif) repeat-y left top;
	position: relative;
	border-right: 1px solid #16325C;
}
#header	{
	background: url(http://www.reverseamerica.org/images/headerback.gif) no-repeat left top;
	height: 120px;
	text-align: right;
	padding: 3px 24px 0 0;
}
#header a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

#content {
	margin: 0 0 0 220px;
	padding: 25px 100px 20px 0;
	text-align: left;
}
#content p, #content table {
	padding-right: 30px;
}
#menu {
	position: absolute;
	top: 160px;
	left: 5px;
	width: 166px;
	text-align: right;
}	
#menu ul li {
	list-style: none;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	padding: 0 25px 0 0;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li#current {
	background: url(http://www.reverseamerica.org/images/menuarrow.gif) no-repeat right top;
}
.floatleft {
	float: left;
	padding: 10px 20px 10px 0;
	background-color: #fff;
	text-align: center;
}
.floatright {
	float: right;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	text-align: center;
}
.footer{
	font-size:11px; 
	color:#616161; 
	font-family:Georgia, "Times New Roman", serif;
	background-color:#eeeeee; 
	text-align:center; 
	padding-top:4px; 
	padding-bottom:4px;
}
