/* CSS Document */
#title {
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: xx-large;
	color: #37506D;
	width: 200px;
	text-align: right;
}

#p1 {
	position: absolute;
	width: 200px;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	top: 74px;
	color: #37506D;
	right: 0px;
}
#p2 {
	width: 200px;
	position: absolute;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	top: 200px;
	color: #37506D;
	right: 0px;
}
#p3 {
	position: absolute;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	top: 263px;
	color: #37506D;
	width: 200px;
	right: 0px;
}
#p4 {
	position: absolute;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	top: 338px;
	color: #37506D;
	text-indent: 10px;
	right: 0px;
	width: 200px;
}
#p5 {
	position: absolute;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	top: 400px;
	color: #37506D;
	text-indent: 10px;
	right: 0px;
	width: 200px;
}
#p6 {
	position: absolute;
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	right: 0px;
	top: 475px;
	color: #37506D;
	text-indent: 10px;
	width: 200px;
}
#credits {
	position: absolute;
	top: 554px;
	left: 432px;
	font-size: x-small;
	color: #37506D;
}
#footer {
	position: absolute;
	top: 570px;
	width: 760px;
	margin: 0px;
	height: 50px;
}
hr {
	color: #37506D;
	position: absolute;
	font-weight: bold;
	background-color: #37506D;
	border: 1px solid #37506D;
	line-height: 1px;
	top: 0px;
	left: 0px;
	width: 100%;
}

#address {
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #37506D;
	float: right;
	font-size: x-small;
	position: absolute;
	right: 1px;
	top: 9px;
}

#copywrite {
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #37506D;
	position: absolute;
	left: 0px;
	top: 10px;
}
