body {
	background-image: url(Images-CSS/back.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCC;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #5085B0;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8DA7B3;
	vertical-align: top;
	line-height: 1em;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
a {
	font-size: 12px;
	color: #5085B0;
}
a:hover {
	color: #CCC;
}
#Header {
	text-align: center;
	vertical-align: top;
	clear: both;
	height: auto;
	width: 100%;
}
#Container {
	clear: both;
	height: 400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}
#BoxLt {
	height: 120px;
	width: 400px;
	text-align: left;
	vertical-align: top;
	margin-left: 48px;
	margin-top: 30px;
	clear: left;
	float: left;
	margin-bottom: 0px;
	margin-right: auto;
	color: #8DA7BC;
	background-color: #171E23;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #5085B0;
}
#BoxLt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8DA7B3;
	line-height: 1.10em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#BoxCt {
	clear: none;
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
	background-color: #171E23;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	color: #5085B0;
	border: 1px dashed #5085B0;
}
#BoxRt {
	clear: right;
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	color: #8DA7B3;
	background-color: #171E23;
	border: 1px dashed #5085B0;
}
#Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
	color: #8DA7B3;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	height: auto;
	width: 800px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 550px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BoxSmallCaps {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #5085B0;
	text-align: center;
	vertical-align: top;
}
