p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 150%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #511c0a;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #511c0a;
	background-color: #ff8f34;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 150%;
}
#banner {
	position: absolute;
	height: 150px;
	width: 900px;
	left: 10px;
	top: 10px;
	visibility: visible;
}
#sidebar {
	position: absolute;
	width: 200px;
	left: 14px;
	top: 210px;
	visibility: visible;
	height: 199px;
}
#main {
	margin-top: 220px;
	margin-right: 10px;
	margin-left: 210px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #255343;
}
.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	position: absolute;
	left: 10px;
	top: 173px;
	}
	
.navbar li {
	float: left;
	}
	
.navbar a {
	display: block;
	padding: 5px 15px;
	margin-right: 5px;
	background-color: #a6dccd;
	text-decoration: none;
	color: #511c0a;
	width: 5em;
	text-align: center;
	cursor: crosshair;
	}
	
.navbar a:hover {
	display: block;
	border-bottom: 1px solid #000;
	padding: 5px 15px;
	margin-right: 5px;
	background-color: #FF8F34;
	text-decoration: none;
	color: #511c0a;
	width: 5em;
	text-align: center;
	cursor: crosshair;
	border-top: none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}
	
body {
	background-color: #caebe2;
	background-attachment: fixed;
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	background-position: center 75%;
}
#main a:link {
	text-decoration: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 11px;
	cursor: crosshair;
	color: #000000;
}
#main a:visited {
	color: #2c715d;
	text-decoration: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-right: 0px;
	padding-left: 11px;
	cursor: crosshair;
}
#main a:hover {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 11px;
	color: #a6dccd;
	padding-right: 0px;
	text-decoration: none;
	cursor: crosshair;
}
#sidebar a:link {
	text-decoration: none;
	color: #000000;
	cursor: crosshair;
}
#sidebar a:visited {
	color: #2c715d;
	text-decoration: none;
	cursor: crosshair;
}
#sidebar a:hover {
	color: #ff8f34;
	text-decoration: none;
	cursor: crosshair;
}
h3 {
	font-size: 1em;
	font-weight: bolder;
	color: #ac3c15;
}
h4 {
	font-size: 1.2em;
	color: #511c0a;
	background-color: #ffb981;
	font-family: Georgia, "Times New Roman", Times, serif;
}

