/* This is just here for formatting purposes.  This has nothing to do with the layout. */

body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  110px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
/*  Background of the right side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.  */
	color:  #000000;
	position:  relative;
	top:  0;
	left:  0;
/* Replace width value with your choice of layout width. */
	width:  770px;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin-left:  160px;
	margin-right:  0;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
/* Replace width value with your choice of content area width. */
	width:  570px;
}

#leftcolumn {
	position:  absolute;
	top:  0;
	left:  10;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	
	color:  #000000;
	margin:  10;
	padding:  10;
/* Replace width with the width of your left column. */
	width:  160px;
}

#header {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
/* replace this value with the height of your header. */
	height:  130px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
}
