/* Reset
---------------------------------------------------------------------------------------- */

img, div {
  behavior: url(/iepngfix.htc);
}

em {
  font-style: normal;
}


* {
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  color: #5a3613;
}

img {
  border: 0px;
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
text-align: center;
}

a {
  color: #5a3613;
}

h1 { width: 600px;}

h2 a {
  text-decoration: none;
  color: #5a3613;
}

h2 a:hover{
  text-decoration: underline;
}



/* Layout
---------------------------------------------------------------------------------------- */

#headerbg {
	background:#cccc66;
	text-align:center;
	background: url('/img/header_menu.gif') repeat-x;
  height:36px;
  z-index: 10;
}

#container {
	position:relative;
	margin:0 auto;
	width:795px;
	/*border: 1px dashed #f00;*/
	margin-bottom: 0px;
  margin-top: 20px;
  overflow: hidden;

  border: 1px solid #ccc;
  padding: 20px;
}

#page_text {

  display: block;
  position: relative;
  float: left;
  padding:40px;
  color: #808080;
}





