/* This style sheet is used to layout the site */

/* This styles sheet holds the following values
	padding
	margin
	position
	top
	left
	float
	width
	height
*/

/* NOTE: if you are looking for the left channels styles you will find them on the page itself. URL includes/inc.leftchannel.php */

body{width:780px; padding:0px; margin:0px;}

div#leftChannel{float:left;}
div#centreChannel{float:left; margin-left:24px;}
div#rightChannel{float:left; margin-left:20px;}

div#mainMenu{float:left; clear:both;}
div#mainContent{float:left; clear:both; margin-top:20px; width:520px;}

div#memberTitle{float:left;}
div#memberLogo{float:right;}
div#memberContent{clear:both; padding-top:20px;}

/* ANCHOR CLASSES */
a.menuTab{margin-right:5px;}

/* IMAGE STYLES */
img#enterprise{position:relative; top:+11px; left:+5px;} /* This style is to move the enterprise logo down a few pixels */
