body,
html {
  font-family:sans-serif;
  font-size:10;
  margin:auto;
  width:600px;
}

.section{
  background:#eeeeff;
  border-top:1px solid #bbbbcc;
  padding-left:8px;
  padding-top:3px;
  padding-bottom:3px;
  margin-top:15px;
  margin-bottom:10px;
}

#wrap {
  width:940px;
  margin:0 auto;
}

#header {
  width:940px;
  text-align:center;
  padding-top:1 px;
}

#left {
  float:left;
  width:450px;
}

#small-left {
  float:left;
  width:225px;
}

#small-right{
  float:right;
  width:225px;
}


#right {
  float:right;
  width:450;
}

#footer {
  clear:both
}

p {
  line-height:20px;
  justify;
  margin-left:12px;
}

h2 {
  color:#0e4ead;
  font-size:23px;
}

h5 {
  text-align:right; 
  font-size:12;
}

a {
  text-decoration:none;
}
a:link{color:#0e4ead;}
a:visited{color:#0e4ead;}
a:hover{background-color:#eeeeff;}
img{padding:10px;}
img{border:0px;}
