#slideshow {
    width: 620px;
    height: 248px;
    color: #FFFFFF;
    overflow: hidden;
}
    #slideshow .left {
        width: 400px;
        height: 248px;
        position: relative;
    }
        #slideshow .left .info {
            width: 384px;
            height: 72px;
            color: #FFFFFF;
            padding: 4px 8px;
            position: absolute;
            top: 168px;
            left: 0px;
            background: url('../../img/slideshow_transparent_bg.png');
        }
            #slideshow .left .info h2 {
                font: 24px "Trebuchet MS", arial, helvetica, sans-serif;
				color: #000000;
            }
				#slideshow .left .info h2 a {
					color: #000000;
				}
				#slideshow .left .info p.desc {
					color: #000000;
				}
    #slideshow .right {
        width: 220px;
        height: 248px;
    }
    #slideshow .item {
        width: 200px;
        height: 47px;
        background: #FFFFFF;
		color: #1D1B17;
        padding: 10px;
        padding-top: 4px;
		border-bottom: 1px solid #BBBBBB;
        overflow: hidden;
        position: relative;
    }
        #slideshow .item a {
            font-size: 14px;
            font-weight: bold;
        }
        #slideshow .item .overlay {
            width: 220px;
            height: 62px;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        #slideshow .item p.title {				
            font: 16px "Trebuchet MS", arial, helvetica, sans-serif;
			line-height: 18px;
        }
        #slideshow .item p.desc {
            font: 11px arial, helvetica, sans-serif;
            line-height: 15px;
        }
#news {
    margin: 15px 0px;
}
    #news li {
        margin-bottom: 5px;
    }
    #news a {
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        margin-right: 5px;
    }
    #news a:hover {
        text-decoration: underline;
    }
	#news p {
		font-size: 11px;
		margin-top: 5px;
	}
#general_recs {
    margin: 15px 0px;
}
    #general_recs .left, #general_recs .right {
        width: 13.4615em;
        *width: 13.1250em;
    }
        #general_recs .left img, #general_recs .right img {
            width: 175px;
            height: 130px;
			margin-bottom: 5px;
        }
    #general_recs .center {
        width: 19.2307em;
        *width: 18.7500em;
		height: 250px;
        margin-left:10px;
    }
    #general_recs .right {
        margin-left: 10px;
    }
#contest {
	margin: 10px 0px;
	padding-bottom: 6px;
	text-align: center;
	background: #e4e5ff;
}
	#contest strong {
		color: #000000;
	}
	#contest div.info {
		width: 611px;
		text-align: left;
		margin: 0px auto;
	}
    #contest div.container {
        width: 616px;
		margin-top: 10px;
    }
    #contest div.carousel li {
        width: 154px;
    }
	#contest div.carousel p {
		color: #FFFFFF;
	}
#leisure {
    width: 620px;
    margin: 15px 0px;
}
    #leisure .left_title {
        margin-bottom: 5px;
		margin-top: 4px;
    }
    #leisure .right_title {
        margin-bottom: 5px;
    }
    #leisure .box {
        width: 295px;
    }
		#leisure .box p {
			line-height: 16px;
		}
#photo_albums {
	width: 620px;
	margin: 15px 0px;
}
    #photo_albums div.container {
        width: 616px;
    }
    #photo_albums div.carousel li {
        width: 154px;
    }
#map {
	width: 620px;
	margin: 15px 0px;
}
#map_canvas {
	width: 620px;
	height: 200px;
}
#destinations {
    width: 620px;
    margin: 15px 0px;
}
    #destinations div.container {
        width: 616px;
    }
    #destinations div.carousel li {
        width: 154px;
    }
