#main-container {
	text-align: left;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header-container {
	width: 940px;
	height: 79px;
	background: url(../img/bg_header.gif) no-repeat top right;
	z-index: 1;
}
#login-text {
	left: 367px;
	top: 50px;
	position: absolute;
}


#header-login-container {
	width: 940px;
	height: 79px;
	z-index: 1;
}


#content-container {
	background-color: #fff;
}

#navigationbar-container {
	background: url(../img/bg_navigation.gif) repeat-x;
	margin-top: 10px;
	height: 31px;
	position: relative;
	width: 100%;
}

#side-menu-container {
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 280px;
}

#side-login-container {
	background-image: url(../img/bg_login.gif);
	background-repeat: no-repeat;
	height: 80px;
}

#footer-container {
	width: 940px;
	margin-top: 8px;
}

.form-section-container {
	
}

