body {
	margin: 0px;
	background-image: url(../images/background.gif);
	font-family: Arial;
}

table.menu {
	background-image: url(../images/menu2_background.png);
	backround-repeat: no-repeat;
	width: 800px;
	height: 124px;
	border: 0px;
}

div.content {
        margin-top: 9px;
}

#left {
	width: 124px;
}

#left a {
	border: 0px;
}

#left a img#logo {
	width: 120px;
	height: 120px;
	border: 0px;
}

#mid {
	vertical-align: bottom;
	padding-bottom: 2px;
}

td.menuitem {
	width: 124px;
	height: 32px;
	text-align: center;
	vertical-align: center;
	background-image: url(../images/menuitem_background.png);
}

td.menuitem:hover {
	background-image: url(../images/menuitem_background_hover.png);
}

td.menuitem a {
	text-decoration: none;
	color: #FFFF66;
	font-family: Verdana;
	font-size: 12px;
}

td.menuitem_active {
	width: 124px;
	height: 32px;
	text-align: center;
	vertical-align: center;
	background-image: url(../images/menuitem_background_active.png);
}

td.menuitem_active a {
	text-decoration: none;
	color: #FFFF66;
	font-family: Verdana;
	font-size: 12px;
}

table.content {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 400px;
	width: 800px;
	border: 0px;
	background-image: url(../images/content_mid.png);
	background-repeat: y-repeat;
}

td.content_top {
	height: 24px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
}

td.content_bottom {
	height: 24px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
}

td.content_mid {
	padding-left: 128px;
	padding-right: 24px;
	color: #FFFF66;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;

}

h1 {
	font-size: 120%;
}

a { font-weight: bold; text-decoration: underline; color: #ffff66; }
a:hover { color: #ffffff; }

h2 {
	font-family: Verdana;
	font-size: 10px;
}
