/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
}

#branding {
	width: 100%;
	height: 110px;
	text-align: center;
	padding-top: 20px;
}

#janeslogo {
	float: left;
	width: 250px;
	margin-left: 75px;
	_margin-left: 60px;
}

#content {
	width:100%;
}

#left-content {
	float: left;
	width: 370px;
	margin-left: 42px;
	text-align: right;
}

#right-content {
	float: right;
	width: 370px;
	margin-right: 42px;
	text-align: left;
}

#footer {
	clear: both;
}

#logos {
	float: right;
	text-align: right;
	width: 150px;
	margin-right: 100px;
	_margin-right: 70px;
	margin-top: 30px;
	
}

#enter-link {
	text-align: center;
	background: #fff url(../images/footer-bg.gif) no-repeat top left;
	clear: both;
	height: 28px;
}

#spacer {
	clear: both;
	height: 30px;
}

#enter-link img {
	margin-top: 5px;
}