html,body {
	margin:0;padding:0;
	background-color: #e9d2ff;
	
	font-family: Verdana;

	height: 100%;
}

a {
  color: #000000;
}

img {
  border: 0;
}

table#main {
	height: 500px;
	width: 100%;
}

td#leftside {
	width: 106px;
	height: 100%;
	
	background-image: url(imgs/side.gif);
	background-repeat: repeat-y;
}

td#infobox {
	height: 150px;
	width: 150px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	
}

td#header {
	padding:0;margin:0;
	height: 150px;
	width: auto;
	text-align: left;
	padding-bottom: 1px;
}

td#menu {
	height: auto;
}

ul#menulist {
	margin:0;padding:0;
	list-style:none;
}

li.menuitem {
	background-color: #290021;
	font-size: 16px;
	color: white;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.menuitem a {
  color: #ffffff;
  text-decoration: none;
}

li#last {
	margin:0;
}

td#topic {
	background-color: #290021;
	color: white;
	font-size: 20px;
	padding-left: 40px;
}

td#content {
	vertical-align: top;
	font-size: 12px;
	padding-left: 150px;
	padding-top: 1px;
	height: 300px;
}

h1 {
	font-size: 16px;
}

div#innercontent {
	font-size: 12px;
	width: 370px;
	padding-top: 10px;
}


td.prodcell {
  text-align: center;
}

td.prodcell a {
  text-decoration: none;
}

th {
  text-align: left;
  font-size: 20px;
  padding: 10px;
  padding-left: 0;
}