body {
	background-color: #003800;
	margin: 0;
	padding: 0;
	/*color: #9E8E72;*/
	color: #E6BE28;
	/*font-family: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;*/
	font-family: Verdana;
	font-size: small;
	overflow: hidden;
}

body, html {height: 100%;}
#outer {height: 100%; overflow: visible; width:100%;} /* or without overflow */
#outer[id] {display: table; position: static; width:100%;}

#middle {position: absolute; top: 50%; width:100%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; width:100%;}

#inner {position: relative; top: -50%; width:100%; background-color: #002050;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

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

a:hover, .selected {
	color: #FFEE44;
	text-decoration: none;
}

img {
	margin:0;
	padding:0;
	border:none;
}

table, tr, td {
	border-color: #E6BE28;
	border-style: none;
	border-width: 1px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.uppest {
	background-repeat:repeat-x;
	background-image:url(pics/gradient.png);
	background-position:top;
}

.menu {
	color: #002050;
	background-color: #E6BE28;
	vertical-align: bottom;
}

.menu span {
	margin: 20px;
	font-family: "Challenge Extra Bold CE", Verdana;
	font-size: 16px;
}

.upper_height {
	height: 30px;
}

.menu_height {
	height: 55px;
}

.main_height {
	height: 310px;

	background-repeat:repeat-x;
	background-image:url(pics/cien.png);
	background-position:bottom;
}

.down_height {
	height: 65px;
} /*460*/

.down, .down_height {
	/*background-color: #6B1F21;*/
	background-color: #003800;

	font-size: small;
	vertical-align: middle;
	text-align: center;
}

.content {
	padding-left: 20px;
	vertical-align: middle;
	overflow: auto;
	height: 310px;
}

.mainmenu li {
	padding: 8px;
}
