/* http://www.santafedmc.com/css.css */
body {background: url();
		background-repeat: repeat-x;
		margin: 0;
		padding: 0;
		text-align:center;}
		
p {
	font-family: "Galliard BT";
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	color: black;
}
	
a:link {
	font-family: "Galliard BT";
	font-size: 14px;
	color: #990000;
	text-decoration:none;
}
	
a:hover {
	color: #666666;
	font-family: "Galliard BT";
	font-size: 14px;
	text-decoration: none;
}

td {
	font-family: "Galliard BT";
}

th {
	font-family: "Galliard BT";
}

h1 {
	font-family: "Galliard BT";
	font-weight:bold;
	font-size: 17px;
	font-style: italic;
	color: #D2D2DA;
}
	
h2 {font-family:"Galliard BT";
	font-weight:bold;
	font-size: 13px;
	
	color: black;}
	
#navbar {width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}
	
#navcenter {
	width: 712px;
	text-align: center;
	padding-right: 40px;
}

ul#navigation{margin:15px auto 10px auto;
	padding:7px;
	list-style-type: none;
	background:#333333;
	margin-right: 5 auto;
	
	font-family: "Galliard BT";
	width: 670px;
	height: 15px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}
	
ul#navigation li{display: inline;
	
	}
	
ul#navigation a{
		color: white;
		font-size:12px;
		float: center;
		padding: .2em 1em;
		
		text-decoration:none;
		border-right: black dotted 1px;
		}
		
ul#navigation a:hover {
		color: #00A160;}


#contact {width: 600px;
	margin: 0 auto;
	padding: .5em;
	text-align:center;}
	
#about {width: 600px;
	
	margin: 0 auto;
	padding: .5em;
	text-align:center;}
	

ul#info{width: 730px;
	font-family:"Galliard BT";
	margin:1em auto 1em auto;
	padding:0;
	list-style-type: none;
	text-align: center;
	font-size:11px;
	text-transform: uppercase;
	}
	
	ul#info li{display: inline;
		padding: 0 1em;
		}
	
	ul#info a{
		font-family:"Galliard BT";
		font-size:11px;
		float: center;
		text-transform: uppercase;
		color: black;
		}
		
	ul#info a:hover {
		color: #333333;
		}

.footer {
	font-size: 10px;
	color: #FFFFFF;
}
