body {
  background-color: #f7f4d0;
  background-image: url(./pixs/bg.gif);
  background-repeat: repeat-y;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color: #555555;
  line-height:1.5;
}

#top {
	position:absolute;
	width:800px;
	height:125px;
	left: 0px;
	top: 0px;
	background-image: url(./pixs/top.gif);
	background-repeat: no-repeat;
}

#top_home {
  position:absolute;
  width:200px;
  left:0px;
  top:0px;
}
        
#top_menu {
  position:absolute;
	width:446px;
  /*height:33px;*/
  left:280px;
  top:85px;
}

#menu {
  position:absolute;
  width:150px;
  /*height:525px; not working on firefox with image map*/
  left: 25px;
  top: 135px;
}

#content {
position:absolute;
  width: 515px;
  /*height: 530px;*/
  left: 250px;
  top: 150px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
  font-size:32px;
  color: #58bbeb;
	letter-spacing: -1px;
	margin:0;
  line-height:1;
}

h3 {
  font-size:16px;
  font-weight:normal;
}
.big {
  font-size:16px;
}
.normal {
  font-size:12px;
}