/* CSS Document */

body {
	width: 800px;
	padding: 0;
	border: 0;
	margin:0 auto 0 auto;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

#portal-left {
	width: 400px;
	height: 460px;
	background-image:url(../images/portal_left_fade.jpg);
	background-color:#FFCF76;
	background-repeat:no-repeat;
	background-position: bottom;
	float: left;
	padding: 0;
	border: 0;
	margin:0;
	color: #000000;
	text-align: right;
}

#stretch-left {
	width: auto;
	height: 400px;
	float: left;
	background-color:#FFCF76;
	padding: 0;
	border: 0;
	margin: 0;
}

#stretch-right {
	width: auto;
	height: 400px;
	float: left;
	background-color:#6278A7;
	padding: 0;
	border: 0;
	margin: 0;
}

#portal-right {
	width: 400px;
	height: 460px;
	background-image:url(../images/portal_right_fade.jpg);
	background-color:#055593;
	background-repeat:no-repeat;
	background-position: bottom;
	float: left;
	padding: 0;
	border: 0;
	margin:0;
	color: #ffffff;
	text-align: left;
}

#portal-top {
	width: 100%;
	height: 40px;
	background-color:#000000;
	text-align: center;
	margin: 60px auto 0 auto;
}

#portal-bottom {
	width: 100%;
	height: 5px;
	background-color:#000000;
	margin: 0 0 115px 0;
	padding: 0;
	border: 0;
	float: left;
}
#portal-middle {
	width: 800px;
	height: 460px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#portal-left p {
	margin: 15px 32px 0 auto;
	width: 220px;
}
#portal-left h2 {
	margin: 20px 32px 0 auto;
	width: 280px;
	line-height: 28px;
}
#portal-right p {
	margin: 15px auto 0 32px;
	width: 220px;
}
#portal-right h2 {
	margin: 20px auto 0 32px;
	width: 280px;
	line-height: 28px;
}
#enter-left {
	margin: 15px 32px 0 auto;
	text-align: right;
}
#enter-right {
	margin: 15px auto 0 32px;
	text-align: left;
}
#enter-left a {
	color:#000000;
	text-decoration: underline;
	font-family: inherit;
	font-size: 15px;
	font-weight:bold;
}
#enter-left a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#enter-left a:active {
	color:#222222;
	text-decoration:overline;
}
#enter-right a {
	color:#FFFFFF;
	text-decoration: underline;
	font-family: inherit;
	font-size: 15px;
	font-weight:bold;
}
#enter-right a:hover {
	color:#000000;
	text-decoration:none;
}
#enter-right a:active {
	color:#888888;
	text-decoration:overline;
}