body {
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #F8F0DD;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
}
td.sidebar {
	background-color: #B8A178;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #826941;
	border-left-color: #826941;
	color: #FFFFFF;
	padding-top: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}
td.info {
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8A178;
	vertical-align: top;
}
td.info_top {
	background-color: #FFFFFF;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8A178;
	font-size: 110%;
	color: #803C29;
	padding-top: 20px;
	vertical-align: top;
	font-weight: bold;
}
td.footer {
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	height: 58px;
	font-size: 90% !important;
	font-size: 85%;
	padding-left: 225px;
	padding-top: 20px !important;
	padding-top: 10px;
}
td.footer_sub {
	font-size: 80%;
	padding-top: 10px !important;
	padding-top: 0px;
	padding-left: 275px;
}
a:link, a:active, a:visited {
	color: #66925F;
	text-decoration: underline;
}
a:hover {
	color: #66925F;
	text-decoration: none;
}
.footer_sub a:link, .footer_sub a:active, .footer_sub a:visited {
	color: #D19884;
	text-decoration: none;
}
.footer_sub a:hover {
	color: #D19884;
	text-decoration: underline;
}
#navcontainer ul {
	padding: 0;
	list-style-type: none;
	font-size: 90%!important;
	font-size: 85%;
	background-color: #B8A178;
	width: 184px;
	margin-top: 30;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer li { 
	margin: 0px 0px 0px; 
}

#navcontainer a {
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#navcontainer a:link, #navlist a:visited {
color: #EAEAEC;
text-decoration: none;
}

#navcontainer a:hover {
	background-color: #658262;
	color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover {
	background-color: #D6C6A4;
	color: #36281F;
	padding: 4px 15px;
}

#active .sub a:link, #active .sub a:visited, #active .sub a:hover,  {
	background-color: #D6C6A4;
	color: #36281F;
	padding: 25px 15px;
}
#active #current {
	padding: 4px 25px;
}	
#navcontainer .sub a {
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 25px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #D19884;
	text-decoration: none;
}

.footer a:hover {
	color: #D19884;
	text-decoration: underline;
}
/*  ALLI'S NEW CSS */
#photowrapper {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#photo {
	width: 33%;
	float: left;
	margin: 0px;
	text-align: center;
}
.clearboth {
	clear: both;	
}
.text_small {
	font-size: 85%;
}

h3 {
	color: #826941;
	font-size: 110%;
}
td.padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
.red {
	color: #FF0000;
}
