@charset "utf-8";

body {
	background-color: #FFC86C;
}

#container {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF7C6;
	line-height: 130%;
	background-image: url(../images/flower.gif);
	background-repeat: repeat-y;
	background-position: left 80px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D9D9D;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #9D9D9D;
}
#header
{
	padding: 0em;
	background-color: #FD94D0;
	margin: 0px;
	background-image: url(../images/title.gif);
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
#menubar
{
	padding: 0em;
	background-color: #FF31A5;
	margin: 0px;
	background-image: url(../images/navbar.gif);
	height: 30px;
	background-repeat: no-repeat;
}


#content
{
	margin-left: 180px;
	padding: 1em;
}
#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #524632;
	background-color: #FD94D0;
	border-top: 1px solid gray;
	text-align: center;
	vertical-align: top;
	font-size: 0.89em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.849em;
	color: #554735;
}
#content h2 {
	margin: 0 0 .5em 0;
	color: #554735;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content h2:first-letter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;

}
#content h3 {
	margin: 0 0 .5em 0;
	color: #554735;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;

