body {

		 background-color: #970f00;

		 background-image: url(Images/column_body.gif);

		 background-repeat: repeat-y;

		 color: #ffffff;

		 font-size: 100%;

		 }

		 

h1 {

	 	 font-size: 200%;

		 font-family: Viner Hand ITC;

		 }

		 

h2 {

	 	 font-size: 150%;

		 }



p {

	 	 	line-height: 115%;

			}

p#address {

			text-align: center;

			font-size: 80%;

			}



img.logo {

			margin-top: 5px;

			margin-bottom: 5px;

			border-style: none;

			}

a:link { 

			color: #2288bc;

			}

a:visited {

			color: #124a60;

			}



img.buttons {

			float: left;

			margin-right: 25px;

			border: 0;

			}

			

/* layout divs (I know, I know. My Bad) */

			

div#column_head {

			position: absolute;

			background-image:url(Images/column_head.gif);

			top: 0px;

			left: 10px;

			width: 74px;

			height: 50px;

			}

			

div#logo {
	margin-right: 10px;
	width: 164px;
	float: right;
	padding-left: 10px;

			}

			

div#lines {

			position: relative;

			background-image:url(Images/Line1.gif);

			margin-top: 5px;

			margin-bottom: 5px;

			height: 91px;

			width: 100%;

			}



div#main_content {

			position: relative;

			margin-top: 10px;

			margin-left: 100px;

			max-width: 1024px;

			width:expression(document.body.clientWidth > 1024? "1024px": "auto" );

			}

			

div#nav_bar {

		position: relative;

		padding-bottom: 50px;

		border: 0px;		

		}	

		

div#designer {

		font-size: 75%;

		width: 100%;

		text-align: right;

		}

		

/* Tables CSS */

		

table#services {

		border-collapse: collapse;

		border-spacing: 0px;

		margin: 5px;

		border-spacing: 0px;

		width: 98%;

		}

td {

	 	padding: 3px 3px 3px 25px;

	 	vertical-align: top;

		}

div#service_table {

		position: relative;

		background-color: #a21707;

		width: 65%;

		}

.tl {

		background-image:url(Images/service_tl.gif);

		background-repeat: no-repeat;

		position: absolute;

		left: 0px;

		top: 0px;

		width: 30px;

		height: 30px;

		}

.tr {

		background-image:url(Images/service_tr.gif);

		background-repeat: no-repeat;

		position: absolute;

		right: 0px;

		top: 0px;

		width: 30px;

		height: 30px;

		}

.br {

		background-image:url(Images/service_br.gif);

		background-repeat: no-repeat;

		position: absolute;

		right: 0px;

		bottom: 0px;

		width: 30px;

		height: 30px;

		}

.bl {

		background-image:url(Images/service_bl.gif);

		background-repeat: no-repeat;

		position: absolute;

		left: 0px;

		bottom: 0px;

		width: 30px;

		height: 30px;

		}

td.disclaimer {

		font-size: 80%;

		font-style: italic;

		padding-left: 10px;

		}

td.service_section {

		font-size: 125%;

		vertical-align: middle;

		font-weight: bold;

		padding-left: 10px;

		}

td.service_group {
		font-size: 160%;
		vertical-align: middle;
		font-weight: bold;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-top: 30px;
		}

tr.processes td {
		border-bottom: 1px #c22e1d dotted;
		}
		
.details {
		padding-left: 40px;
		}

.sidenote {
		font-style: italic;
		}
#gallery_area li {
	float: left;
	list-style-type: none;
	margin: 0 10px 10px 0px;
	width: 50px;
	list-style-position: inside;
}
.spacer {
	clear: both;
}
#main_content #gallery_area ul {
	margin: 0;
}


		
table#hours {
		margin: 5px;
		font-size: 110%;
		}
#gallery_area {
	background-color: #a21707;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	width: 65%;
	text-align: center;

}
#gallery_area p {
}

.large_image {
	height: 432px;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#gallery_nav {
	width: 117px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
#gallery_area p {
	text-align: center;
	clear: both;
	display: block;
}
#gallery_area img {
	border-style: none;

}
