/* CSS Document */

body {
	scrollbar-face-color: #F1EFDC;
	scrollbar-shadow-color: #000077;
	scrollbar-base-color: #F1EFDC;
	scrollbar-highlight-color: #000077;
	scrollbar-3dlight-color: #F1EFDC;
	scrollbar-darkshadow-color: #000077;
	scrollbar-track-color: #F1EFDC;
	scrollbar-arrow-color: #000077;
	font-family: "Century Gothic";
	background-color: #000000;
	background-image: url(images/strawberrybackground.jpg);
	border-bottom-color: #2F1204;
	border-color: #1A0000;
	border-left-color: #331D12;
	border-right-color: #310E15;
}

#contentBackground {
	position:absolute;
	overflow:auto;
	left:183px;
	top:20px;
	width:750px;
	height:648px;
	z-index:2;
	color: #020204;
}
#contentText {
	position:absolute;
	overflow:auto;
	left:220px;
	top:77px;
	width:750px;
	height:769px;
	z-index:3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F68299;	
}
#menu {
	position:absolute;
	overflow:auto;
	left:40px;
	top:58px;
	width:150px;
	height:648px;
	z-index:0;
	color: #020204;
}

#copyrightlayer {
	position:absolute;
	left:100px;
	width:750px;
	height:15px;
	top:846px;
	z-index:4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513E44;
}
a:link {
	font-family: "Century Gothic";
	color: #FEF2DC;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	font-family: "Century Gothic";
	color: #BDABAB;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF1DB;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.style2 {
	color: #9F9A72;
	font-family: "Century Gothic";
	font-size: 13px;
}
.style11 {
	color: #FFF0D9;
	font-family: "Century Gothic";
	font-size: 10px;
}
input, select, textarea {
	background-color:transparent;
	border:ridge;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
} 

