body {
	background-color:#101c1d;
	margin:0;
	font:normal 14px Arial, sans-serif;
}
A:link {
color: white;
text-decoration: none;
}

A:visited {
color: white;
text-decoration: none;
}

A:active {
color: white;
text-decoration: none;
}

A:hover {
color: white;
text-decoration: none;
}
div#header {
	width:100%;
	height:145px;
	float:left;
	background-color:#101c1d
}
img#logo {
	width:200px;
	height:145px;
	float:left;
}
img#info {
	width:200px;
	height:145px;
	float:right;
}
div#container {
	float:left;
	width:100%;
}
div#container h1 {
	display:inline;
}
div#main {
	width:auto;
	background-color:#3e6e72;
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-right:solid 200px #101c1d;
	border-left:solid 200px #101c1d;
}
div#column1 {
	position:absolute;
	top:145px;
	left:5px;
	width:200px;
	color:#000;
}
div#column1 a {
	display:block;
	padding:3px;
	margin:3px;
	margin-left:auto;
	margin-right:auto;
	width:135px;
	text-align:center;
	background-color:#3e6e72;
	font:bold small-caps 14px Arial, sans-serif;
	text-color: 000;
	border: 2px solid #000;
	text-decoration: none;
	color: #000000;
}
div#column1 a:hover, div#column1 a:active {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
}
div#footer {
	clear:both;
	background-color:#101c1d;
	color:#FFF;
	text-align:center;
	height:50px;
	font:normal 12px Arial, sans-serif;
	
}
