body, html{
  margin:0;padding:0;
  font: medium sans-serif;
  background: #fff url(img/bg.gif) repeat-x;
  height:100%;margin-bottom:1px;
}

a{color:#00f}
a:hover{color:#d6de0e}

a img{border:0}

h3, h4{
  margin:0 0 1em 0;
}

div#iwin{
  width: 650px;
  margin: 0 auto;
}

div#logo{padding:25px 0 22px 25px;}
div#logo h1{display:none;}

div#nav{
  height: 32px;
  margin:0 40px;
  padding-left:15px;
  background-image: url(img/nav_bg.gif);
}

b.nav-left-corner{
  position: absolute;
  top:0;left:0;
  width:10px;height:10px;
  background-image: url(img/nav-corner.png);
}

b.nav-right-corner{
  position: absolute;
  top:0;right:0;
  width:10px;height:10px;
  background: url(img/nav-corner.png) 10px 0;
}

div#nav a{
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  float: left;
  text-decoration:none;
  color:#000;
  position:relative;
}

div#nav a#nav1{background-image: url(img/nav1.gif)}
div#nav a#nav2{background-image: url(img/nav2.gif)}
div#nav a#nav3{background-image: url(img/nav3.gif)}
div#nav a#nav4{background-image: url(img/nav4.gif)}
div#nav a#nav5{background-image: url(img/nav5.gif)}

div#nav a#nav1:hover, 
div#nav a#nav2:hover,
div#nav a#nav3:hover,
div#nav a#nav4:hover,
div#nav a#nav5:hover
{background-image:none;}

div#nav a:hover{background-color:#444; color:#fff;}

div#main{
  clear: both;
  background: url(img/bg2.gif) repeat-y;
}

div#header{
  width: 650px;
  background-image: url(img/header.jpg);
  padding-top: 10px;
}

div#header h2{margin-left:50px;}

div#content{margin:0 50px}

div#btm{
  width: 650px;
  height: 40px;
  background-image: url(img/btm.jpg);
  text-align: center;
  font-size: x-small;
}

