
body
{
	background: url(../img/bg.gif) repeat-x top left;
	margin: 20px;
}

#header
{
	white-space: nowrap;
}

#logo
{
	
	margin-bottom: 10px;
}

.dashboard
{
	white-space: nowrap;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.dashboard a, .dashboard a:visited
{
	color: #ffffff;
	text-decoration: none;
	border: none;
	background-color: transparent;
}

.dashboard a:hover, .dashboard a:active
{
	color: #ffffff;
	text-decoration: underline;
	border: none;
	background-color: transparent;
}

.pagebox
{
	background: url(../img/pagebox_bg.gif) repeat-x bottom left;
	padding-bottom: 48px;
	width: 751px;
}

.pagebox_content
{
text-align:left;	
padding: 10px 25px 25px 25px;
}

.footer
{
	text-align: center;
	background-color: #f6f5ed;
	border-top: 1px solid #dcdbd1;
	margin-top: 20px;
	margin-bottom: 2px;
	padding: 5px;
	color: #a4a292;
}

/* IE6/Win Hack  \*/
* html .pagebox{ height: 1% }
/* */