body {
	background: #a35f14;
	color: #444;
	font-size: 1em;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}

#header {
	position: absolute;
	height: 400px;
	width: 670px;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-image: url(images/earth.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#menu, #side1 {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px;
	width: 230px;
	background-image: url(images/earth.jpg);
	background-position: 0px -145px;
	background-repeat: no-repeat;
	background-color: #a35f14;
	color: #eef;
	font-size: 12pt;
}

#menu h2 {
	color: #dac7b3;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #f80;
}

#menu a:link {
	color: #4d2712;
}

#menu a:visited {
	color: #fff;
}

#menu a:hover {
	color: #4d2712;
	background: #ffc;
}

#content {
	position: absolute;
	left: 245px;
	padding: 10px;
	top: 160px;
	background: #fff;
	width: auto;
}

#content h1 {
	font-size: 18pt;
	color: #dac7b3;
	font-variant: small-caps;
	letter-spacing: 4px;
}

#content h2 {
	font-size: 16pt;
	color: #dac7b3;
}

#content h3 {
	font-size: 14pt;
	color: #dac7b3;
}

#content a:link {
	color: #a35f14;
}

#content a:visited {
	color: #8e5c40;
}

#content a:hover {
	color:#fff;
	background: #a35f14;
}

