@charset "utf-8";
/* CSS Document */

body#background {
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/austin_bgd.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
}.logo {
	float: left;
	height: 102px;
	width: 415px;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto; 
}
.upperMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #146734;
	float: right;
	height: 25px;
	width: 250px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #146734;
	clear: both;
}


.header {
	height: 125px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #146734;
	height: 30px;
	padding-top: 8px;
	text-align: center;
}
.content {
}
.footer {
	background-color: #146734;
	height: 25px;
	font-size: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 950px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsite {
	font-family: Georgia, "Times New Roman", Times, serif, Cambria;
	font-size: 80px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 5px 5px 4px #000000;
}
