@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999966;
}

#title {
	position: absolute;
	left: 25%;
	padding-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: .4em;
}

#container {
	background-image: url(images/border.png);
	background-repeat: repeat-y;
	background-position: 25px;
	background-color: white;
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0px;
	height: 3600px;
}

#menu {
	background-color: #A4C2C2;
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0px;
	padding: 10px 0px;
	text-align: center;
}

#leftBar {
	position: absolute;
	background-color: #A4C2C2;
	width: 25%;
	left: 0px;
	top: 75px;
	height: 300px;
	padding: 5px;
	color: #336666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	background-color: white;
	position: absolute;
	width: 500px;
	top: 73px;
	left: 27%;
	height: 3200px;
}

a:link, a:visited {
	color: #336666;
	text-decoration: none;
	letter-spacing: .2em;
}
	
a:hover, a:active {
	color: #993300;
	text-decoration: underline;

}

h2, h3 {
	color: #336666;
	font-family: "Times New Roman", Times, serif;
}
