* {
  font-family: Verdana, Arial;
}
#inner_wrapper {
	margin: auto;
	text-align: left;
	width: 900px;
}
#outer_wrapper {
	text-align: center;
	width: 100%;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #0B438A;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0px;
}

#inner_wrapper {
	position: relative;
	margin: auto;
	text-align: left;
	width: 820px;
}

#outer_wrapper {
	text-align: center;
	width: 100%;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

#header {
	position: relative;
	height: 170px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#contact_details {
	position: absolute;
	top: 49px;
	left: 593px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	line-height: 21px;
}
#contact_details a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#header_navigation {
	position: absolute;
	bottom: 0px;
	height: 24px;
	padding-top: 5px;
}

.navigation ul {
	margin: 0px;
	margin-left: 5px;
	list-style: none;
}

.navigation a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:hover {
	color: #cdcdcd;
}

.navigation li {
	margin: 0px;
	float: left;
	padding-right: 6px;
}

.navigation li.divider {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

#languages {
	width: 314px;
	height: 52px;
	position: absolute;
	top: 168px;
	right: 18px;
	background-image: url('/images/flags_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1000;
}

#languages ul {
	margin-left: -10px;
}

#languages li {
	padding-right: 2px;
}

#languages * {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#content {
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	float: left;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	width: 736px;
	min-height: 200px;
	padding-top: 15px;
	padding-left: 66px;
	padding-right: 18px;
}

#content a {
	color: #0B438A;
	text-decoration: underline;
}

#content h1 {
	width: 500px;
	padding-top: 30px;
	color: #E10A15;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 13px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin-bottom: 25px;
	margin-left: 15px;
}

#content li ul {
	list-style: disc;
}

#content li li {
	margin-bottom: 0px;
	margin-left: 15px;
}

#slogan {
	margin-top: 65px;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #333333;
}

#footer {
	width: 820px;
	height: 52px;
	background-color: #000000;
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	font-size: 10px;
	padding-top: 14px;
	margin-bottom: 40px;
}