@CHARSET "UTF-8";

body {
  background: #000000;
  margin: 0;
  padding: 0;
  font-family: tahoma;
  font-size: 11px;
}

#page {
  width: 1000px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  background: url("images/bg_page.png") no-repeat;
  font-style: normal;
  line-height: 20px;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

#page_bottom {
	width: 1000px;
	height: 53px;
	margin: 0 auto;
	background: url("images/bg_page_bottom2.png") no-repeat;
}

#columnLeft {
	width: 453px;
	float: left;
	color: #F8941E;
	font-size: 13px;
	text-transform: uppercase;
}

#columnRight {
	width: 547px;
	float: right;
	line-height: 15px;
	color: #FFFFFF;
}

#columnRight #content {
	border: 7px solid #FFFFFF;
	margin: 30px 27px 0 0;
	padding: 300px 10px 10px 10px;
	font-size: 11px;
}

a, a:visited {
	color: #F8941E;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

.yellow_text {
	color: #ff9900;
}

img {
	border: 0px;
}