@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;
}
.oneColFixCtr #container {
	width: 959px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img {
	border: 0;
}
.galleriestitle {
	padding: 0;
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: underline;
}
#header {
	width: 776px;
	margin-left: 45px;
	margin-top: 10px;
}
#nav {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	width: 915px;
	line-height: 24px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #CCC;
}
#nav ul li a:hover {
	color: #CCC;
	text-decoration: underline;
}
#special {
	text-align: center;
	margin-bottom: 5px;
}
.welcomebox {
	width: 919px;
	margin-bottom: 15px;
	background: #1F1F1F;
}
.welcomeboxmiddle {
	text-align: center;
}
.welcomeboxmiddle p {
	font-size: 12px;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
.welcomeboxmiddle h1 , .contactboxmiddle h1, .testimonyboxmiddle h1{
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.portraitboxmiddle {
	text-align: left;
}
.portraitboxmiddle p {
	font-size: 12px;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
.portraitboxmiddle h1 {
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.portraitboxmiddle img {
	float: left;
	margin-right: 10px;
	border: 0;
}
#portraitcol1 {
	float: left;
	width: 570px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#portraitcol2 {
	float: right;
	width: 300px;
}

.contactboxmiddle {
	text-align: center;
}
.contactboxmiddle p {
	font-size: 12px;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}

.textalignleft {
	text-align: left;
}
.testimonyboxmiddle p {
	font-size: 12px;
	color: #CCC;
	background-color: #333;
	padding: 10px;
	width: 750px;
	margin-left: 85px;
	font-style: italic;
}


.gallerybox {
	width: 450px;
	margin-bottom: 15px;
}
.gallerybox img {
	margin: 0;
	padding: 0;
}
.galleryboxmiddle p {
	margin: 0;
	font-size: 11px;
	color: #CCC;
	padding: 0 10px 0 141px;
}
.galleryboxmiddle img {
	margin-left: 10px;
	float: left;
}
.galleryboxmiddle {
	background: #1F1F1F;
	height: 155px;
}
.gallerytitle {
	font-size: 13px;
}
.galleryboxmiddle .vertical {
	margin-left: 30px;
}

a:link, a:visited {
	color: #c6e442;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
#column1 {
	width: 450px;
	float: left;
}
#column2 {
	width: 450px;
	float: left;
	margin-left: 19px;
}
#copyright {
	height: 30px;
	padding-top: 11px;
	background-color: #000;
	color:#999;
	text-align: center;
	font-size: 11px;
}
#address {
	clear: both;
	text-align: center;
}
.listtitle {
	color: #c6e442;
	font-weight: bold;
}
.listtitle2 {
	color: #c6e442;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color:#000;
}
#pricetable {
	width: 900px;
	clear: both;
	margin-left: 10px;
	margin-top: 15px;
}
.tablesubhead {
	height: 15px;
	background-color: #000;
	padding-top: 5px;
}
td {
	padding: 5px;
	font-size: 12px;
}
.odd {
	background-color: #393939;
	
}
fieldset {
	width: 872px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
}
.centertext {
	text-align: center;
}
.nospace {
	margin: 0;
	padding: 0;
}
#testimonial {
	text-align: left;
	width: 500px;
	font-style: italic;
	margin: 0 auto;
}
.underline {
	text-decoration: underline;
}
#salvation {
	padding: 0 20px;
	text-align: left;
}
