body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
}

#logo {
	position: absolute;
	top: 45px;
	left: 15px;
	height: 50px;
	width: 200px;
}

#container {
	width: 760px;
	height: 610px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/AbsintheBackground.jpg);
	background-repeat: no-repeat;
}
#topPict {
	position: absolute;
	top: 110px;

}

#handwriting {
	position: absolute;
	top: 143px;
	visibility: hidden;
}

#fairy {
	position: absolute;
	top: 3px;
	left: 600px;
	height: 108px;
	width: 105px;
}

#titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
}

#content {
	position: absolute;
	top: 320px;
	left: 167px;
	height: 240px;
	width: 571px;
	text-align:left;
	overflow: auto;
	padding: 10px;
}


#leftCol {
	position: absolute;
	top: 342px;
	left: 10px;
	width: 150px;
	background-color: #99A174;
}

#nav {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	font-size: 10px;
	position: absolute;
	top: 625px;
	left: 0px;
	width: 100%;
	text-align: center;
}
a:link {
	color: #848a03;
	text-decoration: underline;
}
a:visited {
	color: #848a03;
	text-decoration: underline;
}
a:hover {
	color: #C06905;
	text-decoration: underline;
}
a:active {
	color: #C06905;
	text-decoration: underline;
}
.dots {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
