@charset "utf-8";
/* CSS Document for midgaming Servers*/
body {
	background-color:#FFFFFF;
	background-image:url('images/background1.gif');
	background-repeat:repeat-x;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f
	}


#container {
	width: 800px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	min-height:800px;
	}
	
#bgimg {
	background:url('images/background1.jpg');
	margin: 0px auto;
	width:980px;
	height:424px
	}

#header {
	width: 800px;
	positon:relative;
	float:left;
	}
	
#header-logo {
	width: 200px;
	height: 190px;
	background:url('images/layout_0102.gif');
	float:center;
	position:relative
	}

#nav-bar {
	width:800px;
	height:62px;
	float:left;
	position:relative;
	background:url('images/layout_02.gif');
	}
#navigation{
	position:absolute;
	float:left;
	list-style-type:none;
	padding:0;
	margin: 0px 0 0 0px;
	left: 27px;
	top: 7px;
	width: 763px;
	} 
#navigation li{
	font-size:12px;
	font-family:"Verdana";
	font-weight:bold;
	position:relative;
	float:left;
	margin:0px;
	overflow:hidden;
	text-align:center;
	}

#navigation a {
	/*width:85px;*/
	text-decoration:none;
	} 

#navigation li.spacer{
	position:relative;
	float:left;
	width:2px;
	height:16px;
	margin:0 10px;
	overflow:hidden;
	background-color:#446d83;
	}
#navigation a:LINK{
	text-decoration:none;
	color:#446d83;
	}

#navigation a:VISITED{
	color:#446d83;
	}

#navigation a:HOVER{
	color:#8dc9e9;
	overflow:hidden;
	}
	
#main {
	width:800px;
	position:relative;
	float:left;
	background:url('images/layout_03.gif');
	}

#content-right {
	float:left;
	margin:0px 10px 35px 35px;
	width:480px;
	}
#content-left {
	float:left;
	margin: 0 35px 0 0;
	width: 240px;
	}
	
#footer {
	width:800px;
	height:46px;
	position:relative;
	float:left;
	background:url('images/layout_05.jpg');
	text-align:center;
	padding-top:20px;
	color:#006699
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0e6fa1;
	font-size:20px;
	font-weight:bold;
	}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0e6fa1;
	font-size:16px;
	font-weight:bold;
	}
