@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}

#wrapper {
	width: 715px;
	height: 572px;
	
	margin-left: auto;
    margin-right: auto;

}

#photo_strip {
	float: right;
	width: 115px;
	
}

#content {
	width: 600px;
	background-image:url(images/back2.gif);
	background-repeat:repeat-x;
}

#content_gallery {
	width: 600px;
	background-image:url(images/back3.gif);
	background-repeat:repeat-x;
}

#photo_gallery {
	width: 552px;
	height: 500px;
	text-align: left;
	padding: 10px 0px 0 24px;
}

#photo_gallery h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #333;
}

#photo_caption {
	height: 57px;
	text-align: left;
	padding: 0 0px 0 24px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

#services {
	height: 200px;
	text-align: left;
	padding: 0 0px 0 24px;
}

.ie #services {
	height: 210px;
	text-align: left;
	padding: 0 0px 0 24px;
}

#services h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #FFF;
}

#services p {
	font-size: 14px;
	line-height: 16px;
}

#leftcol {
	float: left;
	width: 180px;
	line-height: 18px;
}

#rightcol {
	line-height: 18px;
}

.white {
	color:#FFF;
}

#contact {
	height: 162px;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-size: 14px;
	line-height: 19px;
	color: #FFF;
	padding: 20px 0 0 242px;
}

#contact a {
	color: #FFF;
	text-decoration:none;
}

#contact a:hover {
	font-weight: bold;
}

#footer {
	height: 32px;
	background-color:#FFF;
	text-align:left;
	padding: 0 0 0 0;
}
