/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align: baseline;
}

body {
	background-color: rgb(49,49,49);
	font-size: 12px;
	color: #ccc;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	background: url(images/lumina_Int_BG2.jpg) no-repeat;
}

#header {
	width: 960px;
	height: 233px;
}

.map {
	position: absolute;
	width: 417px;
	height: 233px;
	top: 0;
	right: 0;
}

.logo {
	position: absolute;
	width: 202px;
	height: 75px;
	top: 32px;
	left: 14px;
}

#content {
	width: 960px;
	margin: 0;
	padding: 20px 0;
	float: left;
	position: relative;
	background: url(images/lumina_Int_BG2.jpg) no-repeat 0 -233px;
}

#sidebar {
	width: 170px;
	float: left;
	position: relative;
	text-align: right;
	margin: 10px 0;
	color: #666;
	font-size: 13px;
	padding: 0 30px 79px;
}

#sidebar p {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 12px;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 4px;
}

#sidebar a.selected {
	color: #2141a7;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #2141a7;
	text-decoration: underline;
}

.menu {
	width: 190px;
	margin: 0;
	padding: 75px 0 0;
	top: 195px;
	font-size: 12px;
	text-align: right;
}

#side_headline {
	width: 206px;
	margin: 0;
	padding-right: 23px;
	padding-top: 100px;
	text-align: right;
}

#text_area {
	width: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	margin-left: 60px;
}

#text_area p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 18px;
}

#text_area h1 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}

#flagbox {
	width: 500px;
	position: relative;
	height: 84px;
}

#flagbox p {
	padding: 0;
	margin: 8px 0;
}

#flagbox ul {
	margin: 8px 0;
	padding: 0;
	position: relative;
}

#flagbox li {
	float: left;
	position: relative;
	display: inline;
	list-style-type: none;
	margin-right: 4px;
	text-align: center;
}

#flagbox img {
	padding-bottom: 4px;
}

#flagbox a {
	display: block;
	padding: 6px;
	text-decoration: none;
	color: #ccc;
	font-size: 11px;
	position: relative;
	float: left;
}

#flagbox a:hover {
	color: rgb(108,173,223);
	border-bottom: 3px solid rgb(108,173,223);
}

#team_photo {
	width: 120px;
	float: right;
	position: relative;
	text-align: center;
	font-size: 10px;
}

#team_photo img {
	border: 1px solid #666;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	text-align: right;
	padding: 10px 30px;
	font-size: 10px;
	color: #666;
}

a {
	color: rgb(108,173,223);
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}
