*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
}

#wraper{
	width: 100%;
	height: 100%;
	display: table;
}

#leftSpace{
	background-image: url("img/mbackl.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #000000;
}

#contentContainer{
	background-color: #D4D9B9;
	border-right: 2px solid #94966F;
	border-left: 2px solid #94966F;
	width: 558px;
}

#contentSpace{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}

#rightSpace{
	background-image: url("img/mback.jpg");
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #000000;
}

#logo{
	position: fixed;
	z-index: 100;
	width: 1px;
	height: 1px;
}

#logo img{
	position: relative;
	left: -165px;
}

#menuTrigger{
	display: block;
	width: 200px;
	height: 20px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	z-index: 200;
}

#menuContainer{
	width: 1px;
	height: 1px;
	position: fixed;
	z-index: 1
}

#menuSpace{
	position: relative;
	left: 480px;
	width: 200px;
	height: 370px;
	/*background-image: url("img/menu-trans.png");*/
	z-index: 2;
}

#menuPlacer{
	position: fixed;
	width: 1px;
	height: 1px;
	z-index: 3;
}

#menuPlacer ul{
	position: relative;
	top: 110px;
	left: 530px;
	list-style: none;
	width: 90px;
}

#menuPlacer ul li{
	height: 25px;
	line-height: 20px;
	border-bottom: 1px solid #86877F;
}

#menuPlacer ul .subs{
	color: #86877F;
	font-size: 11px;
}

#menuPlacer ul .sub a{
	margin-left: 20px;
}

#menuPlacer ul li a{
	color: #86877F;
	text-decoration: none;
	font-size: 11px;
}

#menuPlacer ul li .menuHead{
	font-size: 16px;
	font-weight: 900;
}


