@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/background.gif) repeat-x;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
#content {
	margin: 0 auto;
	top: 0px;
	width: 691px;
	height: 800px;
	}
/*Top*/
#blackLogoArea {
	position:absolute;
	top: 0px;
	width: 689px;
	height: 50px;
	background: #000;
	}
#menu {
	background-color: #990000;
	position: absolute;
	width: 689px;
	height: 36px;
	top: 50px;
	}
#topImage {
	position: absolute;
	background: url(../images/stonehenge.jpg) no-repeat;
	display: block;
	width: 689px;
	height: 334px;
	border-bottom: #000 medium;
	top: 86px;
	}

/*Middle*/
#textArea {
	position: absolute;
	background: url(../images/textArea.png) no-repeat;
	display: block;
	margin-left: 30px;
	top: 281px;
	height: 507px;
	width: 384px;
	}
#mainText {
	position: absolute;
	top: -1px;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 2px;
	height: 475px;
	width: 370px;
	overflow: auto;
	left: -1px;
	}
#decorationBlock {
	position: absolute;
	top: 417px;
	height: 420px;
	width: 689px;
	background: #990000;
	}
#footer {
	position:absolute;
	top: 836px;
	width: 689px;
	height: 50px;
	background: url(../images/footer.png) no-repeat;
	display: block;
	color: #fff;
	}
