body {
	background-color: #5b4833;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.break {
	clear: both;
}

.quoteText {
	font-size: 14px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		height: 90px;
	}
	
	#headerLeft {
		width: 680px;
		height: 90px;
		float: left;
		background-image: url(../images/layout/header_01.gif);
	}
	
	#headerRight {
		width: 280px;
		height: 90px;
		float: right;
	}
	
		#headerRight h1 {
			font-size: 36px;
			color: #ddc3a8;
			text-align: center;
			margin-top: 38px;
		}
		
	#topMenu {
		width: 960px;
		height: 52px;
		background-image: url(../images/layout/menuBg.jpg);
		margin-left: auto;
		margin-right: auto;
	}
	
		#topMenu a {
			color: #ffff66;
			text-decoration: none;
		}
	
		#topMenu a:hover {
			color: #CC0000;
		}
			
		.link {
			font-size: 18px;
			font-weight: bolder;
			line-height: 52px;
			float: left;
			color: #ffff66;
		}
		
			.home {
				width: 134px;
				text-align: center;
			}
		
			.about {
				width: 149px;
				text-align: center;
			}
		
			.quote {
				width: 210px;
				text-align: center;
			}
		
			.promo {
				width: 188px;
				text-align: center;
			}
		
			.faq {
				width: 116px;
				text-align: center;
			}
		
			.contact {
				width: 163px;
				text-align: center;
			}
		
	#mainContent {
		width: 680px;
		min-height: 558px;
		margin-top: 20px;
		float: left;
		background-color: #FFFFFF;
		background-image: url(../images/layout/contentBg_01.jpg);
	}
	
	.clearBg {
			background-image: none !important;
		}
	
	#mainContentInner {
		padding: 20px;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
		#mainContentInner h1 {
			font-size: 24px;
			font-weight: lighter;
			margin: 0px;
		}
		
		#mainContentInner h2 {
			font-size: 18px;
			font-weight: lighter;
			margin: 0px;
		}
		
		#mainContentInner h3 {
			font-size: 14px;
			font-weight: bolder;
			color: #CC0000;
		}
		
		#mainContentInner p {
			
		}
		
		#mainContentInner a {
			color: #CC0000;
			text-decoration: none;
			font-weight: bolder;
		}
		
		#mainContentInner a:hover {
			text-decoration: none;
		}
		
	#rightColumn {
		width: 260px;
		height: 558px;
		float: right;
		margin-top: 20px;
		background-color: #FFFFFF;
	}
	
	#rightColumnInner {
		padding: 15px;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
		#rightColumn h1 {
			font-size: 30px;
			font-weight: lighter;
			margin: 0px;
		}
		
		#rightColumn h2 {
			font-size: 24px;
			font-weight: lighter;
			margin-top: -8px;
			margin-bottom: 0px;
		}
		
		#rightColumn p {
			margin: 0px;
		}
		
		#rightColumn ul {
			margin-top: 10px;
			margin-bottom: 10px;
		}

		#rightColumn li {
			color: #CC0000;
			font-size: 20px;
			font-weight: bolder;
			list-style-image: url(../images/layout/redArrow.jpg);
			margin-left: -20px;
		}
		
			#rightColumn li a {
				color: #CC0000;
				text-decoration: none;
			}
			
			#rightColumn li a:hover {
				text-decoration: underline;
			}
		
	#footer {
		width: 680px;
		margin-top: 10px;
		color: #ddc3a8;
		font-size: 11px;
		text-align: center;
	}
	
		#footer a {
			color: #ddc3a8;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}