/* The header */
#header {
	position: relative;
	background: #990000 url(../images/widebanner03.png) left no-repeat;
	width: 100%;
	height: 121px;
	left: 50%;
	margin: 35px 0 0 -800px;
}

#header p a {
	left: 650px;
}

/* The menu */
#menu {
	position: relative;
	overflow: hidden;
	background: #990000 url(../images/menubar.png) repeat-x top left;
	width: 100%;
	height: 28px;
	padding: 0;
	margin: 0 0 0 -162px;
	top: -28px;
	right: 50%;
	border: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: left;
}

/* The content area */
#content {
	margin: 0px auto 0 auto;
	background: white;
	width: 1560px;
	padding: 20px;
}

.left, .right {
	width: 759px;  /*[ 1560 (width) - 2 (border) ] / 2 (number of columns) - 20 (padding)*/
}

.left {
	float: left;
	border-right: 2px solid #E4E7EB;
	padding: 0 20px 0 0;
	text-align: left;
	clear: left;
}

.right {
	float: right;
	padding: 0 0 0 20px;
	text-align: left;
}

/* Footer */
#footer {
	background: none;
}

.narrowOnly {
	display: none;
}

.wideOnly {
	display: block;
}

