﻿html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	background-image: url("new/images/background.jpg");
	background-repeat: repeat-x;
	background-color: #191942;
}

#page-table {
	position: relative;
	top: -8px;
}

#menu-row {
	background-image: url("new/images/menu-row.jpg");
	background-repeat: repeat-x;
	height: 32px;
}

.menu-divider {
	width: 2px;
}

.menu-item {
	text-align: center;
	color: #e5c62e;
}

.menu-mover {
	padding-top: 5px;
}

.menu-div {
	height: 32px;
}

#menu-shadow {
	height: 8px;
	background-image: url("new/images/menu-shadow.jpg");
	background-repeat:repeat-x;
}

#content {
	background-color:#ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer {
	background-image: url("new/images/footer.jpg");
	background-repeat:no-repeat;
}

#info-table {
	font-size: 12px;
	color: #c6c6c6;
	
}

#info-table a {
	color: #c6c6c6;
	text-decoration: none;
}

#secondbody {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 14px;
}

a.menu-link {
	color: #e5c62e;
	text-decoration: none;
}
