
body{
	margin: 0 auto;
	background: #a9bf6a;
	font-family: arial;
}

small{
	color: #705d27;
	font-size: .7em;
}

h2{
	color: #705d27;
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#SiteContainer{
	width: 1024px;
	margin: 0 auto;
	border: 2px solid #705d27;
}

#Header{
	width: 1024px;
	height: 250px;
	border-bottom: 5px solid #705d27;
	
}

.Clear{
	clear: both;
}

#LeftHeaderContainer{
	float: left;

}

#Logo{
	width: 298px;
	height: 128px;
	background-image: url('http://jacksonrainbarrels.com/lib/images/LOGO.gif');
}

#BelowLogo{
	width: 298px;
	height: 122px;
	background-image: url('http://jacksonrainbarrels.com/lib/images/LEFTHEADERIMAGE.gif');
}

#Hills{
	width: 299px;
	height: 250px;
	background-image: url('http://jacksonrainbarrels.com/lib/images/LEFTHEADERIMAGE2.gif');
	float: left;
}

#House{
	width: 262px;
	height: 250px;
	background-image: url('http://jacksonrainbarrels.com/lib/images/HOUSE.gif');
	float: left;
}


#RightHills{
	width: 165px;
	height: 250px;
	background-image: url('http://jacksonrainbarrels.com/lib/images/RIGHTHEADERIMAGE.gif');
	float: left;
}

#MainBody{
	width: 1024px;
	background: #f3f3e0;
}

#MainMenu{
	width: 262px;
	float: left;
	border-right: 2px dotted #7dae3b;
	padding-right: 5px;
	padding-top:40px;
}

#HomeButton{
	margin-left: 177px;
	width: 85px;
	height: 29px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/Home.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#HomeButton:hover{
	background-position: -85px 0;	
}

#HomeButton a{
	display: block;
	width: 85px;
	height: 29px;	
}

#AboutButton{
	margin-left: 150px;
	width: 112px;
	height: 31px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/AboutUs.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#AboutButton:hover{
	background-position: -112px 0;	
}

#AboutButton a{
	display: block;
	width: 112px;
	height: 31px;	
}

#RainWaterButton{
	margin-left: 30px;
	width: 232px;
	height: 28px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/Rainwater.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#RainWaterButton:hover{
	background-position: -232px 0;	
}

#RainWaterButton a{
	display: block;
	width: 232px;
	height: 28px;	
}

#RainBarrelsButton{
	margin-left: 111px;
	width: 151px;
	height: 30px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/RainBarrels.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#RainBarrelsButton:hover{
	background-position: -151px 0;	
}

#RainBarrelsButton a{
	display: block;
	width: 151px;
	height: 30px;
}

#LargeCapacityButton{
	width: 262px;
	height: 31px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/LargeCapacity.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#LargeCapacityButton:hover{
	background-position: -262px 0;	
}

#LargeCapacityButton a{
	display: block;
	width: 262px;
	height: 31px;	
}

#PhotosButton{
	margin-left: 159px;
	width: 107px;
	height: 29px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/Photos.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#PhotosButton:hover{
	background-position: -107px 0;	
}

#PhotosButton a{
	display: block;
	width: 107px;
	height: 29px;
}

#ContactUsButton{
	margin-left: 128px;
	width: 133px;
	height: 36px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/menu/ContactUs.gif');
    background-repeat: no-repeat;
	background-position: 0 0;	
}

#ContactUsButton:hover{
	background-position: -133px 0;	
}

#ContactUsButton a{
	display: block;
	width: 133px;
	height: 36px;
}

#MainContent{
	font-size: .85em;
	width: 410px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #525151;
}


.HighLight{
	font-weight: bold;
}

#MainContactContent{
	font-size: .85em;
	width: 300px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #525151;}


#RightMainContactContent{
	width: 400px;
	text-align: left;
	float: right;
	padding: 10px;
	padding-top: 50px;
	font-size: .7em;
	color: #525151;}

#MainPhotoContent{
	font-size: .85em;
	width: 610px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #525151;}

#MainPhotoContent a img,#RightLargeContent a img{
	border: 2px solid #e2e2e2;
}

#MainContent ul, #MainContent li{
	padding-left: 15px;
	padding-bottom: 5px;
}

#RightMainContent{
	width: 290px;
	text-align: left;
	float: right;
	padding: 10px;
	padding-top: 30px;
	color: #525151;}

#RightLargeContent{
	width: 290px;
	text-align: center;
	float: right;
	padding: 10px;
	padding-top: 30px;
}
#RightLargeContent img{
	 width: 180px;
	 margin-bottom: 5px;
}

#RightAboutContent{
	width: 290px;
	text-align: center;
	float: right;
	padding: 10px;
	padding-top:70px;
}
.DidYouKnow{
	width: 129px;
	height: 16px;	
	background-image: url('http://jacksonrainbarrels.com/lib/images/DidYouKnow.gif');
    background-repeat: no-repeat;
}

.DidYouKnowContent{
	padding-left: 4px;
	font-size:.7em;
	margin-bottom: 10px;
}
.DidYouKnowContent2{
	padding-left: 4px;
	font-size:.7em;
	margin-bottom: 10px;
	margin-top: 5px;
}

#TestBox{
	background: #000000;
	width:200px;
	height: 250px;
}
.AssociatesWidth{
	padding-top:50px;
	margin-left: 112px;
	color: #705d27;
	font-size: .7em;
	width: 150px;
	text-align: right;
}

#Footer{
	width: 1014px;
	background: #705d27;
	text-align: right;
	padding: 5px;
	font-size: .6em;
	color: #d1b974;
}


