html
{
	height: 100%;
	background: #C8D0DB url(/images/portal/background.jpg) no-repeat 50% 0;
}
body
{
	height: 100%;
	color: #333;
	position: relative;
}
#content
{
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	width: 690px;
	overflow: hidden;
	position: relative;
}
#spaw
{
	position: absolute;
	top: 160px;
	width: 830px;
	background: #d21c23 url(../images/portal/spaw_exclamation.png) no-repeat;
	overflow: hidden;
}
#spaw:hover
{
	background-color: #333;
}
#spaw h1
{
	color: #fff;
	font-size: 116%;
	padding: .65em 1em .6em 50px;
	float: left;
}
#spaw li
{
	float: left;
	font-size: 116%;
	padding: .65em 1em .6em 1em;
	background: url(../images/portal/spaw_divider.png) no-repeat 0 10px;
}
#spaw li a
{
	text-decoration: none;
	color: #fff;
}
#spaw li a:hover
{
	color: #ec161f;
}
#logo
{
	width: 202px;
	height: 47px;
	margin: 59px 0 146px;
}

h1
{
	font-weight: bold;
	color: #333;
	font-size: 153.9%;
}

h2
{
	color: #fff;
	font-size: 153.9%;
}
strong
{
	font-weight: bold;
}
#modules li
{
	float: left;
	width: 150px;
	padding: 0 20px 0 0;
	background: url(../images/portal/module_divider.png) no-repeat top right;
	min-height: 216px;
}
#modules li p
{
	font-size: 93%;
	min-height: 85px;
	margin: 22px 0 0;
}
a.button
{
	font-size: 108%;
	display: block;
	width: 122px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 0 18px;
	background: url(../images/portal/white_arrow.gif) no-repeat 5px 11px;
}
#modules li a.button:hover
{
	background-color: #443a36;
}
#public a.button
{
	background-color: #DCA540;
}
#supporter a.button
{
	background-color: #839E3F;
}
#professional a.button
{
	background-color: #D7653D;
}
#extra a.button
{
	background-color: #844887;
}
li#quicklinks
{
	background: none;
}
li#quicklinks h1
{
	color: #fff;
	font-weight: normal;
	margin: 0 0 1em;
}
#quicklinks ul
{
	padding: 23px 0 0;
	min-height: 99px;
}
#quicklinks li
{
	background: url(../images/portal/quicklink_divider.gif) no-repeat bottom left;
	min-width: 153px;
	padding: 3px 0 6px;
	float: none;
	width: auto;
	min-height: 1px;
}
#quicklinks li.last
{
	background: none;
}
#quicklinks a
{
	background: url(../images/portal/red_arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
	font-size: 93%;
}
#quicklinks a:hover
{
	color: #E0393E;
}

#main
{
	padding: 0 0 107px;
	min-height: 470px;
}