	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family: Helvetica, Arial, sans-serif;
		color:#87999A;
		font-size:90%;
		background:#FFF url(../images/body_gradient.png) top left repeat-x;
		
	}
	
	a {
		color:#87999A;
		text-decoration:none;
	}
	a:hover {
		color:#980200;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		border:0px;
	}

#container {
	top: 0px;
	right: 0px;
	position: absolute;
	background: transparent url(../images/HA2.png) top left repeat-x;
	height:300px;
	margin-right: 652px;
	width:100%;
	  }
            
#container3 {
	right: 0px;
	top: 0px;
	position: absolute;
	background: transparent url(../images/HA3.png) top right no-repeat;
	height:300px;
	width: 652px;
	}
	
#landing_logo {
	width: 460px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -200px;
  	background: transparent url('../images/emChess_title.png') 0 0 no-repeat;
	}
	
#landing_menu {
	width: 600px;
	height: 75px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: 45px;
	border-top:1px solid #000;
	overflow: hidden;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		/* background:#eee;*/
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* Footer styles */
	#footer {
		font-family: Helvetica, Arial, sans-serif;
		text-align: center;
		font-size: 12px;
		line-height:18px;
		color:#87999A;
		bottom:0px;
		left:50%;
		clear:both;
		position: absolute;
		width:80%;
		margin-left:-40%;
      }
      
/* IE Warning */
#iewarning {
	top: 80%;
	left: 50%;
	margin-left: -342px;
	visibility: visible;
	display: block;
	position: absolute;
	background: url('../images/ie-warning-bk.jpg') 0 0 no-repeat;
	z-index: 10000;
	border:0px;
	}
      
      
	/* login styles */
#logincontent {
	visibility: visible;
	display: block;
	clear: both;
	left: 35px;
	top: 20px;
	background-position: left top;
	position: fixed;
	float: left;
	z-index: 10000;
	}
      
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

label{
	font-size: 11px;
	line-height:18px;
	color:#87999A;
	top: 5px;
	position: relative;
	display: inline-block;
}

#txtUsername, #pwdPassword{
	letter-spacing: 0.1em;
	color: #bfbfbf;
	padding:0.15em;
	width:12em;
	height:20px;
	border:1px solid #ddd;
	background:#fafafa;
	font:normal 1.1em Helvetica, arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	}
	
.menu_container1{
	color: #87999a;
	text-align: center;
	width:200px;
	height:100px;
	float:left;
	position: relative;
  	background: transparent url(../images/Htabback.png) top left no-repeat;
	clear: none;
	display: inline-block;
	padding-top:1.2em;
	overflow: hidden;
	}
	
.menu_container1:hover{
  	background: transparent url(../images/Htabback.png) top right no-repeat;
	}
	    
.MenuTitle{
	text-align: center;
	font:normal 1.4em Helvetica, arial, sans-serif;
	line-height:18px;
	color: #87999a;	
	display: inline;
	overflow: hidden;
	}

.MenuSubtitle{
	text-align: center;
	font:normal 0.75em arial, sans-serif;
	color: #000;	
	top: 1em;
	position: relative;
	display: inline-block;
	}
	
#forgot {
	width: 160px;
	height: 45px;
	position: fixed;
	left: 10px;
	bottom: 0px;
	border:0px;
  }
	
	/* --> */