#container {
	background: white;
	/*padding-bottom: 2em;*/
}

#content {
	left: 0;
	width: 910px;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 30px;
}

#nav-inside {
	/* height: 461px; */ /* required for IE6 */
}


/*--- BANNER ---*/

#banner {
	position: relative;
	height: 375px;
}

#banner-text {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0.5em 0 0.5em 0;
	background: url(images/black-bg.png) repeat;

	color: white;
	font-size: 110%;
	font-weight: bold;
	/*font-variant: small-caps;*/
	text-align: center;
	/*text-transform: uppercase;*/
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
}


/*--- CONTENT AREA ---*/

#content-bottom {
	clear: left;
	width: 910px;
	border-top: 1px solid black; /* fix FF float issues */
	background: url(images/text-area-bg.png) top left repeat-x;
	position: relative;
}

#floater {
	float: left;
	width: 0;
	height: 170px;
}

#text-area {
	width: 719px;
}

/*--- CLIENT LOGIN FORM ---*/
#client-login {
	width: 136px;
	height: 1000px;
	padding: 16px 27px;
	/*margin-left: 1em;*/
	border-left: 1px dotted #aaa;
	background: #fafafa url(images/client-login-bg.png) top left repeat-x;
	position: absolute;
	right: 0;
	top: 0;
}

#login-form h4 {
	color: #545454;
	margin-top: 0;
}

#username,
#password {
	color: #b2b2b2;
	width: 121px;
	margin-bottom: 10px;
	padding: 2px 7px 5px 7px;
	border: 1px solid #bfbfbf;
	background: white url(images/client-input-bg.png) top left repeat-x;
}

#username:focus,
#username:active,
#username:hover,

#password:focus,
#password:active,
#password:hover {
	color: #333;
}

#button-container {
	float: right;
	border: 1px solid #808080;
}

#login-button {
	color: #545454;
	padding: 2px;
	border: 1px solid white;
	background: #fafafa url(images/login-button-bg.png) bottom left repeat-x;
}

#login-button:hover {
	color: black;
	border: 1px solid #ccc;
}

#login-button:active,
#login-button:focus {
	background: #fafafa url(images/login-button-down-bg.png) top left repeat-x;
}

/*--- FOOTER ---*/

.footer-right {
	visibility: hidden;
}

