* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
html, body {
	background: #959595;
	height: 100%;
}
#container {
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	width: 849px;
	min-height: 99.7%;
	border: 1px solid #000;
}
#container #header {
	width: 100%;
	height: 94px;
}
#container #header #logo {
	float: left;
	width: 163px;
	height: 94px;
	background: url(../images/logo.jpg) transparent;
}
#container #header #topNav {
	float: right;
	margin-right: 135px;
	margin-top: 65px;
	width: 500px;
	height: 15px;
	text-align: right;
	font-size: 11px;
}
#container #header #topNav ul {
	list-style: none;
}
#container #header #topNav ul li {
	display: inline;
}
#container #header #topNav ul li a {
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
}
#container #header #topNav ul li a:hover {
	color: #77bcd9;
}
#container #homePic {
	height: 250px;
	width: 100%;
	background: #698a9a url(../images/home.jpg);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#container #content {
	width: 769px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-top: 20px;
	min-height: 150px;
	height: 100%;
	color: #416d80;
}
#container #content a {
	color: #77bcd9;
	text-decoration: none;
}
#container #content a:hover {
	color: #333;
	text-decoration: none;
}
#container #content p {
	margin-bottom: 5px;
}
#container #content #left {
	float: left;
	width: 217px;
	min-height: 150px;
	text-align: left;
}
#container #content #left a {
	text-align: right;
}
#container #content #left h1 {
	font-size: 18px;
	color: #416d80;
}
#container #content #mid {
	float: left;
	width: 252px;
	margin-left: 15px;
	margin-right: 10px;
	min-height: 150px;
	text-align: left;
	color: #333;
}
#container #content #mid a, #container #content #right a {
	text-transform: uppercase;
}
#container #content #mid .latestnews li {
	list-style: none;
}
#container #content #right {
	float: right;
	width: 247px;
	min-height: 150px;
	text-align: right;
}
#container #content #right .briask-iss {
	text-align: right;
	float: right;
	margin-top: 10px;
}
#container #footer {
	width: 100%;
	height: 100px;
	clear: both;
	float: left;
	background: #FFF;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 1px solid #000;
	border-top: none;
}
#container #footer #delft {
	background: url(../images/delft.jpg) transparent;
	width: 145px;
	height: 40px;
	margin: 10px;
	margin-left: 40px;
}
#container #footer #disclaimer {
	width: 100%;
	height: 40px;
	border-top: 1px solid #000;
	text-align: right;
	color: #333333;
}
#container #footer #disclaimer a {
	color: #333;
	margin: 10px;
	line-height: 25px;
	text-decoration: none;
}
