@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-position:top;
  background-repeat:no-repeat;
  /*background: #d3d3d8 */
  float: left;
  width: 400px;
  height: 410px;
  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 */
  width: 10%;
  height: ;
  
  
}
#contenttop {
	background:url(images/contenttopbackgrey.gif);
	background-repeat:no-repeat;
	float: left;
	width: 800px;

  height:;
	/*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;
  float: left;
  width: 400px;
  height: 410px;
  text-align:center;
}
#footer {
  background:url(images/headbackblue2.gif);
  clear: both;
  width: 800px;
}
