.wrapper {
    position: absolute;
    width: 100%;
    min-width: 980px;
	color: #333;
}
.dashboard {
    background: #eee url(//www.ad4game.com/adspec/img/adspec-pattern.png);
    padding: 0 10px 0 30px;
    border-right: 5px solid #ffd700;
    overflow: hidden;
    width: 150px;
    box-shadow: 0 0 20px #555;
    position: absolute;
    height: 100%;
}
.dashboard #logo {
	margin: 20px 0 20px;
}
.adformats {
    left: 0;
    right: 0;
    position: absolute;
}
.adformats ul li {
    padding: 10px 10px 10px 30px;
	cursor: pointer;
	background-color: #ffffff;
	color:#333;
	font-size:16px;
	border-top: 1px solid #ddd;
}
.adformats ul li:hover {
    background: gold;
}
.main-nav-selected {
	background: #ffd700 !important;
	box-shadow: 0 0 10px #aaa;
	font-weight: bold;
}
.content {
    margin-left: 195px;
    padding: 20px 30px 30px 50px;
}
.adformats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}