/* Pane layout.  Most text styles are defined in skin.css, and
may be overridden here if necessary. */

/* TopArea butts up against the blue menu bar, and has padding along its
bottom edge.  Often, this pane will be empty, but important information
could be placed here from time to time.
*/
#topArea
{
	padding: 0 0 20px 0;
}

#leftArea
{
	float: left;
	width: 160px;
	margin: 0;
}

#contentArea
{
	margin: 0 0 0 180px;
}

/* BottomArea is above the footer, and will usually be empty.
*/
#bottomArea
{
	clear: both;
}

