body {
	background-color: #0074a5;
	background-image: url(/images/background.png);
	background-position: center;
	background-repeat: repeat-y;
	color: black;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: center; /* Internet Explorer hack */
}

div#container {
	background-image: url(/images/menu_line.png);
	background-position: 0 234px ;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

div.header {
	width: 780px;
	/* height: 234px; */
	height: 260px;
}

div.header img.header_image {
	float: right;
}

div#header_image_lab {
	background-image: url(../images/top/lab.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header_image_crowd {
	background-image: url(/images/top/crowd.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header_image_sense {
	background-image: url(/images/top/sense.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header_image_basalt {
	background-image: url(/images/top/basalt.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#menu {
	float: left;
	/*width: 214px;*/
}

div#menu ul {
	margin-left: 30px;
	margin-top: 39px;
}

div#menu ul li {
	list-style-type: none;
	margin-bottom: 22px;
	margin-left: 0;
	line-height: 0;
}

div#content {
	width: 780px;
	min-height: 400px;
}

div#left_content {
	float: left;
	padding: 30px;
	padding-top: 0;
	width: 100px;
}

div#right_content {
	float: right;
	width: 580px;
	/* width: 480px;
	padding-right: 140px; */
	padding-right: 30px;
}

div.text_column p {
	padding-right: 110px;
}

div#right_content_wide {
	float: right;
	width: 590px;
	padding-right: 30px;
}

div#full_content {
	clear: both;
	width: 720px;
	padding-left: 30px;
	padding-right: 30px;
}

div#full_content p {
	padding-right: 110px;
}

div#footer {
	clear: both;
	text-align: right;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 20px;
}

div#quick_links {
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-top: 6px;
}

div#quick_links img {
	margin-bottom: 8px;
}
