/*
Title	: Home
====================================== */
#content-container {
	padding-top: 20px;
	}
	#content-left {
		width: 400px;
		}
	#content-right {
		width: 400px;
		}
		#content-right h2 {
			font-size: 1.8em;
			}
			
	
/* News-gallery
====================================== */
#news-gallery-wrap {
	background: url(/gfx/css/news-gallery.gif) no-repeat left top;
	/*padding: 4px 2px 2px 5px;*/
	height: 258px;
	width: 450px;
	}

#news-gallery {
	background: #eee;
	overflow: hidden;
	position: relative;
	height: 248px;
	width: 439px;
	}

	#news-gallery-img {
		float: left;
		height: 150px;
		width: 200px;
		}

		#news-gallery-img img {
			position: absolute;
			}

	#news-gallery-list {
		height: 150px;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 240px;
		z-index: 3000;
		}

		ul#news-gallery-list li {
			background: none;
			padding: 0 0 0 0px;
			}

		ul#news-gallery-list li img,
		ul#news-gallery-list li span.list-content {
			display: none;
			}
		ul#news-gallery-list li a {
			background: #bba9cc;
			border-bottom: 1px solid #765298;
			color: #333;
			display: block;
			padding: 5px 10px 6px 10px;
			text-decoration: none;
			}
			ul#news-gallery-list li.last a {
				border-bottom: none;
				}
			ul#news-gallery-list li:hover,
			ul#news-gallery-list li.active {
				background: #765298;
				padding-left: 0;
				}
					
			ul#news-gallery-list li:hover a,
			ul#news-gallery-list li.active a {
				color: #fff;
				background: #765298;
				border-bottom: 1px solid #765298;
				}
					
			ul#news-gallery-list li:hover a span.list-date,
			ul#news-gallery-list li.active a span.list-date {
				color: #fff;
				}
		
		ul#news-gallery-list span.list-date {
			color: #333;
			font-size: 0.9em;
			margin-bottom: 0;
			}
	
	#news-gallery-content {
		background: #fff;
		float: left;
		padding: 5px;
		height: 88px;
		width: 430px;
		}
		
		#news-gallery-content a.list-title {
			font-size: 1.6em;
			font-weight: bold;
			line-height: 1.6em;
			}