a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size:36px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 40px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 20px;
}

.description {
	position: relative;
	width: 300px;
	text-transform: none;
	font-variant: normal;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	right: 0px;
	top: 0px;
	margin: 20px;
	float: right;
	height: 162px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 20px;
}
.date {
	position: absolute;
	left: 20px;
	font-size: 12px;
	bottom: 20px;
}
.source {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-variant: normal;
	font-size: 12px;
}
.instructions {
	position: absolute;
	left: 40%;
	right: 60%;
	bottom: 20px;
}
#about {
	width: 300px;
	position: relative;
}
#contact {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 20px;
	position: absolute;
	right: -20px;
	bottom: 0px;
	width: 250px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	right: 20px;
}
#content{
	width: auto;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#information{
	width: 780px;
	margin: 20px;
	font-size: 12px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 20px;
	border-right-color: #000000;
	position: relative;
}
#header{
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	height: 200px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer{
	background-color: #999999;
	position: relative;
	height: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#break{
	border: 20px solid #FFFFFF;
	background-color: #000000;
	height: 20px;
}
