body { background-image: url('../images/body-background-index.gif'); }

.wrapper { background: transparent url('../images/headers/index-002.jpg') no-repeat top right; }

#header { height: 93px; }

#index { height: 260px; }
	#index h1 { margin: 15px 0 0 0; color: #fff0f6; font-size: 18px; }
	
	#index ul { margin: 3px 0 0 10px; }
		#index ul li { margin: 0; font-size: 13px; line-height: 20px; list-style: none; }

		#index a:link, #index a:hover, #index a:visited { color: #f9e6d0; }
		#index a:hover { color: #fff; }

#content { height: 180px; }
	#content .splash { }

		#content .splash h2, #content .splash .holder { position: absolute; left: 10px; line-height: 100%; }
		#content .splash h2 { top: 18px; color: #6a6a6a; font-size: 13px; margin: 0; padding: 0; }
		#content .splash .holder { top: 40px; width: 450px; height: 120px; }

			#content .splash .holder h3 { font-size: 12px; color: #ab0d1e; margin: 0; }
			#content .splash .holder p { font-size: 11px; color: #7a6e5f; margin: 0; }
			#content .splash .holder a:link, #content .splash .holder a:hover, #content .splash .holder a:visited { color: #ab0d1e; }
			#content .splash .holder a:hover { text-decoration: underline; }

		#content .splash .news, #content .splash .box { position: relative; }

		#content .splash .news { }
			#content .splash .news .news_content { margin-bottom: 8px; }
			#content .splash .news h3 a:link, #content .splash .news h3 a:hover, #content .splash .news h3 a:visited { font-size: 11px; color: #83786a; }
			#content .splash .news h3 a:hover { color: #ab0d1e; text-decoration: none; }
				#content .splash .news h3 a i { font-size: 10px; font-weight: normal; color: #bdb8b1; margin-left: 5px; }
			#content .splash .news p { padding-bottom: 5px; line-height: 17px; }

		#content .splash .scroll-pane { width: 455px; height: 130px; overflow: hidden; }

			#content .splash .news .jScrollPaneTrack { background: url('../images/index-news-pane-track.gif') repeat-y; }
			#content .splash .news .jScrollPaneDrag {
				background: url('../images/index-news-pane-drag.gif') repeat-y 0 0;
			}
			#content .splash .news .jScrollPaneDragTop, #content .splash .news .jScrollPaneDragBottom {
				background: url('../images/index-news-pane-drag-edge.gif') no-repeat;
				height: 1px;
			}
			#content .splash .news a.jScrollArrowUp, #content .splash .news a.jScrollArrowDown { height: 3px; background: url('../images/index-news-pane-track-edge.gif') no-repeat top left; }
			#content .splash .news a.jScrollArrowDown { background-position: bottom left; }


		#content .splash .box { background: transparent url('../images/splash-separator.gif') no-repeat top left; height: 180px; }
			#content .splash .box h2 { left: 20px; }
			#content .splash .box .holder { top: 51px; left: 20px; width: 200px; line-height: 17px; }








