body
{
	background-color:	rgb(102,102,204);
	background-image:	none;
}

#home
{
	display:				block;
	float:					left;
	width:					543px;
	height:					295px;
	background-position:	bottom left;
	background-repeat:		no-repeat;
}

/*	hack padding because of IE5 box size bug	*/
#home-content
{
	padding-left:			289px;
}

#know
{
	display:			block;

	margin-left:		543px;
	border-left:		1px solid white;
	width:				auto;

	height:				295px;
	background-color:	rgb(11,23,121);
	background-repeat:	no-repeat;
	
	line-height:		12px;
	font-family:		arial,sans serif;
	font-size:			11px;
	color:				white;
}

/*	hack padding because of IE5 box size bug	*/
#know-content
{
	padding:			90px 10px 10px 130px;
}

#know a
{
	font-weight:		bold;
}

.bodytext
{
	color:				white;
}

#widget-didyouknow
{
	position:			absolute;
	top:				392px;
	left:				289px;
	
	width:				254px;
}

#didyouknow
{
	display:			block;
	height:				35px;
	background-color:	rgb(87,87,189);
	padding:			4px;
	line-height:		12px;
	font-family:		arial,sans serif;
	font-size:			11px;
	color:				white;
}

#didyouknow-header
{
	width:				80px;
	background-color:	rgb(148,148,219);
	padding:			0px 5px;
	line-height:		18px;
	font-family:		arial,sans serif;
	font-size:			11px;
	color:				white;
}

.footer
{
	margin:				0px 0px 40px 0px;
	width:				auto;
	border-top:			1px solid white;
	padding:			0px 0px 0px 30px;
	color:				white;
}

.bottomnav
{
	border-top:			none;
}

.bottomnav a
{
	color:				white;
}

.copy
{
	padding-left:		0px;
}

a
{
	color:				rgb(238,238,198);
}

a:hover
{
	color:				white;
}