html,body {
	margin: 0;
	padding: 0;
	background: rgb(244,195,215);
	font-family: "Avenir Roman", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 780px;
	text-align: left;
	display: block;
	border-width: 15px;
	border-color: rgb(243,138,179);
	border-style: none solid solid solid;
}

#header {
	height: 163px;
	overflow: visible;
	background: rgb(243,138,179);
	display: block;
}

#header_image {
	float: right;
	margin-right: 10px;
}

#navmap {
	border: none;
}

#main_contents {
	margin: 0;
	padding: 10px;
	background: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6 {
//	color: rgb(242,8,143);
        color: rgb(243,98,179);
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Avenir Black", "Helvetica Black", "Avenir Roman", "Helvetica", sans-serif;
}

h2 { font-size: 16px; text-decoration: none; }
h3 { font-size: 14px; text-decoration: underline; }
h4 { font-size: 14px; text-decoration: none; padding: 0px}


.feature {
	display: block;
	clear: right;
	float: right;
	border: none;
	width: 248px;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

.hidden {
	display: none;
}
