@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.augustine #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	background-image: url(/assets/images/home-bg.jpg);
	background-repeat: no-repeat;
}
.augustine #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.augustine #home-left-nav {
	position: absolute;
	width: 213px;
	z-index: 100;
	margin: 140px 0 0 0;	
	
}


.augustine #home-flash-feature {
	position: absolute;
	width: 430px;
	z-index: 2;
	margin: 125px 0 0 195px;
}

.augustine #home-flash-new {
	position: absolute;
	width: 650px;
	z-index: 2;
	margin: 125px 0 0 60px;
}

.augustine #home-right-info {
	position: absolute;
	width: 150px;
	z-index: 5;
	margin: 130px 0 0 650px;
	height: 400px;
	color: #666766;
	;
}

.augustine #home-right-info a {
	color: #999965;
	text-decoration: none;
	
}

.augustine #home-right-info p {
	margin: 0;
	background-image: url(/assets/images/news-dots.png);
	background-repeat: no-repeat;
	background-position: 0px 90%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

h3{
	color: #999965;
}

h4{
	color: #999965;
	margin: 0px;
	padding: 0px;
	
}

.searchbutton {

	color: #999965;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	
	

}

.augustine #home-footer {
	position: absolute;
	width: 604px;
	z-index: 6;
	margin: 685px 0 0 195px;
	color: #999965;
	font-size: 13px;
}

.augustine #home-footer a {

	color: #999965;
	

}