/*Rules for website look*/
body {
background-color: #8d9564;
background-image: url(../images/cvt_bg.jpg);
}

/*Rules for the photo gallery area*/

#gallerycontainer {
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	width: 675px;
	}

#galleryblackbar {
	height: 24px;
	background-color: #000;
	width: 675px;
	}

#gallerynav li {
	font-size: 12px; 
	}

#gallerynav {
	margin-top: 20px;
	margin-bottom: 20px;
	}
			
#gallerynav a:link, a:visited, a:active { 
	color: white; 
	font-family: Verdana; 
	text-decoration: none; 
	}

.logoright {
	float: left;
	margin-left: 10px;
	}

#gallerynav a:hover { 
	font-family: Verdana; 
	color: #93846b; 
	text-decoration: none; 
	}

.galleryline {color: white; padding-right: 6px; padding-left: 6px; }

#gallerycaption {
	margin-right: 10px;
	margin-left: 40px;
	margin-top: 55px;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-decoration: none;
	}
