<!--

div.gallery_content {
    float: left;
	width: 768px;
	padding: 0px;
	background-image: url("graphics/gallery/gallery_bkg.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

#left {
	float: left;
	width: 212px;
	background-image: url("graphics/gallery/gallery_left_bkg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	color: #FFF;
}

#left2 {
	float: left;
	width: 212px;
	background-image: url("graphics/gallery/gallery_left_bkg2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	color: #FFF;
}

#left h1, #left2 h1 {font-size: 130%; color: #FFF; text-align: center; margin: 8px 0px 4px 0px;}

#left ul, #left2 ul {padding: 0px; margin: 0px; list-style: none; font-size: 80%;}
#left li, #left2 li {float: right; width: 110px; line-height: 20px; font-weight: bold; border-bottom: 1px solid #FFF; text-align: right; padding-right: 12px;}
#left li.on, #left2 li.on {background-image: url("graphics/gallery/arrow.gif"); background-repeat: no-repeat; background-position: right top;}

#left strong, #left2 strong {color: #E3B49D;}

#left a:link, #left2 a:link {text-decoration: none; color: #FFF;}
#left a:visited, #left2 a:visited {text-decoration: none; color: #FFF;}
#left a:hover, #left2 a:hover {text-decoration: underline; color: #E3B49D;}
#left a:active, #left2 a:active {text-decoration: underline; color: #E3B49D;}

#left img, #left2 img {margin: 5px 8px 10px 18px;}

div.left_nav {
    width: 212px;
    height: 340px;
    overflow: hidden;
}

div.left_info {
    width: 204px;
    padding: 0px 0px 0px 8px;
	font-weight: bold;
	font-size: 80%;
}

div.main {
	float: left;
	width: 536px;
	padding: 0px 10px 0px 10px;
	background-image: url("graphics/home_bkg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 80%;
}

div.main2 {
    float: left;
	width: 536px;
}

div.img_container2 {
	float: left;
	width: 178px;
	line-height: 30px;
	font-size: 120%;
	font-weight: bold;
}

h2 {font-size: 140%; margin: 15px 0px 15px 0px;}

img.gal {border: 1px solid #888;}

a:hover img {border: 1px solid #E3B49D;}

-->