
* { padding: 0; margin: 0; }

body {
 font-family: Courier, "Courier New", monospace;
 color: #e6e6da;
 font-size: 14px;
 background-image: url(images/body_bkgrd.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 762px;
}
#header {
 width: 762px;
 padding: 0px;
 border: 0px solid #ccc;
 height: 178px;
 margin: 0px;
 background-image: url(images/cf_head.gif);
 background-repeat: no-repeat;
}
#navigation {
 font-size: 18px;
 fint-weight: strong;
 width: 462px;
 padding: 13px 0px 12px 300px ;
 border: 0px solid #fff;
 margin: 0px 0px 0px 0px;
 background-image: url(images/cf_nav.gif);
 background-repeat: no-repeat;
}
a {
	outline: none;
}
a:link {
	color: #6b6c64;
	text-decoration: none;
}
a:visited {
	color: #6b6c64;
	text-decoration: none;
}
a:hover {
	color: #d8e8c7;
	text-decoration:underline;
}
a:active {
	color: #d8e8c7;
	outline: none;
	text-decoration:underline;
}

div#content { 
	width: 762px;
	border: 0px solid #ccc;
	background-image: url(images/cf_body.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	border: 0px solid #fff;
	min-height: 285px;
}
#left {
	float:left;
	width: 200px;
	line-height: 140%;
	padding: 0px 25px 0px 30px;
	}
#narrow {
	padding: 0px 30px 0px 260px;
}
#normal {
	padding: 0px 150px 0px 150px;
	}
#center {
	align: center
	text-align: center;
	}
p {
	line-height: 140%;
	padding-bottom: 12px;
}
ul {
	padding-left: 20px;
	}
#gallery {
	width: 680px;	
	height: 500px;
	padding: 0px 0px 20px 30px;
	}
#footer { 
 clear:both;
 width: 762px;
 color: #6b6c64;
 border: 0px solid #ccc;
 background-image: url(images/cf_footer.gif);
 background-repeat: no-repeat;
 margin: 0px 0px 10px 0px;
 padding: 23px 0px 0px 0px;
 text-align: center;
 height: 47px;
}
