body
{
	background						: url(img/shell/background.png);
	margin							: 0;
	padding							: 0;
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #333333;
}

#header
{
	height							: 87px;
	width							: 821px;
	background						: url(img/shell/header.png);
}

#navBar
{
	height							: 25px;
	width							: 821px;
	background						: url(img/shell/navBar_background.png) repeat-x;
	color							: #ffffff;
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
}

.links
{
	margin-top						: 4px;
}

.link
{
	margin-left						: 15px;
	margin-right					: 15px;
	cursor							: pointer;
}

.pageTitle
{
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 14px;
	font-weight						: bold;
	color							: #333333;
}

#footer
{
	height							: 60px;
	width							: 821px;
	background-color				: #000000;
}