@import url(../CSS/defaultstyles.css);

body {
	margin:  0;
	padding:  0;
}

#bodywrapper {
	margin-top:  40px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  800px;
	background:  url(../LayoutImages/body_bg.gif) top left repeat-y #FFFFFF;
	color:  #000000;
}

#contentarea {
	margin:  0;
	padding: 4px;
	float:  left;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
	width:  580px;
}

#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:  200px;
}

#leftcolumn {
	float:  left;
	width:  200px;
	height: 473px;
	padding: 0px;
	spacing: 0px;
}

#leftcolumncontent {
	position:  absolute;
	top:  55px;
	left:  0;
	background:  #e3e4e6;
	margin:  0;
	padding: 4px;
	width:  185px;
	height: 450px;
}

#header {
	position:  absolute;
	top:  0px;
	width:  800px;
	height:  60px;
	background: #23426e;
	overflow:  hidden;
	color:  #FFFFFF;
}

#footer {
	clear:  both;
	margin:  0;
	padding:  0;
	width:  800px;
	height:  110px;
	background: #23426e;
	color:  #FFFFFF;
}
