body {
	background-image: url(img/page-bg.png);
	background-repeat: repeat;
}

.container {
	margin:auto;
	margin-top: -20px;
	width: 960px;
	padding: 10px;
	background-color:none;
}

.header {
	background-image: url(img/timba-header2.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 330px;
	width: 400px;	
}

.main-title{
	font-family:  Georgia, Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 48;
	color: #404041;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;	
}

.web-url{
	text-align: center;
	font-family: Georgia, Serif;
	font-style: italic;
	font-weight: 500;
	font-size: medium;
	line-height: 20px;
}
	
.footer-container{
	background-image: url(img/footer-bg.png);
	background-repeat: repeat;
	overflow-x: auto;
}

.footer{
	margin: auto;
	width: 960px;
	height: 400px;

}

.blurb{
	text-align: left;
	font-family: Georgia, Serif;
	font-weight: 500;
	color: white;
	font-size: medium;
	line-height: 20px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 400px;
	height: 200px;
	float: left;
}

.divider {
	width: 14px;
	height: 268px;
	background-image: url(img/footer-divider-line_s1.png);
	margin-left: 470px;
	margin-top: 20px;
	padding-top: 30px;
		
}

.brochure{
	width: 205px;
	height: 268px;
	margin-left: 50px;
	margin-top: 5px;
	
}

.brochure-header{
	text-align: left;
	font-family: Georgia, Serif;
	font-style: italic;
	font-weight: 500;
	color: white;
	font-size: x-large;
	line-height: 50px;
	text-shadow: 1px 1px 0px #000000;
	margin-top: -10px;
	float: left;
}

.brochure-copy{
	width: 220px;
	height: 268px;
	padding-top: 40px;
	margin-left: 220px;
	margin-top: 5px;	
	text-align: left;
	font-family: Georgia, Serif;
	font-weight: 500;
	color: white;
	font-size: medium;
	line-height: 20px;

}

.adobe-note{
	text-align: left;
	font-family: Georgia, Serif;
	font-style: italic;
	font-weight: 500;
	font-size: small;
}

.bottom-footer-container{
	background-image: url(img/bottom-bg.png);
	height: 200px;
	background-repeat: repeat;
	overflow-x: auto;
}

.bottom-footer{
	margin: auto;
	width: 960px;
	height: 120px;
}

.copyright{
	width:400px;
	height:60px;
	padding-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
	font-family: Georgia, Serif;
	font-style: italic;
	font-weight: 500;
	color: white;
	font-size: medium;
	line-height: 30px;
	float: left;
	
}

.naturalselection{
	width: 336px;
	height: 30px;
	background-image: url(img/natural-selection.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 80px;
	padding: 10px 10px 10px 10px;
	
}
	


