#header_section {
	position: relative;
	top: 50px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#topBannerLinks{
	position: relative;
	text-align: left;
	left: 20px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
	text-decoration: none; 
    decoration: none;
}

#topBannerText{
	position: absolute;
	text-align: left;
	top: 50px;
	right: 50px;
	font-size: 2.35em;
	font-weight: bold;
	color: #34cbff;
	line-height: 120%;
	margin-bottom: 10px;
}

#mainContent {
	position: relative;
	top: 70px;
	width: 1000px;
	margin: 0 auto;
}

#blockSeparator {
	float: left;
	width: 30px;
}

#blockLeft {
	float: left;
	width: 200px;
}

#blockRight {
	float: left;
	width: 200px;
}

#blockCategories {
	float: right;
	width: 400px;
}

#blockArticles {
	position: absolute;
	top: 350px;
	left: 30px;
	float: left;
	width: 800px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

BODY {
	margin: 0px;
	padding: 0px;
	color: #000000;
	/*background: #C2DFFF;*/
	/*background: #fffce8;*/
	background: #f5f4f4;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

H2 {
	font-size: 1.00em;
	color: #666666;
	line-height: 100%;
	margin-bottom: 10px;
}

P {
	font-size: 0.75em;
	line-height: 140%;
	color: #777777;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
}

td { }

a.menuitem:link {
	text-decoration:none;
	color: #999999;
}

a.menuitem:visited {
	text-decoration:none;
	color: #999999;
}

a.menuitem:hover {
	text-decoration:none;
	color: #FF0000;
}

a.menuitem:active {
	text-decoration:none;
}

