body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: url("images/bg.png") repeat-x top #3399CC;
  margin: 0;
  line-height: 16px;
  text-align: center;
}
#wrap {
  width: 900px;
  color: #91D6EE;
  background: url("images/logo.png") top right no-repeat;
  margin: auto;
  text-align: left;
}

h1 {
  font: 42px "Trebuchet MS";
  height: 200px;
  padding-top: 90px;
  padding-left: 140px;
  margin: 0;
  background: url("images/light.png") no-repeat left;
  color: #1B8EB6;
}
h1 span {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #1B8EB6;
  display: block;
  margin-top: 5px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  float: left;
  margin-bottom: 30px;
}
#menu a {
  width: 90px;
  height: 41px;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
}
#menu a:hover {
  color: #b4e4f3;
}

.clear {
  clear: both;
}

#one {
  width: 200px;
  float: left;
}
#two {
  width: 630px;
  background-color: #1c8cb2;
  padding: 20px;
  float: right;
}

h2 {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 16px 0;
	color: #91D6EE;
	font-family: "Trebuchet MS";
	font-size: 26px;
}

p {
	margin: 0 0 16px 0;
	color: #FFFFFF;
}

#footer {
  color: #666;
  background-color: #fff;
  border-top: 1px solid #197b9b;
  margin-top: 40px;
  padding: 60px 0;
}
#footer a {
  color: #0066CC;
  text-decoration: underline;
}
#footer a:hover {
  color: #990000;
  text-decoration: none;
}

#one a {
  height: 16px;
  color: #fff;
  background: url("images/list.png") no-repeat center left;
  padding: 10px 0;
  border-bottom: 1px solid #1C8CB2;
  padding-left: 24px;
  text-decoration: none;
  display: block;
}
#one a:hover {
  padding-left: 28px;
}

#two a {
  color: #91D6EE;
}
#two a:hover {
  text-decoration: none;
}
