html{
	background-color: #0B1A1B;
	background-image: url(./img.background.png);
	background-repeat: repeat-x;
}
body{
	text-align: center;
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #fefefe;
}
#allhead{
	width: 929px;
	margin: 0 auto;
}
#upperbase{
	width: 929px;
	height: 81px;
	background-image: url(./img.upperbase.png);
}
#headerlogo{
	width: 219px;
	height: 81px;
	background-image: url(./img.headerlogo.png);
	float: left;
	margin-left: 83px;
	margin-right: 14px;
}
.menulink{
	height: 81px;
	line-height: 81px;
	float: left;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.menulink:hover{
	background-image: url(./img.upperhover.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
#allhtml{
	width: 760px;
	margin: 0 auto;
	background-image: url(./img.shinebody.png);
	min-height: 200px;
	background-repeat: no-repeat;
}
#allhtml #rightcolumn{
	width: 528px;
	background-color: #0d2125;
	background-image: url(./img.rightbody.png);
	background-repeat: no-repeat;
	float: right;
	text-align: left;
	padding-bottom: 16px;
	}
#allhtml #leftcolumn{
	width: 218px;
	float: left;
	text-align: center;
	}
#drobek a{
	color: #cfdae0;
}
#drobek{
	color: #738d3c;
	font-size: 12px;
}
#drobek a:hover{
	color: #ffffff;
}
#drobek strong{
	color: #ffffff;
	font-weight: bold;
}
h1{
	margin-top: 17px;
	font-size: 18px;
	color: #e6e1d3;
	font-weight: normal;
	/*text-transform: uppercase;*/
	}
h2{
	margin-top: 17px;
	font-size: 14px;
	color: #bab4a2;
	font-weight: bold;
	text-transform: uppercase;
	}
h1 span{
	color: #bab4a2;
}
a img{
	border: 0px;
}
.menu-heading{
	margin-top: 10px;
}
.color1col{
	background-color: #061e2a;
	width: 218px;
}
.color2col{
	background-color: #071a22;
	width: 218px;
	font-size: 12px;
	text-align: left;
}
.color3col{
	background-color: #08181d;
	width: 218px;
	font-size: 12px;
	text-align: left;
}
table tr td, table tr th{
	font-size: 12px;
}
.inputlogin{
	background-color: #07222e;
	border: 1px solid #7d8a8f;
	width: 120px;
	height: 15px;
	margin-left: 7px;
	color: #f5f5f5;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #A7D0DF;
}
.inputlogintextarea{
	background-color: #07222e;
	border: 1px solid #7d8a8f;
	width: 220px;
	height: 95px;
	margin-left: 7px;
	color: #f5f5f5;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #A7D0DF;
}
.logintb{
	margin: 12px;
	margin-bottom: 6px;
}
.logintb td{
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}

a{
	color: #ddd595;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.loginsubmit{
	background-color: #05161e;
	width: 77px;
	height: 32px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	margin-left:20px;
}
.loginsubmit:hover, .loginsubmit:focus{
	background-color: #000A0F;
	cursor: pointer;
}
.createacc{
	font-size: 11px;
}
.smallmargin{
	padding: 10px;
}
.linkstyle2{
	color: #f5f5f5;
	text-decoration: underline;
	padding: 4px;
	margin-top: 4px;
	margin-right: 8px;
	display: block;
}
.linkstyle2:hover{
	color: #ffffff;
}
.serverl{
	margin-bottom: 0px;
}
.serverl:hover, .serverl:focus{
	margin-top: -2px;
	border-top: 2px solid #DDD595;
}
.leftmenulink{
	display: block;
	padding: 7px;
	padding-left: 20px;
	border-top: 1px solid #082737;
	text-decoration: none;
	color: #f5f5f5;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}
.leftmenulink:hover{
	background-color: #06171F;
	text-decoration: none;
}

.tbheading{
	font-family: Verdana;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	color: #2288aa;
}
.uaccess0{
	color: #999999;
	font-weight: normal;
	}
.uaccess2{
	color: #99ff22;
	text-shadow: #222222 1px 2px 2px;
	font-weight: bold;
	text-decoration: underline;
}
.uaccess3{
	color: #dddd22;
	text-shadow: #222222 1px 2px 2px;
	font-weight: bold;
	text-decoration: underline;
}