/* Setup header containers (t4)
----------------------------------------------------------------------------- */
	#header {
		width: 983px;
		float: left;
		height: 188px;
		}
	#header #left {
		height: 188px;
		float: left;
		width: 732px;
		background: #5192c9 url('../img/layout/header_left.jpg') top left no-repeat;
		}
	#header #right {
		height: 188px;
		float: left;
		width: 251px;
		background: #5192c9 url('../img/layout/header_right.jpg') top left no-repeat;
		}
	#logo {
		height: 125px;
		width: 480px;
		float: left;
		}
	#header #leftFull {
		height: 188px;
		float: left;
		width: 732px;
		background: #5192c9 url('../img/layout/header_left_login.jpg') top left no-repeat;
		}
	#header #rightFull {
		height: 188px;
		float: left;
		width: 251px;
		background: #5192c9 url('../img/layout/header_right_login.jpg') top left no-repeat;
		}
