body {
	margin: 0;
	width: 100%;
	background: #232118 url(../img/bg.jpg) repeat 0 0;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////// Home Page //
/////////////////////////////////////////////////////////////////////// */

	#flash {
		display: none;
	}
	
	#contentContainer {
		position: relative;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	
		#header {
			position: relative;
			width: 100%;
			margin: 0 auto 0 auto;
			padding: 0;
		}
		
			#header h1 {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18px;
				line-height: 18px;
				color: #000000;
				text-transform: uppercase;
				padding: 0 0 20px 0;
			}
		
		#homePage {
			position: relative;
			width: 100%;
			margin: 0 auto 0 auto;
			padding: 0;
			overflow: hidden;
			background: url(../img/bgHomePage.jpg) no-repeat top center;
		}
		
			#content {
				position: relative;
				width: 100%;
				margin: 0 auto 0 auto;
				padding: 0 0 0 0;
				font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
				font-size: 11px;
				line-height: 18px;
				color: #000000;
			}
			
			.title, .quote {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 15px;
				font-weight: bold;
				color: #000000;
			}
			
			.title {margin: 0 0 6px 0; padding: 0 0 2px 0; width: 50%; border-bottom: #000000 solid 1px;}
			.quote {margin: 0; padding: 0 0 8px 0; width: 100%;}
		
				#contentLeft {
					position: relative;
					width: 100%;
					margin: 0 auto 0 auto;
					padding: 13px 10px 13px 10px;
				}
				
				#contentMiddle {
					position: relative;
					width: 100%;
					margin: 0 auto 0 auto;
					padding: 13px 10px 13px 10px;
				}
				
				#contentRight {
					position: relative;
					width: 100%;
					margin: 0 auto 0 auto;
					padding: 13px 10px 13px 10px;
				}
				
				.contentText {display: block; width: 100%; padding: 0 10px 0 10px;}
				
				.line {display: none;}
				
				#quoteImage {
					position: relative;
					width: 100%;
					font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
					font-size: 11px;
					line-height: 18px;
					color: #000000;
				}
		
		#footer {
			position: relative;
			width: 100%;
			margin: 60px auto 0 auto;
			padding: 0 0 0 0;
			font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
			font-size: 10px;
			line-height: 22px;
			color: #534e3a;
			text-align: center;
			border-top: #000000 dotted 1px;
		}
		
			#footerLine {
				display: none;
			}

/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////// Links and Buttons //
/////////////////////////////////////////////////////////////////////// */

.btnLearnMore a {position: relative; width: 226px; height: 17px; padding: 0 0 0 0; display: block;}
			
a.footer:link {color: #d1b54e;}
a.footer:visited {color: #d1b54e;}
