/* CSS FOR BROCHURE PAGES */

body {
	background-color: #655d46;
	margin: 0px;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
}

a, a:visited {
	color: #0f0f0f;
	text-decoration: none;
	}
	
span {
	text-decoration: none;
	}

a:hover, a:visited:hover, a:active {
	color: #000000;
	text-decoration: none;
	}
	
img {
	border: solid 1px #797159;
	padding: 2px;
	}

#container {
	width: 1020px; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 5px;
	}
	
#nextButton {
	position: absolute;
	width: 1010px; 
	margin-left: auto; 
	margin-right: auto; 
	top: 15px;
	padding-left: 8px;
	}
	
.next {
	float: right;
	width: 80px;
	padding: 5px;
	background-image: url(bg.png);
	border: 1px solid #8e866e;
	}

.next:hover {
	background-color: #8e866e;
	}

.previous {
	float: left;
	padding: 5px;
	width: 80px;
	background-image: url(bg.png);
	border: 1px solid #8e866e;
	}
	
.previous:hover {
	background-color: #8e866e;
	}
