 /* =============================================== DOCUMENT */
body {
    color:#666;
	background-color:#877A67;
    margin:0;}

div, th, td, li, dd {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#666;
    margin:0px;}
    
p {
    color:#666;
    margin:0px 30px 0px 40px;}

a:link, a:visited, a:active {
	color:#8186CF;
	text-decoration:none;}

a:hover {
	text-decoration:underline;}
	
h1 {
	color:#d8151d;
	text-align:left;
	font-size:18px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;}

h2 {
	color: #d8151d;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
	margin:15px 30px 0px 40px;}
	
/* ============================================== GALLERY */
#gallery {
	position:relative; 
	width:532px; 
	height:126px; 
	margin:0; 
	padding:0;}
	
#gallery li {
	display: block;}

/* =============================================== MENU */
a.menu:link, a.menu:visited, a.menu:active { 
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:0px;}

a.menu:hover {
	color: #bab4a8;
	text-decoration: none;
	margin:0px;}

/* =============================================== LEFT COLUMN */
.leftC {
	background-image: url(../img/left_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center; }

.leftP { margin:0px; }

/* =============================================== CONTENT */
.staffPic { padding-right:20px; }
 
/* =============================================== FOOTER */
.copyright {
	font-size:10px;
	margin:30px 0px 2px 0px;
	text-align:center;}
	
a.red:link, a.red:visited, a.red:active {
	color:#f00;
	text-decoration:none;}

a.red:hover {
	text-decoration:underline;}	