@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd3e0a;
	margin: 0px;
	padding: 0px;
	background: #821943 url(images/menu_bg.png) repeat-x;
}

img {
	border: none;
}

#main {
	width: 900px;
	max-width: 900px;
	min-width: 900px;
	text-align: center;
	background-color: #ffad6d;
	background: #821943 url(images/menu_bg.png) repeat-x;
}

#menu {
	white-space: nowrap;
	text-align: left;
	background: #821943 url(images/menu_bg.png) repeat-x;
}

#credits {
	text-align: center;
	color: #ffffff;
}

#content {
	text-align: left;
	color: #000000;
}

#scores {
	text-align: left;
	color: #000000;
}

#upperframe {
	width: 900px;
	height: 342px;
	background: #ffffff url(images/logo_isperm.png) repeat-x;
	color: #ffffff;
}

.text_title {
	color: #000000;
	font-size: 15px;
}

.scores_button {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

.scores_button:hover {
	border-bottom: 1px solid #ffffff;	
}

.content_button {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.content_button:hover {
	border-bottom: 1px solid #000000;	
}

.menu_button {
	color: #ffffff;
	min-height: 70px;
	max-height: 70px;
	height: 70px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: #343434 url(images/menu_01.png) repeat-x;	
}

.menu_button_text {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.menu_button_text:hover {
	color: #000000;
	border-bottom: 1px solid #000000;	
}

.credits_link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

.credits_link:hover {
	border-bottom: 1px solid #ffffff;
}
