@charset "UTF-8";
body {
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	line-height: 25px;
}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #000066;
}
.bodytext_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bodytext_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#header {
	background-image: url(../images/header.jpg);
	position: absolute;
	height: 135px;
	width: 640px;
	left: 0px;
	top: 0px;
}
#artifacts {
	background-image: url(../images/artifacts.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 345px;
	width: 80px;
	left: 0px;
	top: 135px;
}
#navigation {
	position: absolute;
	height: 55px;
	width: 560px;
	left: 80px;
	top: 135px;
	z-index: 1;
}
#content {
	position: absolute;
	width: 510px;
	left: 80px;
	top: 190px;
}
#body_copy {
	position: relative;
	width: 472px;
	left: 0px;
	padding-left: 19px;
	z-index: 2;
}
#details {
	text-align: center;
	width: 472px;
}
#footer {
	width: 510px;
	text-align: center;
}
