@charset "utf-8";

body {
	background: #060606 url(../images/back.png) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:      both;
  margin:     0;
  display:    block;
  visibility: hidden;
  border:     none;
  height:     0;
	
}

div {
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	height: auto;
}

#header {
	background: url(../images/add_main.png) top no-repeat;
	width: 800px;
	height: 170px;
	position: relative;
}

#header_text {
	font-size: 11px;
	padding: 50px 45px 0px 0px;
	text-align: right;
	font-weight:normal;
	color:#333333;	
}

#header_text a, a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

#main_menu {
	background: url(../images/add_menu.png) no-repeat;
	width: 253px;
	height: 395px;
	float:left;
	margin: 0;
	padding: 0;
}


#menu {
	width: 218px;
	padding: 0px 20px 0px 20px;
}


#main_bottom {
	background: url(../images/add_bottom.png) no-repeat;
	width: 800px;
	height: 25px;
}

#main_text {
	background: url(../images/add_text.png) top no-repeat;
	float: right;
	width: 547px;
	min-height: 200px;
}

#page_logo {
	position: absolute;
	width: 220px;
	left: 271px;
	top: 130px;
}

#text {
	background: url(../images/add_back.png) repeat-y;
	width: 508px;
	margin: 35px 0px 0px 0px;
	padding: 0px 20px;
	min-height: 395px;
	font-size: 12px;
}
 
#text_content {
	width: 470px;
	font-size: 12px;
	font-weight:lighter;
}

#footer {
	border-top: #666666 solid 1px;
	padding: 10px 0px;
	width: 800px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#footer a, footer:link, footer:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#news {
	width: 260px;
	font-size: 12px;
	padding: 0px 10px;
	text-align: left;
}

.date {
	font-size: 8px;
	font-weight:bold;
}

.title {
	color: #000000;
	padding: 0;
}

.content_text {
	font-size: 10px;
	font-style:normal;
	font-weight: normal;
}

.heading {
	font-size: 19px;
}