@charset "utf-8";
/* CSS for templates
--------------------------------------------------*/

#wrapper {
  width: 814px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
  text-align: left;
}

#footer, #push {
  height: 80px;
}

#footer {
  width: 100%;
  text-align: left;
  background-color: #FFFFFF;
/*
  position:fixed;
  bottom:0px;
*/
}




/* header
--------------------------------------------------*/

#header {
  width: 814px;
  clear: both;
  padding:15px 0 0 0;
}

#logo {
  float: right;
  margin-top: 20px;
  margin-right: 7px;
}

h1 {
  float: left;
}


/* container
--------------------------------------------------*/

#container {
  width: 814px;
  background-image: url("../images/bg_container.jpg");
  background-repeat: repeat-y;
}

#containerB {
  margin-bottom: 5px;
  width: 814px;
  height: 13px;
  background-image: url("../images/bg_container_bottom.jpg");
  background-repeat: no-repeat;
}

#container {
  clear: both;
  overflow: hidden;
}

#container:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #container {
  height: 1em;
  overflow: visible;
}
/**/


/* contents & menu
--------------------------------------------------*/

#contents {
  width: 543px;
  padding: 0px 47px 0px 39px;
  float: right;
  background-image: url("../images/bg_contents.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 500px;
}

* html #contents {
  _height: 500px;
}

#menu {
  padding-top:2px;
  width: 185px;
  float: left;
  background-image: url("../images/bg_menu.jpg");
  background-repeat: no-repeat;
  background-position: top;
}


/* footer
--------------------------------------------------*/

#footer p {
  width: 800px;
  margin: 3px auto;
}

#footer p.faq {
  margin-top: 10px;
}

#vincent {
  display: none;
}


