/** Layout */
/*
body {margin:0; padding:0; overflow:hidden}

div#header {position:relative; top:0; width:793px; height:156px;  margin-left:auto; margin-right:auto;}

div#menuhoriz {position:relative;top:0px;width:793px; margin-left:auto; margin-right:auto;}
div#menuhoriz ul#nav {height:20px;margin:0px;padding:0px;list-style-image:none;list-style-position:outside;list-style-type:none}
div#menuhoriz ul#nav li {float:left;margin:0px 0px 0px 20px}

div#container {position:relative;width:793px; margin-left:auto; margin-right:auto;}
div#container div#title {position:absolute;top:20px;left:100px}
div#container div#content {position:absolute;top:50px;left:0px;width:793px;margin:0px 70px 20px 0px;overflow:auto}

div#container div#content div#textbody {margin-top:0px;margin-left:100px;margin-right:20px}

div#container div#blanket {
	position: fixed;  width:793px; height:99px; z-index:1; bottom:0; margin-top:auto;}

*/

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background: #fcf4e8; 
  overflow: hidden; 
}

/* for internet explorer */
* html body {
  padding:198px 0 20px 0;   
}

#wraper {
  position:fixed; 
  top:178px;
  left:0;
  bottom:28px; 
  right:0; 
  overflow:hidden; 
}
* html #wraper {
  height:100%; 
  width:100%; 
}

#container {
	width:791px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:29px;
	bottom:29px;
	height:100%;
	overflow:hidden;
	background: #fcf4e9 url('../img/containerbg.jpg') top no-repeat;
	border-left: 1px solid #ebd4ab;
	border-right: 1px solid #ebd4ab;
}
#text {
	padding-top: 42px;
	padding-left: 60px;
	padding-right: 50px;
}

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:178px; 
  overflow:hidden; 
  text-align:center;
  z-index:100;
}
* html #header {height:178px;}

#top {
	position:relative;
	width:791px;
	height:156px;
	margin-left:auto; margin-right:auto;
	background: url('../img/bodytop.jpg');
	border-left: 1px solid #ebd4ab;
	border-right: 1px solid #ebd4ab;
}
#menuhoriz {
	height:20px; background-color:white;
	width:793px;font-family:arial,helvetica,sans-serif; font-size:0.65em; 
	vertical-align:bottom;
	margin-left:auto; margin-right:auto;
}

div#menuhoriz ul#nav { height:20px;margin:0px;padding:0px;list-style-image:none;list-style-position:outside;list-style-type:none}
div#menuhoriz ul#nav li {float:left; margin:0px 0px 0px 40px}

#content { visibility: hidden;}
div#content div#detail {position:absolute;top:60px;left:450px;width:280px;height:115px}
div#container div#footer {position:absolute;top:370px;left:620px;z-index:2}

#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:99px; 
  overflow:hidden; 
}

#footer div {
	width:793px;
	background: transparent url('../img/blanket.png') left no-repeat;
	height:99px;
	margin-left:auto; margin-right:auto;
}