
body { 
	font-family: Verdana; 
	font-size: 10pt; 
	/*width: 90%;
	padding: 40px; */
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #d4e1f0; */
	
	
}

.txt_sel     { font-family: Comic Sans MS; font-size: 18pt; font-style: italic; font-weight: bold; }
.txt_normal  { font-family: Verdana; font-size: 12pt; color:#0033CC; }


.menulist li { font-family: Comic Sans MS; font-size: 12pt; font-style: italic; font-weight: bold; }
.menulist#donate   li { font-family: Comic Sans MS; font-size: 24pt; font-style: italic; font-weight: bold; }

h1 { font-family: Comic Sans MS; font-size: 24pt; font-style: italic; font-weight: bold; }
h2 { font-family: Comic Sans MS; font-size: 18pt; font-style: italic; font-weight: bold; }



#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
  width: 640px;
}


#topleft {
  height: 34px;
  width: 31px;
  background-image: url("top_left.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

#top {
  height: 20px;
  background-image: url("top.gif");
  background-repeat: repeat-x;
  background-position: bottom;
}

#topright {
  height: 34px;
  width: 36px;
  background-image: url("top_right.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#left {
  width: 20px;
  background-image: url("left.gif");
  background-repeat: repeat-y;
  background-position: right;
}

#center {
  background-color: #ffffff;
  width: 588px;
}

#right {
  width: 20px;
  background-image: url("right.gif");
  background-repeat: repeat-y;
  background-position: left;
}

#bottomleft {
  height: 16px;
  width: 16px;
  background-image: url("bottom_left.gif");
  background-repeat: no-repeat;
  background-position: top right;
}

#bottom {
  height: 20px;
  background-image: url("bottom.gif");
  background-repeat: repeat-x;
  background-position: top;
}

#bottomright {
  height: 34px;
  width: 36px;
  background-image: url("bottom_right.gif");
  background-repeat: no-repeat;
  background-position: top left;
}