/*
 *   HEADER SETTINGS
 *   Sets the header container settings
 */

#Header
{
	background: transparent url(../Images/header_background.jpg) no-repeat right bottom;	
	border-bottom: 3px solid #CCE285;
	height: 90px;
	margin-bottom: 3px;
	position: relative;
}

#Header #Logo
{
	padding: 10px 20px;
}

#Header #Logo a
{
	float: left;
}

#Header #Logo span
{
	float: left;
	font-size: 15px; 
	display: block; 
	float: left; 
	margin-top: 55px; 
	margin-left: 15px;	
}

#Header #Session
{
	background: #6F891F url(../Images/sessionbar_background.jpg) repeat-y left 0;
	color: White;
	padding: 7px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 65%;
}

#Header #Session a
{
	color: White;
}

#Header #Session a.Help
{
    background: transparent url(../Images/Icons/help.gif) no-repeat 0 center;
    padding-left: 20px;
}
