/***
*
* HTML Elements
*
*/

* {
	margin:0;
	padding:0;
}
html, body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:center;
	background:#726559 url('images/background-header.jpg') top center no-repeat;
}
a {
	text-decoration:none;
}
a img {
	border:0;
}

/***
*
* IDs, IDs Elements, IDs Classes
*
*/

#background-navigation-extended {
	position:absolute;
	z-index:0;
	top:120px;
	left:50%;
	width:50%;
	height:37px;
	background:#fff;
}
#main {
	padding:5px 0;
	background:#fff;
}
	#content {
		width:525px;
		margin:20px 0;
		line-height:18px;
		/* text-align:justify; */
	}
		#content img.title {
			margin-bottom:10px;
		}
#footer {
	height:22px;
	color:#fff;
	line-height:22px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	background:#f57d31;
}
	#footer a {
		color:#fff;
		text-decoration:underline;
	}
	#footer .container {
		text-align:right;
	}
#subfooter {
	margin:40px auto;
	color:#fff;
	font-size:9px;
	text-align:right;
	text-transform:uppercase;
}

/***
*
* Navigation
*
*/

#navigation {
	position:relative;
	z-index:100;
	height:37px;
	margin-top:120px;
	list-style:none;
	line-height:37px;
	text-transform:uppercase;
	background:#fff;
}
	#navigation a {
		display:block;
		color:#b64c09;
	}
	#navigation li {
		float:left;
		padding:0 12px 0 16px;
		background:url('images/background-navigation-item.png') no-repeat;
	}
	#navigation li.item-first {
		padding:0 12px 0 30px;
		background:url('images/background-navigation-item-first.png') no-repeat;
	}
	#navigation li.item-last {
		padding-right:0px;
	}
	
/***
*
* Sub-Navigation
*
*/

#subnavigation {
	width:249px;
	margin:20px 0;
	padding-right:20px;
	list-style:none;
	line-height:22px;
	text-transform:uppercase;
}
	#subnavigation a {
		display:block;
		padding-left:25px;
		color:#b64c09;
	}
	#subnavigation li {
		width:249px;
		height:22px;
		margin-bottom:10px;
		background:url('images/background-subnavigation-item.png') no-repeat;
	}
	#subnavigation li:hover, #subnavigation li.hover, #subnavigation li.selected {
		font-weight:bold;
		background:url('images/background-subnavigation-item-selected.png') no-repeat;
	}

/***
*
* Classes
*
*/

.clear {
	clear:both;
	height:0.01%;
}
.container {
	width:795px;
	margin:0 auto;
	text-align:left;
}
.left {
	float:left;
}
.right {
	float:right;
}
.underline {
	text-decoration:underline;
}