@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;}

#topbar {
	margin: auto;
	width: 1000px;
	background-color: #34C57E;
	color: white;
	text-align: center;}

#wrap {
	margin: auto;
	width: 1000px;
	overflow: auto;
	background: white;}

#container {
	margin: auto;
	width: 980px;}

#page_content {
	width: 760px;
	float: left;
	color: #1C519F;}

#right_col {
	width: 200px;
	float: right;
	color: #C53534;
	line-height: 200%;
	font-weight: bold;
	font-style: italic;
	text-align: center;}
	
#footer {
	margin: auto;
	width: 1000px;
	color: #FBE4A0;
	padding: 5px 0 5px 0 ;
	background-color: #34C57E;}

#footer p {
	font-size: medium;
	text-align: center; 
	font-weight: bold;
	line-height: 110%;}

#tagline {
	color: #FBE4A0; 
	text-align: center;
	font-size: small;}
	
#tagline a { 
	color: #FBE4A0; 
	font-weight: bold; 
	text-decoration: none }
	
#tagline a:hover { 
	color: #EDB21A; 
	text-decoration: underline }
	
.dot {
	font-size: x-large;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #EDB21A; }

a:link {
	text-decoration: none; 
	color: white; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	color: white;
	font-weight: normal;}
	
a:active {
	text-decoration: none;}
	
a:hover {
	font-weight:bold; 
	color: #FBE4A0;}

h1 {
	color: #C53534;
	font-weight: bold;
	text-align: center;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	line-height: 125%;}

ul {
	list-style-type: circle;
	padding-left: 40px;
	color: #C92A91;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #C53534;
	line-height: 140%;}
	
#build {
	text-align: center;
}	
