/*
* ---------- WARNING ----------
* when publishing any background-image tags have the relative parts of their path replaced with the appropriate hostname, so:
* background-image: url(../../../Shared/Graphics/Image.png)
* becomes something like:
* background-image: url(http://images.psonar.com/Shared/Assets/Images/Versioned/Scrollbar/Image.png) 
* ---------- WARNING ----------
*/

#page
{
	padding-top: 42px;
}

/* header */
#header
{
	position: fixed;
}

.section_l,
.section_c,
.section_r
{
	height: 33px;
	line-height: 33px;
}