@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Century Gothic", Century, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
	background-color: #000000;
}
#container {
	margin-right: auto;
	margin-left: 50;
	margin-bottom: 20px;
	width:900px; margin:0 auto;
}
#masthead {
	height: 140px;
	margin-bottom: 10px;
}

#masthead #flash {
	float: right;
	height: 140px;
	width: 290px;
}
#left {
	float: left;
	width: 150px;
	font-size: 16px;
	line-height: 20px;
	margin-right: 10px;
}
#left ul {
	list-style-type: none;
	margin-top: 25px;
}
#left li {
	margin-bottom: 30px;
	margin-left: 0px;
}
#left a {
	text-decoration: none;
	color: #FFFFFF;
}
#left a:hover {
	color: #F8F977;
}
#content {
	float: left;
	width: 740px;
}
#content #mid-left-images {
	float: left;
	height: 290px;
	width: 140px;
	margin-right: 10px;
}

#content #info-block {
	float: left;
	width: 556px;
	height: 256px;
	background-image: url(/images/block-bg.jpg);
	background-repeat: repeat-x;
	background-color: #1E1E1E;
	padding: 17px;
}


#content #bottom-images {
	background-image: url(/images/bottom-images.jpg);
	height: 300px;
	width: 740px;
	clear: both;
	margin-bottom: 20px;
}
#content #secondary-left-images {
	float: left;
	width: 140px;
	margin-right: 10px;
}

#content #secondary-left-images p{
	font-size: 10px;
	text-align: center;

}


#content #secondary-block {
	float: left;
	width: 556px;
	background-image: url(/images/block-bg.jpg);
	background-repeat: repeat-x;
	background-color: #1E1E1E;
	padding: 17px;
	min-height:256px;
	height:auto !important;
	height:256px;
	margin-bottom: 20px;
}
a {
	color: #F8F977;
	text-decoration: none;
}
a:hover {
	color: #EEEE0B;
}
p {
	color: #CCCCCC;
	margin-bottom: 10px;
}


li {
	color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
}



h1 { font-size: 20px; font-weight: normal; color: #F8F977; line-height: 30px; margin-bottom: 10px; text-transform: uppercase; 
}
h2 {
	color: #19A2E6;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 15px;
}


h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
.horizontal-rule {
	height: 1px;
	width: 556px;
	background-color: #F8F977;
	margin-bottom: 10px;
}
.thumbnail {
	float: right;
	height: 140px;
	width: 140px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#footer {
	height: 50px;
	clear: both;
	color: #666666;
	margin-left: 170px;
	margin-bottom: 20px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #999999;
}
#secondary-block strong { color: #fdf377; font-weight: normal; }
