body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#container {
	width: 980px;
	position: relative;
	margin: 0 auto;
}

div#flash_object {
	width: 980px;
	height: 476px;
	background: #e5e5e5;
}

div#banners {
	width: 980px;
	overflow: auto;
}
	iframe {
		float: left;
		margin: 10px 10px 0 0;
	}

	a.banner {
		display: block;
		width: 490px;
		height: 188px;
		position: relative;
		background-position: 80px 0;
		overflow: hidden;
	}
	
		a.banner span {
			display: block;
			width: 185px;
			position:absolute;
			top: 47px;
			left: 177px;
			font-size: 15px;
			line-height: 1.4em;
			color: #9f958b;
			text-decoration: none;
		}
	
		a#banner1 {
			background: url(../images/banner1.jpg) 0 0;
		}
		
		a#banner1:hover, a#banner1:active, a#banner2:hover, a#banner2:active {
			background-position: 490px 0;
			cursor: pointer;
		}
		
		a#banner2 {
			background: url(../images/banner2.jpg);
			position: relative;
			bottom: 5px;
		}
	
#footer {
	width: 980px;
	min-height: 80px;
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	text-align: right;
}

	#footer a {
		float: left;
		display: block;
	}
	
	div#footer p {
		position: relative;
		top: 10px;
		padding-top: 10px;
		text-align: right;
		font-size: 14px;
		color: #bcb0a4;
	}
	
		div#footer p a {
			float: right;
			margin-left: 5px;
			color: #a6272d;
			text-decoration: none;
			font-weight: bold;
		}
		
		div#footer p a:hover, div#footer p a:active {
			color: #ca5254;
		}