/* ===================================================== */
/* =============== LAYOUT ELEMENTS ===================== */
/* ===================================================== */


/* ===================================================== */
/* ===================== MAIN ========================== */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin-bottom: -120px;
	background: #f6f6f6 url('Assets/right_background.gif') no-repeat top right ;
}


/* ===================================================== */
/* ================== NAVIGATION ======================= */

#navigation_top {
	width: 734px;
	height: 84px;
	margin: 0 auto;
	margin-top: 25px;
}

#navigation {
	padding-top: 25px;
	margin-left: 31px;
	width: 672px;
	height: 40px;
}

/* ===================================================== */
/* =================== CONTENT ========================= */

#main {
	width: 83%;
	margin: 0 auto;
	background-color: #f6f6f6;
	float: left;
}

#main_content {
	width: 90%;
	margin: 0 auto;
}

#center_content {
	width: 778px;
	margin: 0 auto;
}

#left_mc {
	float: left;
	width: 240px;
}
	#left_mc ul li {
		line-height: 165%;
	}

#center_mc {
	float: left;
	width: 298px;
}

#right_mc {
	float: left;
	width: 240px;
}

.area_name {
	background: url('Assets/area_name.gif') no-repeat top left;
	width: 230px;
	height: 50px;
}
.area_name h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	position: relative;
	top: 28px;
	left: 10px;
	text-align: center;
	border-bottom: none;
}

/* ===================================================== */
/* ================== LEFT SIDE ======================== */

#language {
	position: absolute;
	left: 0;
	top: 30px;
	background: url('Assets/language_background.gif') no-repeat top left;
	width: 120px;
	height: 150px;
}

#left_side {
	margin-top: 200px;
	width: 120px;
	float: left;
}

/* ===================================================== */
/* =================== FOOTER ========================== */

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background: #ab2e29 url('Assets/footer_background.gif') repeat-x top left;
	text-align: center;
	color: #fff;
}
#footer_content {
	padding-top: 30px;
}
#footer_text {

}
#footer_other {
	margin-top: 15px;
}
#footer_other a {
	margin-right: 15px;
	border-bottom: none;
}

/* ===================================================== */
/* ==================== OTHER ========================== */

.clearfooter {
	height: 120px;
	clear: both;
}

.clear {
	clear: both;
}

/* ===================================================== */
/* ==================== CONTACT ======================== */

.contact_left {
	float: left;
	width: 40%;
}
.contact_right {
	float: left;
	width: 40%;
}
.contact_table td { border: none; }

.contact_error { margin: 5px 0 5px 20px; }

/* ===================================================== */
/* ===================== ADMIN ========================= */

#smallnav ul li { display: inline; }
#admin_menu .mn { display: inline; margin: 5px 5px 10px 10px; padding: 10px; border: 1px solid #ccc; background-color: #fff;}
#page_title { font-size: 150%; font-weight: bold; color: #ab2e29; margin: 10px; }
#space { display: block; height: 30px; width: 1px; }
.adCom { padding: 20px; border: 1px solid #999; background-color: #fff; }
.adCom textarea { font-size: 12px; }
.error { color: #f00; }
.links th, td { padding: 5px; margin: 5px; border: 1px solid #ccc; }
.links tr:hover { background-color: #ddd; }
.links td input { border: 1px solid #999; padding: 2px; }
