body {
  	font-family:"Comic Sans MS";
  	background-image: url('images/tile.png');
	font-size:small;
}

a {
	color:#000;
}

a.headerwhite {
	color:#FFF;
	display:block;
	background-image:url('images/tab.png');
}

a.headerwhite:hover {
	color:#000;
	background-image:url('images/tabwhite.png');
}

img {
	border:none;
}

.button {
  position: relative;
  left: 50%;
  margin-left: -432px;
}

p {
	font-size:15px;
}

p.phack {
	margin-top: 0px;
	margin-bottom: 0px;
}

p.bold {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
}

p.headerwhite {
	color:#FFF;
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.header {
	border-top: solid thin;
	border-bottom: solid thin;
	width: 863px;
	height: 24px;
	position: relative;
	left: 50%;
	margin-left: -432px;
	background-image: url('images/h_bg.png');
	clear:left;
}

div.top {
	border: solid thin;
	width: 863px;
	height: 24px;
	position: relative;
	left: 50%;
	margin-left: -432px;
	background-image: url('images/h_bg.png');
	clear:left;
}

input {
	font-family:verdana;
}

textarea {
	font-family:verdana;
}

table {
	font-family:"Comic Sans MS";
	width:100%;
	font-size:15px;
	}
	
td.header {
	background-image: url('images/h_bg.png');
}

span {
	font-size:15px;
}

#logo {
  width: 863px;
  position: relative;
  left: 50%;
  margin-left: -432px;
  border-left: solid thin;
  border-right: solid thin;
  text-align: right;
  background-color:#FFF;
}

#menu {
	border-left: solid thin;
    border-right: solid thin;
	width: 863px;
	height: 24px;
	position: relative;
	left: 50%;
  	margin-left: -432px;
	background-color:#FFF;
}

#blank {
	border-bottom: solid thin #000;
	width:559px;
	height: 23px;
	float:left;
	background-color:#FFF;
}

#menu_tab_selected {
	width:100px;
	height: 24px;
	float:left;
	background-image:url('images/tabwhite.png');
	text-align:center;
	font-size:16px;
}

div.menu_tab {
	border-bottom: solid thin #000;
	width:100px;
	height: 24px;
	float:left;
	text-align:center;
	font-size:16px;
}

div.links {
	float:left;
}

#content {
  border-left: solid thin;
  border-right: solid thin;
  width: 863px;
  background-color:#FFF;
  position: relative;
  left: 50%;
  margin-left: -432px;
}

img.content_image {
  	float: left;
	padding: 10px;
}

#footer {
  border: solid thin;
  text-align: left;
  width: 863px;
  background-color:#900;
  position: relative;
  left: 50%;
  margin-left: -432px;
  clear:left;
}

