body {
	background-image: url("images/background.jpg");
	font-family: Arial, Helvetica, sans-serif;
}
.body {
	background-image: url("images/background.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.general a:link {color: #768F33;}
.general a:visited {color: #849A47;}
.general a:hover {color: #6A802D;}

.footer a:link {text-decoration: none; color: #768F33;}
.footer a:map_link {color: #820211;}
.footer a:visited {
	color: #849A47;
	text-decoration: none;
}
.footer a:hover {
	font-size: 9px;
	color: #6A802D;
	text-decoration: none;
}
.footer .hours_text {
	color: #333333;
	font-size: 9px;
	text-decoration: none;
}
.footer .map_link {
	color: #768F33;
	font-size: 9px;
	text-decoration: none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #810110;
}
.hours_text {
	color: #333333;
	font-size: 9px;
}

div.rounded-box {
    position:relative;
    width: 25em;
    background-color: #849A47;
    margin: 3px;
	
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color: #849A47; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#ffffff;font-size:12px;	text-decoration: none;text-align:center;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}






