body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
	margin-top: 35px;
}

#frame {
	width: 780px;
	empty-cells: show;
}

img {
	display: block;
	border: none;
}

a {
	text-decoration: none;
	color: #FCC864;
}

a:hover {
	color: #ffffff;
}

a.navigation {
	border: 1px solid black;
	display: block;
	margin-left: 15px;
	/*background-color: #424242;*/
	color: #FCC864;
	float: left;
	width: 100px;
	text-align: center;
	padding: 5px 0 5px 0;
}

a.navigation:hover {
	border: 1px dotted #FCC864;
}

td.footer a {
	margin-right: 30px;
}

td.left {
	width: 48px;
	background-color: black;
}

td.middle {
	width: 122px;
}

td.right {
	width: 610px;
}

td.contentright {
	width: 122px;
}

td.contentmiddle {
	width: 488px;
	vertical-align: top;
	padding-right: 25px;
}

td.combined_right {
	width: 732px;
}

td.header {
	height: 70px;
}

td.nav {
	height: 35px;
}

td.content {
	height: 400px;
}

td.footer {
	background-color: black;
	color: #FCC864;
	height: 74px;
}

#navi a:link {
	color: #000000;
	background: #C2C2C2;
}

#navi a:visited {
	color: #000000;
	background: #C2C2C2;
}

#navi a:hover {
	text-decoration: none;
	border: none;
	color: #FCC864;
	background-color: #424242;
}

#navi a .showcase {
	display: none;
}

#navi a:hover .showcase {
	position: absolute;
	top: 350px;
	left: 200px;
	display: block;
	width: 400px;
	font-family: sans-serif;
	background: #C0C0C0;
	border: 1px dashed #000000;
	color: #000000;
	padding: 5px;
}

#navi .showcase img {
	border: 0px solid black;
	float: left;
	margin-right: 10px;
}
