/* 
	Template Specific Style
*/

Body {
	font-family: Georgia, "Times New Roman", Times, serif ;
	color: rgb(72,72,72) ;
	background: url(Media/Background_Repeat.jpg) top left repeat-x rgb(174,19,13) ;
}
h1, h2, h3 { 
	color: rgb(0,0,0) ;
}
a {
	color: rgb(0,0,0) ;
}
p {
	margin: 0px ;
}
strong {
	color: rgb(50,50,50) ;
}
#Content {
	background: url(Media/Shadow_Repeat.png) repeat-y ;
}
	#Masthead {
		background-color: rgb(255,255,255) ;
		border-bottom: 1px solid rgb(203,203,203) ;
		color: rgb(80,185,72) ;
		font-family: Arial, Helvetica, sans-serif ;
	}
		/* Right Justified Logo */
		#Logo {
			float: right ;
			margin: 30px 20px 0 0 ;
		}
		#TagLine {
			margin: 15px 0 0 20px ;
			color: rgb(100,100,100) ;
			font-family: Georgia, "Times New Roman", Times, serif ;
		}
			#Tagline Img {

			}
			.Phone {
			}
		/* Left Justified Navigation */
		.Navigation {
			margin: 53px 0 0 -26px ;
		}
			.Navigation li.current_page_item {
				background-color: rgb(0,0,0) ;
			}
				.Navigation li a {
					color: rgb(0,0,0) ;
				}
				.Navigation li.current_page_item a {
					color: rgb(255,255,255) ;
				}
#Footer {
	background: url(Media/Footer.png) no-repeat ;
	padding: 30px 20px 0 20px ;
	color: rgb(255,255,255) ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 10px ;	
}
	#Footer #BusinessInfo {
		float: left ;
	}
		#Footer #BusinessInfo a {
			color: rgb(255,255,255) ;
		}
	#Footer #CreatedBy {
		float: right ;
	}
		#Footer #CreatedBy a {
			color: rgb(255,255,255) ;
		}
