/* 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;
        text-align: right;}

#navleft { background-image: url(/images/cliffnuetflip.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 250px;
	text-align: right;
        padding-top: 155px;
        float: right;
        }
	
#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 { text-align: left;
          margin-left: 130px;
	}
#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-left: groove #663300 thin;
	text-align: left;
	padding: 10px;
        margin-right: 225px;
        height: 500px;
        }
#footer {background-image: url(/images/nuetcrocflip.gif);
        background-position: top left;
        background-repeat: no-repeat;
        text-align: center;
        text-transform: lowercase;
        color: #996633;
        clear: both;
        border-right: groove #663300 thin;
        border-bottom: groove #663300 thin;
        height: 175px;}
#inner_footer {padding-top: 150px;}