/* CSS Document */

body {
	background: #1A1E27;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}#text {
	width: 680px;
	margin-top: 20px;
	margin-left: 75px;
}	
#top {
	background: url(images/fronttop07.jpg);
	height: 159px;
	width: 780px;
}

#text p {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #B4B4B4;
	padding: 5px;

}
#cont {
	background: url(images/bg2.jpg) no-repeat;
	height: 665px;
}
#buttons {
	text-align: right;
	margin-right: 63px;
	float: right;
	vertical-align: top;
	margin-top: 300px;
}
#buttons2 {
	text-align: right;
	margin-right: 63px;
	float: right;
	vertical-align: top;
	margin-top: 70px;
}
#bottom  {
	margin-left: 80px;
	text-align: left;
	vertical-align: bottom;
	margin-top: 400px;
}
#bottom h1 {
	font-size: 14px;
}
#bottom p {
	font-size: 12px;
	line-height: 150%;
	padding-top: 18px;
}
#bottom a {
	color: #CED5DB;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px outset #C0CBCF;
}
#bottom a:hover {
	color: #CED5DB;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}	
   
#footer {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}
#footer a {
	color: #CCCCCC;
}
