@charset "utf-8";
/* CSS Document */

#circle01 {
	background-image: url(images/circlegrey.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	width: 15px;
	left: 420px;
	top: 17px;
	z-index: 4;
}#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 148px;
	width: 117px;
	left: 241px;
	top: 250px;
}
#navbar {
	position: absolute;
	height: 45px;
	width: 100%;
	left: 400px;
	top: 165px;
}
#headings {
	position: absolute;
	height: 45px;
	left: 400px;
	top: 250px;
}
#content {
	position: absolute;
	height: 370px;
	width: 300px;
	left: 400px;
	top: 302px;
	vertical-align: top;
}
#footer {
	position: absolute;
	height: 25px;
	width: 100%;
	left: 402px;
	top: 692px;
}
body {
	background-attachment: scroll;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
