div#logo {
	float:left;
	width:50%;
	margin:6px;
}
div#language {
	float:left;
	width:48%;
	margin-top:65px;
	text-align:right;
}
div#language a {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #8A8A8A;
	text-decoration: none;
	vertical-align: middle;
}
div#language a:hover {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	vertical-align: middle;
}
.current_language {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #FF9900;
	vertical-align: middle;
}
.language_bar {
	font-family: tahoma, verdana;
	font-size: 8px;
	color: #DDDDDD;
	vertical-align: middle;	
}

h1 {
	font-family: tahoma, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 10px;
}
h2 {
	font-family: tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #53A7CC;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: tahoma, verdana;
	font-size: 14px;
	color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin: 0px 0px 0px 16px;
}

.bg1 {background-image:url(images/bg1.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg2 {background-image:url(images/bg2.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg3 {background-image:url(images/bg3.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg4 {background-image:url(images/bg4.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg5 {background-image:url(images/bg5.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg6 {background-image:url(images/bg6.jpg); background-repeat:no-repeat; background-position:center 120px;}
.bg7 {background-image:url(images/bg7.jpg); background-repeat:no-repeat; background-position:center 120px;}

.submenu {
	padding:5px;
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #000066;
	line-height:16px;
}
.submenu a {
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #000066;
	line-height:16px;
	text-decoration: none;
}
.submenu a:hover {
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #FF9900;
	line-height:16px;
	text-decoration: none;
}
.location_text {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #8A8A8A;
	text-align:right;
	margin-top:-12px;
}
.content {
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	padding:10px 10px 15px 10px;
}

.quick_link {
	width:200px;
	margin-left:10px;
	padding: 0px 4px 10px 4px;
	float: right;
	border-top: 2px #B0CDE9 solid;
	border-bottom: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	border-left: 1px #DDDDDD solid;
}
.quick_link a {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000066;
	line-height:16px;
	text-decoration: none;
}
.quick_link a:hover {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #FF9900;
	line-height:16px;
	text-decoration: none;
}