/* CSS Document */

body {
	background-color: #000000;
	margin: 0px 0 30px 0;
	min-width: 768px;
	text-align: center;
}



img {
	border: 0px;
}



#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom: 1px solid #8C8C8B;
	border-top: 1px solid #8C8C8B;
	border-left: 1px solid #8C8C8B;
	border-right: 1px solid #8C8C8B;
}



#navblock {
	text-align: right;
	border-bottom: 1px solid #2F2F2E;
	background: #191917;
	padding-top: 45px;
	padding-right: 13px;
	padding-bottom: 11px;
}



#contentblock {
	padding-top: 26px;
	padding-bottom: 26px;
}



#bottomblock {
	text-align: right;
	border-top: 1px solid #212121;
	background: #191917;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 7px;
	margin: 0px;
}



.quote {
 	text-align: left;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F9E9E;
	line-height: 15px;
}

	

a:link {
	color: #B0AEAE;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	color: #B0AEAE;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #B0AEAE;
	text-decoration: none;
	font-weight: bold;
}


a:active {
	color: #B0AEAE;
	text-decoration: none;
	font-weight: bold;
}


