#preload { display: none; }

html {
	overflow-y: scroll;
}

.news_dates {
	color:#DD6A1A;
	font-size:11px;
	
}


a, a * {
	cursor: pointer;
	color:#F30;
	text-decoration:none;
}

a:hover {
	color:#F8B036;
}

body {
	background-image:url(assets/2010_background.jpg);
	background-repeat:repeat-x;
	background-color:#786a29;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	background-color:#2f2604;
	width:1067px;
	height:auto;
	margin:auto;
	background-image:url(assets/2010_back_main.jpg);
	background-repeat:no-repeat;
}

#header {
	width:1066px;
	height:413px;
	background-image:url(assets/2010_header.jpg);
	margin:0;
}



#nav_bar {
	width:1067px;
	height:39px;
	margin-top:9px;
	text-align:center;
}

#news_title {
	width:1026px;
	margin-top:20px;
	margin-left:15px;
}

#press_box {
	width:670px;
	margin-left:12px;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}

#press_left {
	width:320px;
	margin-top:5px;
	float:left;
}

#press_right {
	width:320px;
	margin-left:345px;
	margin-top:5px;
}




#news_box {
	width:690px;
	margin-left:15px;
	background-color:#d1e0a3;
	margin-top:5px;
	min-height:850px;
}

#news {
	padding-right:20px;
	padding-left:15px;
	padding-bottom:20px;
	padding-top:10px;
}

#banner_box {
	width:342px;
	float:right;
	margin-top:5px;
	margin-right:15px;
}


#footer {
	width:1067px;
	font-size:10px;
	text-align:center;
	color:#CCC;
	margin-top:40px;
}


#slideshow {
    position:relative;
    height:277px;
	width:472px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#home_slideshow {
	float:right;
	width:472px;
	height:277px;
	margin-top:132px;
	margin-right:16px;
}