/* Standard */
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 10px Verdana;
	color: #A3A9AD;
}

.script-body {
	width: 676px;
	background: #000000;
	background: url('_img/home/_middle-centerside.jpg');
	background-repeat: no-repeat;
}
 table,td,tr {

 }
A {
	color:#A3A9AD;
	TEXT-DECORATION: none;
}

A:hover {
	color:#FFD295;
	TEXT-DECORATION: none;
}

/* Home Page */

.top-maxwidth {
	height: 430px;
	width: 100%;
	background: #000000;
	background: url('_img/home/_top-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.middle-maxwidth {
	height: 100%;
	width: 100%;
	background: #000000;
	background: url('_img/home/_middle-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	overflow: hidden;
}

.bottom-maxwidth {
	height: 145px;
	width: 100%;
	background: #000000;
	background: url('_img/home/_bottom-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.middle-top {
	width: 980px;
	height: 293px;
	margin-left: auto;
	margin-right: auto;
}

.middle-contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.middle-leftside {
	width: 151px;
	height: 215px;
	background: #000000;
	background: url('_img/home/_middle-leftside.jpg');
	background-repeat: no-repeat;
	float: left;
	display: block;
}

.middle-rightside {
	width: 153px;
	height: 215px;
	background: #000000;
	background: url('_img/home/_middle-rightside.jpg');
	background-repeat: no-repeat;
	float: left;
	display: block;	
}

.middle-center {
	width: 676px;
	background: #000000;
	float: left;
	display: block;
}

.middle-menu {
	width: 676px;
	height: 44px;
}

.middle-menu-opts {
	width: 676px;
	height: 32px;
}

.middle-menu-line {
	width: 676px;
	height: 12px;
	background: url('_img/home/middle-menu-line.jpg');
	background-repeat: no-repeat;
}

.middle-message {
	width: 676px;
	background: #000000;
	background: url('_img/home/_middle-centerside.jpg');
	background-repeat: no-repeat;
}

.contents-header {
	width: 676px;
	height: 60px;
	color: #FFD295;
	text-transform: uppercase;
	font: 14px Times New Roman;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.contents-header-spacer {
	width: 676px;
	height: 30px;
}

.contents-message {
	width: 586px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font: 11px Arial;
	line-height: 20px;
}

.bottom-menu {
	width: 980px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 11px Arial;
}

.bottom-menu-spacer {
	width: 980px;
	height: 10px;
}

.bottom-copyrights {
	width: 676px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 11px Arial;
}

.top-logo {
	width: 980px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.middle-top-menuleft {
	width: 617px;
	height: 38px;
	float: left;
}

.middle-top-menuright {
	width: 363px;
	height: 38px;
	float: right;
	background: url('_img/home/_menu-right.jpg');
	background-repeat: no-repeat;
}

.second-middle-menu {
	width: 676px;
	height: 34px;
	background: url('_img/home/second-middle-menu.jpg');
	background-repeat: no-repeat;
}

.second-mmenu-spacer {
	width: 676px;
	height: 8px;
}

.second-mmenu {
	width: 676px;
	height: 26px;
}

/* Redirect page */

.redirect-box {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* Staff page */

.staff-username {
	width: 556px;
	height: 20px;
	margin-left: 30px;
	text-transform: uppercase;
	font: 12px Times New Roman;
	letter-spacing: 2px;	
}

.staff-userdesc {
	width: 536px;
	margin-left: 50px;
	line-height: 20px;
}

.staff-usercontact {
	width: 516px;
	margin-left: 70px;
	margin-top: 10px;
	line-height: 20px;
	font: 10px Arial;
}

/* Colors */

.darkGrey {
	color: #555B5F;
}

.lightOrange {
	color: #D4CC9C;
}

/* Others */

.input {
	width: 294px;
	height: 69px;
	font: 12px Times New Roman;
	color: #D4CC9C;
	letter-spacing: 2px;
	background: url('_img/home/input.jpg');
	background-repeat: no-repeat;	
	border: 0px;
	padding-top: 27px;
	text-align: center;
}

.submit {
	width: 34px;
	height: 16px;
	background: url('_img/home/submit.jpg');
	background-repeat: no-repeat;
	border: 0px;	
}

.input-name {
	font: 12px Times New Roman;
	color: #A3A7AA;
	letter-spacing: 2px;
}

/* Library */

.library-header {
	width: 293px;
	color: #FFD295;
	text-transform: uppercase;
	font: 11px Times New Roman;
	font-weight: bold;
	letter-spacing: 1px;
}

.library-desc {
	width: 273px;
	text-align: justify;
	font: 11px Arial;
	margin-right: 20px;
	margin-top: 10px;
}

.library-left {
	width: 293px;	
	float: left;
}

.library-right {
	width: 293px;	
	float: right;
}

/* Mobs */

#mobs_td td {
	background: #070707;
	width: 125px;
	height: 125px;
}
.mobsview {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.mobsview-left {
	float: left;
	width: 200px;
}

.mobsview-right {
	float: right;
	width: 200px;
}