@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin:4px 0px; padding:0px;  top, right, bottom, left */
	margin:4px auto 0px auto; padding:0px; /* top, right, bottom, left */
	/*text-align:center;*/
	
}
#header {
  background:;
  width: 800px;
  height: ;
  text-align:left;
}
#leftnavigation {
  /* background:url(images/boxgrey.gif); */
  background:;
  background-position:top;
  background-repeat:no-repeat;
  /*background: #d3d3d8 */
  float: left;
  width: 200px;
  height: 350px;
  text-align:center;
  
  /* Height can be fixed like 500px, or just blank or 100% */
  /* values are arbitrary, just experiment and enjoy */
}
#leftnavigationthin {
  /* background:url(images/boxgrey.gif); */
  /*background:;*/
  /*background-position:top;*/
  /*background-repeat:no-repeat;*/
  /*background: #d3d3d8 */
  float: left;
  width: 100px;
  /*height: 100%;*/
  height: 450px;
  text-align:center;
  
  /* Height can be fixed like 500px, or just blank or 100% */
  /* values are arbitrary, just experiment and enjoy */
}
#rightnavigation {
  /*background: ;*/
  /*float: right -- this can be left also */
  float: left; /* this can be left also */
  width: 200px;
  height: 350px;
  text-align:center;  
}
#rightnavigationthin {
  /*background: ;*/
  /*float: right -- this can be left also */
  float: left; /* this can be left also */
  width: 100px;
  height: 450px;
 /*height: 100%x;*/
  text-align:center;  
}
#contenttop {
	/*margin:0px 0px 0px 0px; */ /* top, right, bottom, left */
	background:url(images/contenttopbackgrey.gif);
	background-repeat:no-repeat;
	/*float: left*/
	width: 800px;
    height: auto;
	/*text-align:left;*/
  text-indent:0.5cm;
	line-height:0.5cm;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
  /*padding-left:0.5cm; this destroys right margin in firefox */
}
#content {
  /*background:url(images/boxgrey.gif);
  background-position:top;
  background-repeat:no-repeat;*/
  background: ;
  float: left;
  width: 450px;
  height: 350px;
  /* text-align:center; */
}
#contentwide {
  /*background:url(images/boxgrey.gif);
  background-position:top;
  background-repeat:no-repeat;*/
  /*background: ;*/
  float: left;
  width: 600px;
  height: 450px;
  /*height: 100%;*/
  /*text-align:center;*/
}
#footer {
  background:url(images/headbackblue2.gif);
  clear: both;
  width: 800px;
}

