@charset "UTF-8";
body {
	background-color: #75665e;
	align: center;
}
.corners_choc_topleft {
	background-image: url(images/corners_choc.gif);
	background-repeat: no-repeat;
}
.corners_choc_topright {
	background-image: url(images/corners_choc.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
}
.corners_choc_lowleft {
	background-image: url(images/corners_choc.gif);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}
.corners_choc_lowright {
	background-image: url(images/corners_choc.gif);
	background-repeat: no-repeat;
	background-position: -14px -14px;
}
.corners_white_topleft {
	background-image: url(images/corners_white.gif);
	background-repeat: no-repeat;
}
.corners_white_topright {
	background-image: url(images/corners_white.gif);
	background-repeat: no-repeat;
	background-position: -8px 0px;
}
.corners_white_lowleft {
	background-image: url(images/corners_white.gif);
	background-repeat: no-repeat;
	background-position: 0px -8px;
}
.corners_white_lowright {
	background-image: url(images/corners_white.gif);
	background-repeat: no-repeat;
	background-position: -8px -8px;
}
.corners_dot_topleft {
	background-image: url(images/dotcorners.gif);
	background-repeat: no-repeat;
}
.corners_dot_topright {
	background-image: url(images/dotcorners.gif);
	background-repeat: no-repeat;
	background-position: -11px 0px;
}
.corners_dot_lowleft {
	background-image: url(images/dotcorners.gif);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
.corners_dot_lowright {
	background-image: url(images/dotcorners.gif);
	background-repeat: no-repeat;
	background-position: -10px -11px;
}
.dots_table_top {
	background-image: url(images/dot_table.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
}
.dots_table_low {
	background-image: url(images/dot_table.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.text_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	text-transform: none;
	color: #333;
	margin-right: 12px;
	margin-left: 10px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #514338;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
.vert_line_bg {
	background-image: url(images/line_dots_gray_vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.horiz_line_bg {
	background-image: url(images/line_dots_gray_horiz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.text_primary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	list-style-type: disc;
}
.text_primary a:link{
	color: #7D9B21;
}
.text_primary a:hover{
	color: #7D9B21;
}
.text_primary a:active{
	color: #7D9B21;
}
.text_primary a:visited{
	color: #7D9B21;
}
.hdr_bold {
	color: #7D9B21;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	list-style-type: disc;
}
.contact a:link{
	color: #7D9B21;
}
.contact a:hover{
	color: #7D9B21;
}
.contact a:active{
	color: #7D9B21;
}
.contact a:visited{
	color: #7D9B21;
}
.photocredits {
	color: #666;
}
.photocredits2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #999;
}
