@charset "utf-8";
body {
	background-color: #CDCAA1;
	font-size: 62.5%;
}
a:link, a:visited, a:hover, a:active {
	color: #0A38F4;
	text-decoration: none;
}


#wrapper {
	display: block;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 60em 0;
	margin-top: 0px;
	background-color: #B5DFD3;
	font-size: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#header {
	background-image: url(images/sb_nav_flower.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-position: 10px 0px;
	background-color: #20ACB8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #20ACB8;
	border-right-color: #20ACB8;
	border-bottom-color: #FFF;
	border-left-color: #20ACB8;
}
#header h1 {
	background-image: url(images/logo_01.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 700px;
	text-indent: -5000px;
	background-position: 150px 10px;
}
#header h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}


#content {
	margin: 5px 40px 10px 40px;
	padding-top: 50px;
}
#content p {
	margin-left: 1em;
	margin-bottom: 0.75em;
	color: #333;
}


#content h2 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #333;
	margin-bottom: 12px;
}

p em {
	font-style: italic;
}

a.dmp {
	background: url('http://www.dailymauiphoto.com/i/dmp_logo_02.png') no-repeat;
	display: block;
	text-indent: -5000em;
	outline: none;
	background-color: #fff;
	width: 300px;
	height: 125px;
	padding: 12px 12px 4px 12px;
	border: solid 1px #AAA;
	background-position: 8px 8px;	
}

p.logo {
	float: right;
	margin-left: 4em;
}
