/* This is just here for formatting purposes.  This has nothing to do with the layout. */
@import url(../CSS/defaultstyles.css);

#bodywrapperh {
	/* replace margin-top value with the height of your header. */
	margin-top:  297px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/* Replace width value with your choice of layout width. */
	width: 770px;
	color: #333333;
	background-color: #FFFFFF;
}
#bodywrapper {
	/* replace margin-top value with the height of your header. */
	margin-top:  213px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/* Replace width value with your choice of layout width. */
	width: 770px;
	color: #333333;
	background-color: #FFFFFF;
}
#bodywrapperP {
	/* replace margin-top value with the height of your header. */
	margin-top:  130px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/* Replace width value with your choice of layout width. */
	width: 770px;
	color: #333333;
	background-color: #FFFFFF;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  0;
	float:  left;
	height:  1%;
}
#contentarea[id] {
	/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left: 260px;
}
#contentareah {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  0;
	float:  left;
	height:  1%;
}
#contentareah[id] {
	/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left: 0px;
}
#rightcolumn {
	float:  left;
	width:  255px;
	background-color: #C7CDD6;
	margin-top: -10px;
	padding-top: 12px;
}

#rightcolumncontent {
	position: absolute;
	/* replace top value with the height of your header. */
	top:  120px;
	right: 0;
	margin: 0;
	padding: 0;
	/* Replace width with the width of your right column. */
	width:  255px;
	background-color: #C7CDD6; 
}

#header {
	position: absolute;
	top: 0;
	/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  800px;
	/* replace this value with the height of your header. */
	height: 297px;
	color: #333333;
	/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow: visible;
	padding-top: 20px;
}

#footer { /* This is needed to ensure that the footer appears below your content and menus. */
	clear: both; margin:  0; padding:  0; /* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	width: 800px; /* Replace with the height of your footer.  Optional.  */
	color: #666666; text-align: left; color: #666666; font-weight: bold; font-size: 10px; 	
}
