﻿body {
	font-family:Arial, Helvetica, sans-serif;
	background:#23251a;
	color:2f3223;
}
a, a:visited {
	font-style: normal;
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:maroon;
}
.glossymenu{
list-style-type: none;
margin: 5px 0;
color: white;

padding: 0;
width: 180px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(carp-media/glossybackg.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 6px;
	text-decoration: none;
	-moz-border-radius: 6px;
	margin-top: 2px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 174px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(carp-media/glossyback2g.gif);
color: white;

}
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
#wrap {
	background: #23251a;
	width: 100%;
	background-image: url('carp-media/tile-back.gif');
	background-repeat: repeat-x;
}
#headerwrap {width:984px;
background:#484d37;
border-top:2px #666633 solid;
border-left:2px #666633 solid;
border-right:2px #666633 solid;
border-bottom:2px #666633 solid;
	}
div.headerleft {float:left;
width:500px;
color:white;
padding-left:6px;
padding-top:0px;
font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif
}
div.headerleft a,div.headerleft a:hover,div.headerleft a:visited {
	color: white;
	text-decoration: none;
}
div.headerright {float:right;
width:460px;
	color:white;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12px;
	padding-top:20px;
}
div.horspacer {
	background-image: url(carp-lake-images/horizontal-spacer.gif);
	height: 8px;
	clear: both;
		width:984px;
	display: block;
	overflow: hidden;
}

div.horspacershad {
	background-image: url(carp-lake-images/horizontal-spacer-shad.gif);
	height: 22px;
	width:984px;
	clear: both;
	display: block;
	overflow: hidden;
}

div.headerimage{
	background:#484d37;
	clear:both;
}
#maincontent {
	border-top: 1 #C0C0C0 solid;
		border-left: 1 #C0C0C0 solid;
			border-right: 1 #C0C0C0 solid;
				border-bottom: 1 #C0C0C0 solid;
	background: white;
	-moz-border-radius: 6px;
	padding-right: 2px;
	margin-right: 8px;
	margin-left: 4px;
	padding-left: 2px;
	margin-bottom: 8px;
	margin-top:0px;
}