body {
	background: #db78c5;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-width: 1024px;
}




#loginBox {
	text-align: right;
	padding: 0;
	background: #ffec95;
	border: 1px solid #debc2c;
	z-index: 1;
	display: none;
	
	position: absolute;
	top: 30%;
	left: 30%;
	width: 200px;
	height: 130px;
}

#loginBox h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	display: block;
	margin: 0;
	text-align: left;
	font-weight: bold;
	background: #ffd946;
	border-bottom: 1px solid #debc2c;
}

#loginBox h2 a {
	margin-left: 42%;
	text-decoration: none;
	color: #333333;
	padding: 0 3px 0;
	border: 1px solid #87721b;
}

#loginBox h2 a:hover {
	background: #debc2c;
}

#loginBox form {
	display: block;
	padding: 4px;
}

#loginBox label {
	display: block;
	margin: 3px 0 0 0;
}

#loginBtn {
	margin: 5px 0 0 0;
}

#navigation li.lastLi {
	background: none;
}

#navigation a {
	text-decoration: none;
	color: #244e80;
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 2px solid white;
	color: #244e80;
}

#login {
	float: right;
	margin: 10px 310px 0 0;
	width: 250px;
	height: 51px;
	color: white;
}

#content h1 {
	position: absolute;
	top: 20px;
	left: 30px;
	color: white;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#login span {
	float: left;
	margin: 5px 0 0 0;
}

#login a {
	width: 51px;
	height: 25px;
	float: right;
	background: url(login_link.gif) no-repeat;
}

#cont {
	width: 100%;
	height: 600px;
	border: none;
	border-width: 0;
	border-bottom-style: none;
}

.clearFix:after {
    content: "."; display: block; 
    height: 0; clear: both; 
    visibility: hidden;
}

.clearFix {display: inline-block;}

/* Hide from IE Mac \*/
.clearFix {display: block;}
/* End hide from IE Mac */
