@charset "utf-8";
/* CSS Document */

#Container {
	width: 750px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -375px;
	border: 1px solid #000000;
}

.contentRow {
	width: 750px !important;
}

#Container #Title {
	height: 220px;
	width: 750px;

	background: url(/images/title.jpg) no-repeat;
	border: 0px;
	border-bottom: 1px solid #000000;
}

#Container #Navigation {
	height: 25px;
	border: 0;
	border-bottom: 1px solid #000000;
}
#Container #Navigation * a { color: inherit; text-decoration: inherit; }
#Container #Navigation ul {
	white-space: nowrap;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#Container #Navigation ul li {
	margin-left: 10px;
	padding-right: 10px;
	paadding: 0px;
	width: 100%;
	line-height: 25px;
	text-align: center;
	display: inline;
	list-style: none;
	border-right: 1px solid #000000;
}

#Container #Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	
}
#Container #Body span {
	display: block;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
}
#Container #Body p {
	margin-left: 10px;
}

#Container #Footer {
	border: 0;
	border-top: 1px solid #000000;

	line-height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: right;
}
#Container #Footer span { padding: 5px; }
