*,html {
	margin: 0;
	padding: 0;
}

body {
	background: #6f6f6f;
	color: #444;
	font-family: Arial, helvetica;
	font-size: 12pt;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -260px;
	width: 940px;
	height: 540px;
	border: 1px solid #666;
	background: white;
}

#inner {
	width: 920px;
	height: 520px;
	margin: 10px;
	background: white url(../../media/start_l.jpg) no-repeat top right;
}

#innerfront {
	width: 920px;
	height: 520px;
	margin: 10px;
	background: white url(../../media/bg_front2.jpg) no-repeat top left;
}

#mR {
	position: absolute;
    left: 50%;
	margin-left: -460px;
	width: 180px;
	height: 520px;
	vertical-align: bottom;
	overflow: hidden;
}

#mL {
	margin-left: 188px;
	height: 520px;
	margin-right: 252px;
	font-size: 0.9em;
	line-height: 140%;
}

#mR ul {
	list-style-type: none;
	vertical-align: bottom;
}

#mR li {
	margin-bottom: 4px;
	background: #4D5D5C;
	padding: 2px;
}

#mR li a,#mR li a:visited {	
    display: block;
	color: white;

	text-decoration: none;
	background: #4D5D5C;    
}

#mR li a:hover {
	color: #666;
	background: #ccc;
}

#mR li.last {
	height: 900px;
	background: #ccc;
	padding: 2px;
	font-size: 1.6em;
}
#mR li.last a, #mR li.last a:visited  {
	color: #666;
    background: #ccc;

}
#mR li.last a:hover {
	color: #fff;
	background: transparent;

}

#mL h1 {
	background: #ccc;
	padding: 2px;
	font-size: 1.6em;
	margin-bottom: 8px;
	height: 48px;
	color: #666;
}

#mL p {
	margin-bottom: 1.4em;
}
#mL a, #mL a:visited {
	color: #666;
}
#mL a:hover{
	color: #336699;
}
