/*
// Reset - this is a good thing, just need to tweek it
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/

body {
  color:#333;
  text-align:center;
  font-family: arial;
}

#top {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	margin-bottom: 5px;
}

#top_img {
	float: right;
	margin-bottom: 5px;
}

#bottom {
	clear: both;
	text-align: center;
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.bottom_div {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#bad_image, #good_image {
	margin-right: 20px;
	margin-left: 20px;
}

#bad_text, #good_text {
	position: relative;
	top: 50px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 20px;
}

#bad_text {
	color: #2C6BB3;
}

#good_text {
	color: #03A590;
}

.lang_choice {
	width: 994px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.navigation {
	width: 994px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	float: left;
	width: 142px;
	position: relative;
}

.nav li a {
	background: #2C6BB3;
	color: #fff;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
	margin-left: 1px;
}

.nav li a:hover {
	color: yellow;
}

.middle {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 5px;
}

.content {
	width: 992px;
	text-align: left;
	float: left;
}

.in_content {
	padding-left: 15px;
	line-height: 1.4;
	text-align: justify;
	padding-right: 15px;
}

#vision {
	font-weight: bold;
	text-decoration: underline;
}

#office_text {
	float: left;
	font-size: 20px;
}

#office_map {
	width: 485px;
	height: 300px;
	float: right;
	margin-bottom: 15px;
}

.team_pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	border: 1px solid gray;
}

.clear_float {
	clear: both;
}