/* CSS */
body {
	background-color: #705d48;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-x;
	width:100%;
}
#background {
	display:            block;
	height:   650px;
	width: 100%;
	left:0;
	position:absolute;
	top:0;
	text-align:center;

}
#wholePage {
	text-align:left;
	margin: 0 auto;
	width:750px;
	margin-top:80px;
	position: relative;
}
#head {
	width: 723px;
	height: 190px;
	display: block;
}
#headNormal {
  background-color: #1B1B1B;
	background-image:     url(../i/headNormal.jpg);
	background-repeat:    no-repeat;
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 190px;
  display: block;
}
#mainMenuLeft {
	background-repeat:    no-repeat;
	position: absolute;
	left: 46px;
	top: 35px;
	width: 133px;
	height: 120px;
	display: block;
}
#mainContent {
  background-color: #705d48;
	background-image:     url(../i/mid.jpg);
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 282px;
  display: block;
}

#footer {
  background-color: #705d48;
 	background-image:     url(../i/foo.jpg);
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 87px;
  display: block;
}
#footerSeeAlso ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footerSeeAlso li {
	display: block;
	width: 33%;
	float: left;
}
.tagi
{
z-index:999; text-align:center; width: 100%; display: block; position: absolute; margin-top: 5px;
}
ul.tagi, ul.tagi li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
}

ul.tagi li {
	display: inline !important;
	white-space: nowrap;
	margin-left: 15px;
	color: #A98;
	font-size: 12px;
}
ul.tagi a, ul.tagi a:hover{
color: #A98;
text-decoration: none;
}
