body {
	background: #F7E8ED;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page {
	position: relative;
	width: 950px;
	margin: auto;
	text-align: left;
	border: solid 1px #FCCDDA;
	background: #FFFFFF;
}
body>#page {
	width: 952px;
}
/*
  HEADER
*/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 194px;
	background: url(/images/beach-scenes.jpg) 239px 14px no-repeat;
}
#header img {
	margin: 4px 0 0 24px;
}
/*
  LEFT BAR
*/
#leftbar {
	position: absolute;
	top: 194px;
	left: 22px;
	width: 180px;
}
#leftbar p {
	color: #666666;
	font-size: 90%;
	xfont-weight: bold;
}
#menu {
	width: 180px;
	font-size: 100%;
	xfont-weight: bold;
	color: #CCCCCC;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	xmargin: 0 0 2px 0;
}
#menu ul ul li {
	xbackground: #F9E1E8;
}
#menu a {
	display: block;
	text-decoration: none;
	width: 180px;
	padding: 2px 2px 2px 10px;
	border-bottom: solid 2px #FFFFFF;
}
body>#page #menu a {
	width: 168px;
}
#menu a:link {
	color: #666666;
	background: #FCCDDA;
}
#menu a:visited {
	color: #666666;
	background: #FCCDDA;
}
#menu a:hover {
	color: #666666;
	background: #CCCCCC;
}
#menu ul ul a {
	padding: 2px 2px 2px 20px;
}
body>#page #menu ul ul a {
	width: 158px;
}
#menu ul ul a:link {
	color: #999999;
	background: #F9E1E8;
}
#menu ul ul a:visited {
	color: #999999;
	background: #F9E1E8;
}
#menu ul ul a:hover {
	color: #999999;
	background: #DDDCD7;
}
#menu li.current {
	xbackground: url(/images/current.gif) 1 3 no-repeat;
}
/*
  CONTENT 
*/
#content {
	width: 950px;
	color: #666666;
	padding: 194px 222px 20px 222px;
}
body>#page #content {
	width: 506px;
}
#content h1 {
	font-size: 130%;
	color: #F277A6;
	margin: 0;
	padding: 10px 0 10px 0;
}
#content h2 {
	font-size: 120%;
	color: #555555;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #F277A6;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 120%;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 110%;
	color: #F277A6;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #02409C;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #F277A6;
}
#content td {
	font-size: 0.8em;
	color: #666666;
}
#crumb {
	color: #999999;
	margin: 0;
}
#crumb a {
	padding: 0 5px 0 5px;
}
#crumb a:link, #crumb a:visited {
	color: #999999;
	text-decoration: none;
}
#crumb a:hover {
	color: #F277A6;
	text-decoration: none;
}
/*
  RIGHT BAR
*/
#features {
	position: absolute;
	top: 194px;
	right: 20px;
	width: 180px;
	text-align: left;
}
.feature {
	background: url(/images/submenu.jpg) left top repeat-y;
	padding: 1px;
	margin-bottom: 10px;
}
.feature h2 {
	background: #FCCDDA;
	font-size: 90%;
	xfont-weight: normal;
	margin: 0;
	padding: 3px 8px 3px 8px;
}
.feature h2 a {
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #666666;
}
.feature h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.feature p {
	background: #F9E1E8;
	color: #666666;
	font-size: 90%;
	padding: 6px 8px 0 8px;
	margin: 0;
}
.feature p.more {
	text-align: right;
	padding: 0 3px 3px 5px;
}
.feature p.more a {
	padding-right: 10px;
}
.feature p a:link, .feature p a:visited {
	background: url(/images/arrow.gif) 100% 4 no-repeat;
	color: #666666;
	text-decoration: none;
}
.feature p a:hover {
	background: url(/images/arrowH.gif) 100% 4 no-repeat;
	color: #F277A6;
}
/*
  FOOTER
*/
#footer {
	width: 100%;
}
#footer td {
	font-size: 0.6em;
	color: #888888;
	padding: 5px 5px 5px 5px;
}
#footer a {
	padding: 0 5px 0 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #888888;
}
#footer a:hover {
	text-decoration: none;
	color: #F277A6;
}
/*
  FORM
*/
#response {
	padding: 0.5em;
	width: 90%;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
