body {
        color: #000;
        background: #333;
	font-family: arial;
}

div.topwrapper {
	position: relative;
}

H1 {
        line-height:14px;

}

H2 {
        color: #333;
        line-height:14px;

}
.menu {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 169px;
	font-size: 14px;
        background: #FFF;
        padding-bottom: 20px;
	text-transform: lowercase;
}

.contentArea {
	position: absolute;
        left: 200px; 
	font-size: 14px;
	padding: 5px;
	margin: 5px;
	font-family: arial;
	min-height: 400px;
        background: #FFF;
        width:800px;

}


A {
        color: #089CEF;
        text-decoration: none;
}

/* Hides from non-ie: the holly hack \*/
* html .adminConsoleWorkArea {
	zoom: 1.00;
	display: inline;
}
/* End hide from non-ie */