@charset "UTF-8";
/* ----- basic styling ----- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../assets/content_bkg.jpg);
	}
#clear {
	clear: both;
	}
/* ----- Postion Container Elements ----- */
/* header */
#header {
	position: relative;
	background: url(../assets/header.jpg);
	height: 300px;
	}
#header h1 {
	margin-left: -9000px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1000px;
	list-style: none;
	background: #000000;
	}
#header ul li {
	float: left;
	}
#header ul a {
	padding: 0 .5em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: url(../assets/nav_divider.jpg) no-repeat left top;
	}
#header ul a.first {
	background: none;
}
#header ul a:hover {
	color: #000;
	background: #fff;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #000;
	background: #fff;
	cursor: default;
}
#header #language {
	position: absolute;
	right: 0;
	top: 0;
	}
#header #language a {
	padding: 0 .95em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: #000;
	}
#header #language a:hover {
	color: #000;
	background: #fff;
}
#header #language a.current, #header li a.current:hover, #header li a.current:active {
	color: #000;
	background: #fff;
	cursor: default;
}
/* content */
#content {
	width: 1000px;
	}
#leftBar {
	margin: 20px 12.5px 20px 25px;
	padding: 10px 10px;
	float: left;
	width: 550px;
	background: #e8c084;
	}
#leftBar #mainTitle {
	font-size: 40px;
	font-weight: bold;
	color: #c94d00;
	border-bottom: solid;
	border-bottom-color: #c94d00;
	border-bottom-width: 2px;
	}
#leftBar p {
	padding: 1em;
	font-size: 18px;
	font-weight: bold;
	}
#rightBar {
	float: right;
	}
#rightContent {
	margin: 20px 25px 20px 12.5px;
	background: #e8c084;
	width: 350px;
	}
#rightBar #title {
	padding: 15px;
	background: #c94d00;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	}
#rightBar p {
	padding: 1em;
	font-size: 18px;
	font-weight: bold;
	}
/* footer */
#footer {
	padding: 1em;
	color: #000;
	text-align: center;
	font: 14px "Times New Roman", Times, serif;
	font-weight: bold;
	}
#footer a {
	color: #000;
	text-decoration: none;
	}
#header a:hover {
	color: #000;
}
