/* CSS Document */
* {
	margin:0;
	padding:0;
	padding-left: 0px;
}
/* mac hide \*/
html,body{
	width:100%;
	height: 100%;
}
/* end hide */
body {
background-color: #ffffff;
text-align:center;
min-height:468px;  /* for good browsers*/
min-width:760px;/* for good browsers*/
font-size: 12px;
font-weight: normal;
/*color: #9699BF;*/
color: white;

font-family: "Verdana";

}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
 height: 468px; 
}
#inner {
	width: 760px;
	background:red;
	 height: 468px; 
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	top: 3px;
}


#content {
margin-left: auto;
margin-right: auto;
width: 760px;
	position:relative;
	left:0px;
	top:5px;
	width:760px;
}

#border-left {
	position:absolute;
	left:0px;
	top:0px;
	width:27px;
	/*height:760px; */
      height: 888px;
	background-image: url(images/general/border_left4.jpg);
}

#header {
	position:absolute;
	left:27px;
	top:0px;
	width:704px;
	height:98px;
}

#border-right {
	position:absolute;
	left:731px;
	top:0px;
	width:27px;
	/* height:760px; */
     height: 888px;
	background-image: url(images/general/border_right4.jpg);
}

#menu-main {
	position:absolute;
	left:27px;
	top:98px;
	width:704px;
	height:23px;
	background-image: url(images/general/menu_main.jpg);
	text-align: right;
	padding-top: 5px;
}
.menu-maintext {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #B1B4DB; 
    
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.menu-maintext a:link{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #B1B4DB;
	text-decoration: none;
	}
	.menu-maintext a:visited{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #B1B4DB;
	text-decoration: none;
	}
	
.menu-maintext a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

#menu-second {
	position:absolute;
	left:27px;
	top:121px;
	width:704px;
	height:17px;
	background-image: url(images/general/menu_second.jpg);
}

.submenus a{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.submenus a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #8D9BAF;
	width: 100%;
	display: block;
	}
#content-text {
	position:absolute;
	left:27px;
	top:138px;
	width:704px;
	 /*height:622px; */
      height: 750px; 
	background-color: #000000; 
	text-align: left;
      
}

#title {
	position:absolute;
	left:1px;
	top:0px;
	width:70%;
	height:100px;
		padding-top: 16px;
	padding-left: 25px;
}

.titles {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.maintextblue {
font-size: 12px;
	font-weight: normal;
	/*color: #9699BF; */
      color: white;
	text-decoration: none;
	font-family: "Verdana";

}

#live {
	position:absolute;
	left:538px;
	width:166px;
	height:100px;
	background-color: #000000;
}

#content-images {
	position:absolute;
	left:0px;
	top:100px;
	width:704px;
	
      height: 202px;
	background-color: #000000;
	text-align: center;
}
.borderimages {
	border-color: #CCCCCC;
	display: block;
}

#content-buttons {
	position:absolute;
	left:0px;
	top:5px;
	width:704px;
	height:80px;
	background-color: #000000;
}
.buttons a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Verdana";
	background-image: url(images/general/content_buttons.jpg);
	background-repeat: no-repeat;
	text-align: center;
	letter-spacing: 2px;
	height: 20px;
	padding-top: 4px;
	background-position: center;
	display: block;
}
.buttons a:hover{
	background-image: url(images/general/content_buttons-over.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

#credit {
	position:absolute;
	left:0px;
	/* top:760px; */
      top: 888px;
	width:733px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 27px;
	color: #999999;
}
#credit a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
		color: #999999;
	text-decoration: none;
}
#credit a:hover{
		color: #FFFFFF;
	text-decoration: none;
}

ul li
{
    font-family: arial, sans-serif;
    font-size: 0.8em;
    color: #9699BF;
    padding-bottom: 5px;
}

table.stat th, table.stat td, table.stat td a  {

   color: #9699BF;
   align: left;

}



