a:link {
	text-decoration: none;
	color: #000000;
	font-family: "Arial";
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: "Arial";
}
a:hover {
	text-decoration: none;
	color: B5B5B5;
	font-family: "Arial";
}
a:active {
	text-decoration: none;
	color: #B5B5B5;
	font-family: "Arial";
}
#header {
  background-image:url(images/horizontal.gif);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 51px;
}
#bottomheader {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 71px;
  height: 240px;
}
#leftheader {
  background-image:url(images/vertical.gif);
  position: absolute;
  top: 51px;
  left: 0px;
  width: 71px;
  height: 100%;
}
#menu {
  position: absolute;
  top: 51px;
  left: 71px;
  width: 94px;
  height: 100%;
  font: "Arial";  
}
#content {
  background: #fff;
  position: absolute;
  top: 51px;
  left: 165px;
  width: 100%;
  height: 100%;
}
html {
	height: 100%;
	overflow: hidden;
	font-family: "Arial";
}
	
#flashcontent {
	height: 80%;
	width: 80%;
}

