img, div { 
	behavior: url(/style/iepngfix.htc) 
}


body {
/*	background:#000 url(../images/tile_black.jpg); */
	background:#000;
	font:12pt "Times New Roman", Times, serif;
	color:#ddd;
	text-align:center;
	margin:0;
	padding:0;
}



#container {
	margin:10px auto;
	text-align:left;
	width:900px;
}

#logo {
	background-image:url(../images/bg_header.png);
	background-repeat:repeat-x;
	height:80px;
}

#menu {
	color:#ffe26d;
	position:relative;
	top:-40px;
	left:200px;
	font:14pt "Times New Roman", Times, serif;
	width:600px;
}


#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;
	margin:0 10px;
	padding:0;
}





p {
	line-height:130%;
	margin:15px 0;
}

a, a:visited {
	color:#ffd201;
	text-decoration:underline;
}

a:active, a:hover {
	color:#ffe26d;
	text-decoration:underline;
}

ul.news {
	padding:0;
}

ul.news li {
	list-style-type:none;
	margin:0 0 15px 0;
	line-height:130%;
}

#columns {
	clear: both; 
	width: 100%; 
	//padding-right: 1px; 
	//overflow-x: hidden;
}

#columns .column {
	float:left;
}

.intro {
	font:12pt "Times New Roman", Times, serif;
	line-height:140%;
	margin:30px 0;
	width:90%;
}

.title { 
	margin:0 0 20px 0;
}


.banner {
	border:2px solid #999;
	width:300px;
	margin:0 0 20px 0;
}