table.header {
  position:absolute;
  top:125px;
  left: 50%;
  margin-left: -375px;

}

table.footer {
width:770px
}
a.footer {
text-decoration:none;
font-family:arial;
color:#000;

}
a.footer:hover {
text-decoration:underline;
font-family:arial;
color:#aeaeae;

}
a.header {
text-decoration:none;
font-family:arial;
color:#000;
font-style:bold;

}
a.header:hover {
text-decoration:underline;
font-family:arial;
}
a.items{
  background-color: #ffffff;
  text-decoration:none;
  color:#000;
display: block;
border-width: 2px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

a.items:hover {
  background-color: #DADBD9;
  text-decoration:none;
display: block;
border-width: 2px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}
.workshopheader{
width: 90%;
float: center;
overflow: hidden;
background-color: #82A5DD;
color: inherit;
border: 1px solid #5F7599;
margin: 2px;
padding: 5px;



}
.workshop {
width: 90%;
float: center;
overflow: hidden;
background-color: #9FC5F4;
color: inherit;
border: 1px solid #5F7599;
margin: 2px;
padding: 5px;
}

.pricing_tables {
	border:1px dashed #AAAAAA;
	padding:4px;
	width:240px;
}
.pricing_tables TH {
	color:#FFFFFF;
	background-color:#888888;
	letter-spacing:1px;
}
