@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #0e2750;
	background-image: url(assets/BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	height: 752px;
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.front {background-image: url(assets/front.jpg);}
#frame {
	background-image: url(assets/frame.png);
	height: 991px;
	width: 952px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	float: left;
	height: 830px;
	width: 810px;
	margin-top: 80px;
	margin-left: 70px;
}

#nav {
	background-image: url(assets/nav.png);
	float: left;
	height: 45px;
	width: 491px;
	border: 1px solid #bbc2cb;
	margin-left: 10px;
}
#left {
	float: left;
	width: 530px;
	margin-left: 50px;
	margin-top: 80px;
}
#nav a {
	float: left;
	border-style: none;
	margin: 6px 10px 5px 20px;
}

#nav img {border-style: none;}

#info {
	font-size: 74%;
	color: #666666;
	text-align: left;
	float: left;
	width: 100%;
	height: 500px;
	overflow: auto;
}
h1 {
	color: #FF0000;
	float: left;
	margin-top: 60px;
	margin-left: 60px;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}
#strap {
	font-size: 70%;
	color: #FF0000;
	width: 90%;
	margin-left: 5%;
	border-top: 1px solid #ccc;
	float: left;
}
#strap a {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
.cr {
	font-size: 10px;
	color: #999999;
}


.holder {
	float: left;
	width: 200px;
	margin-left: 30px;
}

.scroll-pane {
	height: 650px;
	overflow: auto;
	float: left;
	width: 150px;
}
#disc {
	font-size: 70%;
	color: #FCE9C6;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#disc a {
	color: #0099FF;
	text-decoration: none;
	border:none;
}
#disc img {border:none;}
.enter {
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	border: 1px solid #0099FF;
	padding: 5px 20px;
	font-size: 130%;
	float: left;
	width: 100%;
}
#linkholder {
	display: none;
}
.ajaxtooltip{
	position: absolute;
	display: none;
	width: 150px;
	left: 0;
	top: 0;
	background: #fff;
	font-size:80%;
	color:#666;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
}
.ajaxtooltip li{ margin-bottom: 10px; 
}
