@CHARSET "UTF-8";

body {
	background-color: #d2d7d2;
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}

#outer {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	overflow: visible;
}

#inner {
	background-color: #d2d7d2;
	width: 960px;
	height: 650px;
	margin-left: -480px; /***  width / 2   ***/
	position: absolute;
	left: 50%;
}

#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 25px;
	background: url(../images/galea_menu.gif);
	margin: 0;
	padding: 0;
}

#topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#topmenu li,#topmenu a {
	height: 25px;
	display: block;
}

#menuhome {
	left: 430;
	width: 65px;
}

#menuvideo {
	left: 496px;
	width: 73px;
}

#menubio {
	left: 570px;
	width: 49px;
}

#menutour {
	left: 619px;
	width: 65px;
}

#menumedia {
	left: 687px;
	width: 74px;
}

#menupress {
	left: 763px;
	width: 74px;
}

#menucontact {
	left: 837px;
	width: 100px;
}

#menuhome_on {
	left: 430;
	width: 65px;
	background: transparent url(../images/galea_menu.gif) -430 -25px
		no-repeat;
}

#menuvideo_on {
	left: 496px;
	width: 73px;
	background: transparent url(../images/galea_menu.gif) -496px -25px
		no-repeat;
}

#menubio_on {
	left: 570px;
	width: 49px;
	background: transparent url(../images/galea_menu.gif) -570px -25px
		no-repeat;
}

#menutour_on {
	left: 619px;
	width: 65px;
	background: transparent url(../images/galea_menu.gif) -619px -25px
		no-repeat;
}

#menumedia_on {
	left: 687px;
	width: 74px;
	background: transparent url(../images/galea_menu.gif) -687px -25px
		no-repeat;
}

#menupress_on {
	left: 763px;
	width: 74px;
	background: transparent url(../images/galea_menu.gif) -763px -25px
		no-repeat;
}

#menucontact_on {
	left: 837px;
	width: 100px;
	background: transparent url(../images/galea_menu.gif) -837px -25px
		no-repeat;
}

#menuhome a:hover {
	background: transparent url(../images/galea_menu.gif) -430 -25px
		no-repeat;
}

#menuvideo a:hover {
	background: transparent url(../images/galea_menu.gif) -496px -25px
		no-repeat;
}

#menubio a:hover {
	background: transparent url(../images/galea_menu.gif) -570px -25px
		no-repeat;
}

#menutour a:hover {
	background: transparent url(../images/galea_menu.gif) -619px -25px
		no-repeat;
}

#menumedia a:hover {
	background: transparent url(../images/galea_menu.gif) -687px -25px
		no-repeat;
}

#menupress a:hover {
	background: transparent url(../images/galea_menu.gif) -763px -25px
		no-repeat;
}

#menucontact a:hover {
	background: transparent url(../images/galea_menu.gif) -837px -25px
		no-repeat;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#credits {
	position: absolute;
	top: 645;
	left: 0;
	width: 940;
	height: 20;
	color: #a9b3a9;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#credits a:link {
	color: #a9b3a9;
	text-decoration: none;
}

#credits a:visited {
	color: #a9b3a9;
	text-decoration: none;
}

#credits a:hover {
	color: #a9b3a9;
	text-decoration: underline;
}