/* CSS Document */

body {  text-align: center;
        background-color:#FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
      }

#container {
        border-top: groove #663300 thin;
	margin-right:auto;
        margin-left:auto;
	width: 800px;}

#navleft { background-image: url(/images/cliffnuet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 230px;
	text-align: left;
        padding-top: 155px;}

h3{     font-size: 10px;
	color: #666633;
        text-transform: lowercase;
        letter-spacing: 2px;}
	
#linklist {border-top: 2px;
        }

#linkList ul {
	list-style: square;
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color:#bcbb93;
	}	

#linkList ul li {
	}
#linkList ul a {
	color:#a9a867;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-transform:lowercase;
	}
#linkList ul a:hover {
	color:#b2d378;
	border:none;
	}		


#main { background: none;
	
        border-right: groove #663300 thin;
        text-align: left;
	margin-left: 225px;
	padding: 10px;}

#footer {background-image: url(/images/nuetcroc.gif);
        background-position: top right;
        background-repeat: no-repeat;
        border-left: groove #663300 thin;
        border-bottom: groove #663300 thin;
        text-align: center;
        text-transform: lowercase;
        color: #996633;
        clear: both;
        height: 175px;}
#inner_footer {padding-top: 150px;}

a {
	color:#666633;
	font-weight:normal;
	font-size:12px;
        text-decoration: none;
	}
a:hover {
	color:#b2d378;
	border:none;
	}	
