/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */body{		background-color : rgb(245,236,221);	background-attachment : fixed;	background-position : bottom left;	background-repeat : no-repeat;	font-family: Verdana, Helvetica, Arial, sans-serif;color: #646464;margin-bottom: 15px;scrollbar-arrow-color: #646464;scrollbar-face-color: #CDA77F;scrollbar-3dlight-color: #CDA77F;scrollbar-highlight-color: #646464;scrollbar-shadow-color: #646464;scrollbar-darkshadow-color: #646464;scrollbar-track-color: #E1C19C;}.header {width:700px;height:80px;padding-left:10px;background: #cda77f;background-image : url(header1.jpg);background-repeat: no-repeat;}h1{color: #ffffff;font-family: Impact, Verdana, Arial;height:80px;line-height:80px;margin:0;}h2, h3, h4, h5, h6{	margin:0px;	padding:0px;}/* * This ensures that text in paragraphs doesn't * stretch right across the screen. This only works * in more advanced browsers. */.contentText p{	max-width:45em;}ul.menu{	list-style:none;	margin:0px;}ul.menu li{	display: list-item;white-space: normal;}.menu{	text-align : center;	background-color : rgb(115,103,97);	border : thin solid rgb(0,0,0);color: #FFFFFF;font-size:0.8em}.menu a{	color : rgb(255,255,255);	background-color : inherit;}.menu a:hover{	color : rgb(255,64,64);	background-color : rgb(230,230,250);}.menu strong{	font-size : large;}.other{	text-align : center;	background-color : rgb(215,122,122);	color : rgb(255,255,255);   border : thin solid rgb(128,0,0);font-size:.8em	}.contentText{	color : rgb(100,100,100);	background-color : rgb(225,193,156);	text-align : justify;}.footer{	background-image : url(footer.jpg);width:700px;margin:0 auto;height:50px;}.footer a:link{	color: rgb(100,100,100);	background-color:transparent;}
