/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #777777;
	background: url(../img/body-bg.gif) repeat;
}
p {
	line-height: 2em;
}

h1 a{
	background: #FFFFFF url(../img/h1-a-bg.gif) no-repeat center;
}

h2 {
	color: #330000;
	font-weight: normal;
	padding-bottom: 1em;
}

#nav li a { color: #FFFFFF; background-color: #FFFFFF; }
#nav li a#nav-about { background: url(../img/nav-about.gif) no-repeat center; }
#nav li a#nav-menu { background: url(../img/nav-menu.gif) no-repeat center; }
#nav li a#nav-gallery { background: url(../img/nav-gallery.gif) no-repeat center; }
#nav li a#nav-contact { background: url(../img/nav-contact.gif) no-repeat center; }

#nav li a:hover#nav-about { background: url(../img/nav-about-h.gif) no-repeat center; }
#nav li a:hover#nav-menu { background: url(../img/nav-menu-h.gif) no-repeat center; }
#nav li a:hover#nav-gallery { background: url(../img/nav-gallery-h.gif) no-repeat center; }
#nav li a:hover#nav-contact { background: url(../img/nav-contact-h.gif) no-repeat center; }

#content {
	background: #FFFFFF;
}
#copy {
	background: #FFFFFF url(../img/copy-bg.gif) repeat-y center;
}
#footer {
	background: url(../img/footer-bg.gif) no-repeat top center;
}
#phone {
	font-size: 2.5em;
	font-weight: bold;
}
#masthead {
	background: #FFFFFF;
}
div#gallery-images a {
border: 1px solid #AAA;
}
