body {
	background-color:#005f86;
  color: #000000;
	font-family: verdana,sans-serif;
  font-variant: small-caps;
  font-size:14px;
  letter-spacing: -1px;
	margin: 0px;
	padding: 0px
}
a:hover{
  color:#666666;
  text-decoration: none;
}
a{
  color:#006c99;
  text-decoration: underline;
}
* {margin: 0px;padding: 0px;}

.clear{clear:both;}

img {border: 0px;}
ul{
  padding-left:20px;
}

#container{
	margin: 0px auto;
	width: 870px;
}
#top{
  height:113px;
  background-image:url('./images/top.gif');
}
#menu{
  height:30px;
  background-image:url('./images/menu.gif');
  padding-left:280px;
  padding-top:16px;
  font-size:16px;
}
#menu a:hover{
  color:#666666;
  text-decoration: none;
}
#menu a{
  color:#006c99;
  text-decoration: none;
}
#content{
  width: 870px;
  height:auto;
  background-image:url('./images/content_bg.gif');
  overflow:hidden;
}
#left{
  width: 275px;
  height:409px;
  display:inline;
  float:left;
  background-image:url('./images/left.jpg');
  text-align:center;
}
#left_top{
  height: 370px;
}
#right{
  width: 580px;
  height:auto;
  display:inline;
  float:right;
  padding-right:15px;
  padding-top:12px;
}

#footer{
  height:24px;
  clear:both;
  background-image:url('./images/footer.gif');
}
