body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	background-image: url(images/bk_main.gif);
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-color:#FFFFFF;
}


#header {
	height: 125px;
}

#topLinks {
	padding-right: 15px;
	padding-bottom: 5px;
}

#topLinks ul li, #topLinks ul, #topLinks ul li a, #footerLinks ul li, #footerLinks ul, #footerLinks ul li a, #galleryLinks ul, #galleryLinks ul li, #galleryLinks ul li a{
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10.5px;
	color: #FFFFFF; 
	padding: 0px;
	
}

#footerLinks ul li a,  #footerLinks p, #footer p, #footer p a{
	color: #1e2226;
	font-size: 9px;
}

#topLinks {
	background-color: #57351e;
	height: 26px;
	border-bottom: solid 4px #FFFFFF;
}

#galleryLinks {
	width: 900px;

}

#galleryLinks ul {
	position: relative;
	top: 3px;
}


#galleryLinks, #galleryLinks ul li a, #galleryLinks ul {
	background-color: #d5ccc7;
	height: 20px;
	text-align:center;
	color: #3d332e;
}

#galleryLinks ul li a {
	font-size: 10px;
	padding-left: 1px;
	padding-right: 1px;

}

#galleryLinks ul li a:HOVER {
	text-decoration: underline;
	color: #993300;
}

#colRight, #colLeft {
	width: 380px;
	padding-left: 6px;
	padding-right: 6px;
	}

.logo {
	padding: 15px;
	float: left;
}

.slogan {
	padding: 15px;
	float:right;
}

.clear {
	clear: both;
}

.fltLeft {
	float: left;
}

.fltRight {
	float: right;
}

h1, h2, h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #606060;
}

h3 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}


p, #GalleryRight ul li {
	font-size: 11.5px;
	color: #4b4745;
	line-height: 1.25em;
}

p a {
	color: #666666;
}

#contentInt {
	padding: 15px;
}

.headshot {
	border: solid 1px #57351e;
	margin: 10px;
	margin-right: 75px;
	float:left;
}

.here {
	color: #ded9b1;
}
.GalleryHere {
	fon-weight: Bold;
}

#GalleryLeft {
	width: 556px;
	padding: 0px;
	float: left;
}

#GalleryRight {
	width: 240px;
	padding: 0px;
	float: right;
	height: 280px;
}




.padd {
	padding: 3px;
}

.chsImg {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.active {
	border: #c7a11b solid 2px;
	padding: 1px;

}

