
.body
{
	background-color:#D4D0C8;
	text-align: center;
}

div#container
{
	width:900px;
	margin:0 auto; 
	text-align: left;
	background: url(../img/layout/container_bg.gif) repeat-y top left;
}

div#wrapper
{
  float:none;
  position:relative;
	background: url(../img/layout/container_bg.gif) repeat-y top left;
	padding-left:25px;
	padding-right:25px;
}

div#emotionheader
{
	position:relative;
	width:850px;
	height:190px;
	z-index:1;
	border-bottom:1px #000 solid;
	
}

div#navigation
{
	position:relative;
	z-index:2;
	background:url(../img/nav/navigation_bg_black_small.png) repeat-x 0 0;
	width:850px;
	background-color:#333;
	border-bottom:0px #fff solid;
}

div#wrapper2
{
  overflow:hidden;
	width:850px;
}

div#content
{
  float:left;
	width:850px;
}

div#footer
{
	width:900px;
	background:url(../img/layout/container_footer_bg.gif) 0 0 repeat-y;
}

div#bottom
{
	width:900px;
	height:15px;
	background:url(../img/layout/container_bottom_bg.gif) 0 0 no-repeat;
}

div#logo
{
  position: absolute;
	z-index: 100;
	top:  -40px;
	left: 15px;
	width: 0px;
	height: 0px;
	overflow: visible;
	visibility: show;
	border: 0px;
}

div#footer a { color:#999999; }

div#navigation .gutter { padding: 10px 40px 10px 25px; }
div#content .gutter { padding: 25px 40px 25px 25px; }
div#sidebar .gutter { padding: 25px 0px 25px 0; }
div#footer .gutter{ padding: 15px 40px 10px 40px; }

