* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 62.5%;
	line-height: 1.6em;
	background: #260A02;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #C7AC81;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
#container {
	width: 960px;
	margin: auto;
	min-height: 100%;
	background: url(../images/container_bg.gif) top right repeat-y;
	position: relative;
	z-index: 2;
}
	#horizontal {
		position: absolute;
		top: 190px;
		left: 0;
		width: 100%;
		height: 362px;
		background: url(../images/horizontal_bg.gif) top left repeat-x;
		z-index: 1;
	}
		#horizontal div {
			width: 960px;
			margin: auto;
		}
			#horizontal div img {
				float: left;
				margin: 40px 0px 0 120px;
			}
	#content {
		width: 308px;
		height: 362px;
		float: right;
		margin-top: 190px;
		background: url(../images/content_bg.gif);
	}
		#content #logo {
			margin: 50px 0 0 15px;
		}
		#content div img {
			margin-right: 10px;
		}
		#content div {
			background: #351C0F;
			padding: 8px 20px;
			color: #C7AC81;
			font-size: 1.3em;
			margin-bottom: 1px;
		}
		#content a:hover {
			text-decoration: underline;
		}
/*--------------------------------------------------------------------------------------------------------------------------*/
#fmedia a {
	display: block;
	margin: 1em auto 0;
	background: url(../images/f_fmedia.gif) no-repeat;
	width: 275px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	cursor: pointer;
}
#fmedia a:hover {
	background-image: url(../images/f_fmedia_up.gif);
}

