/* CSS Document */

body {
	background: #E3ABC7 url(../images/one_bg.gif) repeat scroll;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 20px;
	cursor: crosshair;
	width: 745px;
	padding: 10px;
}
#container {
	background: #F0D2E1;
	text-align: left;
	padding: 10;
	border-top: medium none #E3ABC7;
	border-right: medium none #E3ABC7;
	border-bottom: medium dotted #E3ABC7;
	border-left: medium dotted #E3ABC7;
}
#mainnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: underline overline;
	color: #9E3469;
	background-color:#F0D2E1;
	padding: 3px;
	background-image: 
	border: url(../images/spotsb.jpg);
}
#mainnav a:hover {
	background-image: url(../images/spotsb.jpg);
}

#header ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: circle;
}
#header li{
	display: inline;
}
#header {
	width: 50%;
	position: relative;
	top: 36px;
	left: 150px;

}
#mainBody {
	position: relative;
	overflow: visible;
	top: 43px;
	width: 550px;
	padding: 15px;
	left: 109px;
	text-align: justify;
	height: auto;
	}
#features {
	position: absolute;
	width: 88px;
	top: 64px;
	left: 43px;
	padding: 5px;
	border: 1px solid #000066;
	color: #FFFFFF;
	background: #9E3469;
	height: 150px;
	overflow: auto;
}
h1 {
	margin: 0px;
	padding: 2px 2px 4px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	border-bottom: thin dashed #E3ABC7;
	font-family: "Edwardian Script ITC", Georgia ;
	background-image: url(images/one_bg.gif);
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #E3ABC7;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
	color: #9E3469;
	border-bottom: thin dotted #9E3469;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #9E3469;
	text-align: right;
}
#features h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	border-bottom: 1px dotted #E3ABC7;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #E5B0CA;
}

#features a {
	color: #FF99FF;
	overflow: scroll;
}
#footer {
	font-size: 9px;
	color: #000000;
	position: relative;
	height: 30px;
	background-image: url(images/one_bg.gif);
	width: 730px;
	right: 14px;
	top: 58px;
	left: -9px;
	bottom: 3px;
	margin: 5px;
	text-align: center;
	white-space: pre;
	padding: 5px;
}

a:link {
	color: #FF2222;
}

