/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #C6D687;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#DB0045;
}
a:visited{
	 color:#DB0045;
}
a:active {
	color:#DB0045;
}
a:hover {
	color:#A7BF46;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	border: solid 1px #BACD6D;
	}
#masthead{
	height: 100px;
	width: 900px;
	background-color: #D9E3AE;
}
#leftcolumn{
	float:left;
	width: 186px;
	background-image: url(images/girl09-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9E3AE;
}
#leftbase{
	float:left;
	background-color: #D9E3AE;
	width: 186px;
	height: 30px;
}
#rightcontent {
	float:right;
	width: 674px;
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url(images/contenttop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightcontent p {
	margin: 20px 0;
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	background-color:#E2EAC6;
	border-top: 1px solid #BACD6D;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#DB0045;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #FFF;
	line-height: 1.2em;
}
h1 {
	color: #DB0045;
	font-size: 14px; 
	border-bottom: 1px dashed #A7BF46;
}
h2 {
	font-size: 12px;
	color: #DB0045;
}
hr {
	color: #DB0045;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #A7BF46;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 185px;
	text-align: left;
	margin-top: 200px;
}
.menu {
	vertical-align: top;
	width: 185px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1D27D;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #E7C39C;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFF;
	display: block;
	background-color: #DB0045;
	text-decoration: none;
	border-bottom: 1px solid #DEE79C;
}
.menu a:hover {
	background-color: #A7BF46;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #DEE79C;
}
.menu_current {
	font-weight: bold;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.search_box {

	width: 180px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #A7BF46;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
