* {
	font-family: helvetica, arial, sans;
}

body {
	background-color: #5C5C5B;
	background-image: url(/images/background.gif);
	background-position: 0px 0px;
  background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main {
	width: 800px;
	margin: auto;
}

#logo_top {
	background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 0px;
	height: 9px;
	color: #303030;
	font-size: 12px;
  text-align: right;
  height: 40px;
}

#logo_top ul {
  float: right;
  margin-bottom: 10px;
}

#flash_logo {
  float: left;
  position: relative;
  top: 50px;

}

#logo_top ul {
  list-style: none;
  display: inline;
  z-index: 9999999999;
  float: right;
}

#logo_top li {
  display: inline;
  margin-right: 20px;
}

#logo_top li strong {
  font-weight: bold;
  font-size: 14px;
  color: #101010;
}

#logo_top ul li a {
  color: #101010;
  font-size: 14px;
  text-decoration: none;
}

#logo_top ul li a:hover {
  text-decoration: underline;
}


#news ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 0;
}

#news li {
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url(/images/file-dark.gif);
  background-repeat: no-repeat;
  background-position: 0px -1px;
  line-height: 15px;
}

#news a {
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #303030;
}

#news a:hover {

  border-bottom: 2px solid #505050;
}

#news h2 {
  font-size: 14px;
  margin: 4px 0 0 11px;
  color: #909090;
  letter-spacing: 1.5px;
}

.date {
  color: #505050;
  font-size: 11px;
  margin-top: 6px;
}



#logo_bottom {
	background-image: url(/images/logo-bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#top {
	background-image: url(/images/top-bg.png);
	background-color: #B1B1B1;
}

#top_content {
	background-image: url(/images/top-content-background.gif);
	background-repeat: no-repeat;
	height: 186px;
  text-align: right;
  padding-right: 40px;
}

#top_content h1 {
  color: #DF242A;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -0.8px;
  margin-bottom: 0px;
}

#top_content h2 {
  color: #929292;
  font-size: 17px;
  font-weight: normal;
  margin-top: 5px;
}

#top_content div {
  float: right;
  margin-left: 35px;
}


#sub_top_content {
	background-image: url(/images/sub-top-content-background.gif);
	background-repeat: no-repeat;
	height: 25px;
  background-position: 0px -20px;
  line-height: 25px;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  color: #202020;
}

#news_top {
	float: left;
	left: 10px;
	top: 430px;
}

#bottom {
	background-color: #1D1D1D;
	background-repeat: no-repeat;
	background-position: 16px 0px;
}

#news {
	padding-left: 20px;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 220px;
	float: left;
	color: #808080;
	font-size: 12px;
}

#content {
	padding: 10px;
	color: #808080;
  padding-right: 20px;
  margin-left: 20px;
  min-height:500px;
  height:auto !important;
  height:500px;
  font-size: 14px;
  line-height: 19px;
}

#content h1 {
  font-size: 28px;
  font-weight: normal;
  color: #a0a0a0;
  border-bottom: 2px solid #505050;
  padding-bottom: 4px;
}

#content * img {
  border: 1px solid #404040;
  padding: 6px;
  margin: 10px;
}

#content h2 {
  font-size: 20px;
  font-weight: normal;
  color: #a0a0a0;
  border-bottom: 2px solid #505050;
  padding-bottom: 4px;
}

#content a {
  color: #a0a0a0;
}

#content ul {
  margin-left: 0px;
  padding-left: 20px;
}

#content li {
  margin-left: 0px;
  padding-left: 0px;
}

#footer {
	background-color: #1D1D1D;
	padding: 10px;
	border-top: 1px solid #404040;	
}

#footer * {
	color: #525252;
	font-size: 11px;	
}
