@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 300px;}

#wrap {
	margin: auto;
	width: 1000px;
	overflow: auto;
	background: white;}

#container {
	margin: auto;
	width: 980px;}

#page_content {
	width: 760px;
	float: left;
	color: #202020;}
	
#page_content img {
	padding: 10px 10px 10px 10px;}

#right_col {
	width: 200px;
	float: right;
	color: #402020;
	line-height: 200%;
	font-weight: bold;
	font-style: italic;
	text-align: center;}
	
#footer {
	margin: auto;
	width: 1000px;
	color: #402020;
	background-color: white;
	padding: 5px 0 5px 0 ;}

#footer p {
	font-size: medium;
	text-align: center; 
	font-weight: bold;
	line-height: 110%;}
	
#tagline {
	margin: auto;
	color: #E0E0E0; 
	text-align: center;
	width: 1000px;
	font-size: small;}
	
.dot {
	font-size: x-large;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #E0E0E0; }
	
a, a:visited { 
	color: #E0E0E0; 
	font-weight: bold; }
	
a:hover { 
	color: #404040; 
	text-decoration: underline;}

img {
	border: 0px;}

h1 {
	color: #363650;
	font-weight: bold;
	line-height: 125%;}
	
h2 {
	color: #363650;
	font-weight: bold;}

ul {
	list-style-type: circle;
	padding-left: 40px;
	color: #202020;}

body {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background-color: #402020;
	line-height: 140%;}
	

