/* CSS Document */

body {
	background-color: #487B8E;
	font: 7pt georgia,tahoma,verdana;
}

#container {
	background-color: #80ACC4;
	margin: auto;
	padding: 5px;	
	width: 468px;
}

#image {
	width: 444px;
	height: 246px;
	padding-left: 12px;
}
#menu {
	text-align: center;
}

a {
	color: #487B8E;;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}