body {
	background: url(images/bg_pg.jpg);
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
a:link, a:visited {
	color: #930;
	text-decoration: none;
	font-weight: bold;
	}	

a:hover, a:active {
	color: #600;
	text-decoration: underline;
	}
	
.content img {
	margin: auto 10px 10px auto;
	padding: 5px;
	border: 1px #999 solid 1px;
	}

.menu {
	background: #fff1cc;
	}
	
.menu_td {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-variant: small-caps;
	}
	
.menu_td a:link, .menu_td a:visited {
	color: #454545;
	text-decoration: none;
	}
	
.menu_td a:hover, .menu_td a:active {
	text-decoration: underline;
	color: #000;
	}
	
.menu_td img {
	margin-right: 10px;
	}
	
.content {
	background: #ffe499 url(images/bg_dove.gif) no-repeat center;
	padding: 20px;
	}

img.no_border {
	border: none;
	}
	
#gallery.img {
	margin: 0;
	padding: 5px;
	border: 1px #999 solid 1px;
	}
	
.check {
	border: 1px solid black;
	width: 30px;
	height: 30px;
	float: left;
	clear: none;
	background: #ccc;
	}

.edge {
	background: url(images/tile.gif) repeat-y;
	}
	
.footer {
	background: url(images/tile.gif) repeat-x right;
	}

/* NEWS PAGE STYLES */
h3.title {
	margin-top: 30px;
	font-size: 18px;
	}

.date {
	font-weight: bold;
	clear: both;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-top: -20px;
	}
	
.item {
	margin-top: -10px;
	}