#container {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
}

#header {
	width: 595px;
	color: #ffffff;
	font-style: italic;
	font-size: 40px;
	padding: .5em 0pt .1em .2em;
	/*background-color: #066D00;*/
	margin-bottom: 10px;
}

#main {
	width: 400px;
	padding-top: 5px;
	padding-left: 22px;
	padding-right: 22px;
	color: white;
}

#backgroundimg {
	width: 595px;
	height: 600px;
	background-image:url(images/knutsenbg.jpg);
}	

a {
	text-decoration:none;
	color:#202C29;
	font-weight:bold;
}
	
a:hover {
	color:#F1D4A0;
	font-weight:bolder;
}

body {
	font-family: serif;
	background-color:#434B3D;
}

.nobullet {
	list-style: none;
}
