body
{
	margin-top:1px;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	background-color:#381b15;
}


.imgborder
{
	border:1px solid #c7c7c7;
	margin:2px 15px 2px 0px;
	padding:3px;
}

.footer
{
	font-size:10px;
}

a.footernavigation
{
	font-size:10px;
	color:#F0E3DB;
	text-decoration:none;
}

a.footernavigation:hover
{
	font-size:10px;
	color:#F0E3DB;
	text-decoration:underline;
}

a.footermaximonline
{
	font-size:10px;
	color:#F0E3DB;
	text-decoration:none;
}

a.footermaximonline:hover
{
	font-size:10px;
	color:#FA9200;
	text-decoration:none;
}

a
{
	color:#2E140F;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#2E140F;
	text-decoration:underline;
	font-weight:bold;
}

#cright{
background:#000000 url(../images/header_fill.gif) bottom repeat-x;
display:inline;
}
#pics {
width:550px;
height:228px;
margin:0;
overflow:hidden;
padding:0;
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:36px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
