@charset "utf-8";
/* McDonough's Market Beaver Island Michigan CSS Document */

html, body { height: 100%; margin: 0; padding: 0; color: #fff;}

#bg {position:fixed; top:0; left:0; width:100%; height:100%;}

#content {

	position:relative;

	z-index:1;

}

.caps {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	line-height: 36px;

	text-transform: uppercase;

	color: #323F4F;

}

.header {

	font-family: "Times New Roman", Times, serif;

	font-size: 20px;

	line-height: 24px;

	text-decoration: none;

	color: #000000;

}

.header a:link {

	font-family: "Times New Roman", Times, serif;

	font-size: 20px;

	line-height: 24px;

	text-decoration: none;

	color: #000000;

}

.header a:visited {

	font-family: "Times New Roman", Times, serif;

	font-size: 20px;

	line-height: 24px;

	text-decoration: none;

	color: #000000;

}

.header a:hover {

	font-family: "Times New Roman", Times, serif;

	font-size: 20px;

	line-height: 24px;

	text-decoration: underline;

	color: #CC3300;

}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDEBF6;
	width: 100%;
	text-transform: none;
	height: 40px;
	position: fixed;
	bottom: 0px;
	background-color: #C7CBCE;
	z-index: 2;
	margin: 0px;

}

.footer a:link {

	color: #000000;

	text-decoration: none;

}

.footer a:visited {

	color: #000000;

	text-decoration: none;

}

.footer a:hover {

	color: #006699;

	text-decoration: underline;

	background-color: #BEC8D8;

}

.emerald {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8E8C48;

}

.bold {

	font-weight: bold;

}

.features {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #678175;

}

.features a:link {

	color: #678175;

	text-decoration: none;

}

.features a:visited {

	color: #678175;

	text-decoration: none;

}

.features a:hover {

	color: #003399;

	text-decoration: underline;

}

.capsheader {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 32px;

	line-height: 60px;

	text-transform: uppercase;

	color: #323F4F;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

}

.whiteline {

	border: 1px solid #FFFFFF;

	height: 150px;

	width: 200px;

}

#fotocontainer {

	width: 220px;

	height: 175px;

	line-height: 1px;

	margin-top: 5%;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	}

.dropshadow {

	margin:0;

	opacity: .3;                         /* for css-3 browsers, between 0 and 1 */

	filter:alpha(opacity=30);     /* IE only, between 0(%) and 100(%). Proprietary IE code, so the w3c css-validator is not happy ;-)  */

	}
