@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 200px;
	background: #fff url('images/banner.jpg') no-repeat;}

#wrap {
	margin: auto;
	width: 1000px;}

#container {
	margin: auto;
	width: 980px;}

#page_content {
	width: 760px;
	float: left;}

#right_col {
	width: 200px;
	float: right;
	text-align: center;}
	
#tagline {
	width: 1000px;
	text-align: center;}
	
a:link {
	text-decoration: underline; 
	color: white;}
	
a:visited {
	text-decoration: underline; 
	color: white;}
	
a:hover {
	color: black;
	text-decoration:underline;}
	
a:active {
	color: black;
	text-decoration: underline;}

h1, h2 {
	padding: 10px 0px;
	font-size: 140%;
	text-transform:uppercase;}
	
h2 {
	font-size: 120%;}

ul {
	list-style-type: circle;
	padding-left: 40px;}

body {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background: #74407E url('images/slice.jpg') repeat-x;	
	color: white;
	line-height: 140%;}
