﻿html, body { margin: 0; padding: 0; background-color:#F2FEFF;
font-family: Verdana;
font-size: 12px;
color: white;
}

.banner { 
  width: 760px;
  float: left;
  background-color:#26B3FF;
  margin-left:20%;
  margin-right:20%;
  margin-top:0;
  padding: 0;
  text-align:center;
  height:80px;
  border:0px;
  }
.menu { 
  width: 760px;
  float: left;
  background-color:#26B3FF;
  margin-left:20%;
  margin-right:20%;
  padding-top:4px;
  padding-bottom:4px;
  word-spacing:5px;
  text-align:center;
  border-bottom:thin;
  border-bottom-color:#3333FF;
  border-bottom-style:solid;
  height:auto;
}
.maincontainer {
  width: 760px;
  float: left;
  background-color:#26B3FF;
  margin-left:20%;
  margin-right:20%;
}
#info {
  width: 158.5px;
  float: left;
}
#main {
  width: 598.5px;
  float: right;
  border-left-color:#3333FF;
  border-left-style:solid;
  border-left-width:thin;
  min-height:400px;
}
.footer {
  width: 760px; 
  float: left;
  background-color:#26B3FF;
  margin-left:20%;
  margin-right:20%;
  border-top:thin;
  border-top-color:#3333FF;
  border-top-style:solid;
}
ul { font-size:12px; list-style-image:url('../phoenix/images/knight_right.jpg');
	list-style-position:outside; margin-bottom:30px;
}
h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

h4 { font-size:14px; font-weight:bold}

p,h1,h2,h3,h4 { margin: 10px 10px 10px 10px}