html, body { height: 100%; }

body {
	background: #fff url("../images/background.gif") repeat-y top center;
}
#wrap, #footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #F6F6F6;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #f5f5f5 url("../images/background_inner.gif") no-repeat;
}

#column-top {
	height: 133px;
}
#logo { 
	margin-top: 32px;
	margin-left: 40px;
	float: left;
}
#menu {
	float: right;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 22px;
}
#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	margin-left: 17px;
}
#menu ul li {
	width: 128px;
	height; 24px;
}
#column-content {
	width: 862px;
	background: #fff;
	position: relative;
}
.section-header {
	line-height: 38px;
	width: 220px;
	padding-left: 72px;
	background: #313743;
	color: #fff;

	font-family: georgia;
	font-size: 15pt;
	font-weight: normal;
}
#flash-bg {
	position: absolute;
	right: 0;
	top: -43px;
}
#sub-menu {
	width: 148px;
	padding-top: 24px;
	padding-left: 72px;
	padding-right: 72px;
	padding-bottom: 24px;
	background: #e9e9e9 url("../images/background_sub-menu.gif") repeat-x bottom;
}
#sub-menu-inner {
	width: 0;
}
#sub-menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-position: inside;
	list-style-type: square;
	margin-right: 30px;

	color: #AEAEAE;
	font-size: 8pt;
	font-family: verdana;
	font-weight: bold;
}
#sub-menu ul li {
	width: 100px;
	border-bottom: 1px #C6C6C6 solid;
}
#sub-menu ul li.last {
	border-bottom: 0;
}
#sub-menu ul li a {
	line-height: 24px;
	color: #969696;
}
#sub-menu ul li a:hover {
	color: #6699ff;
}
#sub-menu ul li.active {
	color: #313844;
}
#sub-menu ul li.active a {
	color: #313844;
}
#bodyContent {
	padding-top: 52px;
	padding-left: 72px;
	padding-right: 72px;
	padding-bottom: 90px;
}

#footer {
	padding-top: 12px;
	height: 35px;

	font-size: 8pt;
	font-family: arial;
}
#footer-inner {
	padding-left: 58px;
	padding-right: 40px;
}
#footer-inner ul {
	position: relative;
	top: 6px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer-inner ul li {
	float: left;
	line-height: 10px;
	padding: 0 10px;
	border-right: 1px #c0c0c0 solid;
}
#footer-inner ul li.last {
	border-right: 0;
}
#footer-inner ul li a {
	color: #808080;
}
#footer-inner ul li a:hover {
	color: #6699ff;
}
#footer #investors-login {
	float: right;
}
