@charset "utf-8";

/* CSS document */

#container {
	width: 960px;
	background: #003;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px gray solid;
}

#banner {
	width: 960px;
	padding-bottom: 10px;
	border-bottom: 3px gray solid;
	background-image: url('../images/Antarctica2_edited.jpg');
	}

#contact{
	width:1000px;
	padding: 10px;
}
#main_image {
	background-repeat: no-repeat;
	position: relative;
	height: 32px;
	width: 968px;
	overflow: visible;
}
#left_column {
	width: 320px;
	float: left;
	margin-left: 10px;
}
#center_column {
	width: 340px;
	float: left;
	margin-left: 10px;
}
#right_column {
	width: 320px;
	padding: 20px;
	margin-left: 20px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #003;
	font-size: 11px;
}
p {
	margin-top: 1em;
}#main_text {
	background-color: #003;
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	text-decoration: none;
	left: 233px;
	top: 26px;
}

#bottom {
	width: 960px;
	padding-bottom: 10px;
	border-top: 3px gray solid;
		}

