/* CSS Document */


/* test stuff

div {
	border: 1px black solid;
}

 */

/* page layout */
html {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

div {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		width: 780px;
	}



/* content areas */

div#header {
		height: 102px;

	}
	
div#logosquare {
		float: left;
				
		height: 102px;
		width: 240px;
	}
	
div#titlesquare {
		float: left;

		height: 102px;
		width: 540px;
	}

div#menu_header {
		display: block;
	
		height: 25px;
	}
	
div#spacer_header {
		display: block;
	
		height: 40px;
	}

div#spacer_footer {
		display: block;
	
		height: 40px;
	}

	
div#pagearea {
		display: block;
		
	}
	
div#pagearea_clear {
	clear: both;
}

/*   this element does not exist in this layout

div#pagemenu {
		float: left;
				
		width: 240px;
	}

*/

div#content {
		float: left;
				
		/*  old setting for default layout
			
			width: 540px; 
		*/

		width: 779px;
}

div#content_prop {
		float: right;
		
		height: 350px;
		width: 1px;
	}

div#menu_footer {
		display: block;
	
		height: 25px;
	}
	
div#footer {
		display: block;

		width: 780px;
	}
	

