* {padding: 0; margin: 0}

body {
	background: #fff url("../images/storm.jpg") no-repeat right bottom fixed;
	font: 0.7em / 1.6em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, Verdana, SunSans-Regular, sans-serif;	
}

#maindiv {
}

#headerdiv {
	padding: 20px 20px;
	border-bottom: 1px dotted #cfc4bd;
}

#maincontent {
	margin-top: 20px;
	margin-left: 150px;
	width: 300px;
}

h1 
{
	color: #cfc4bd;
	margin-bottom: 10px;
}

#menu 
{
	float:left;
	padding: 20px 20px;
	width: 110px;
}

.menuitem,.menuitem_selected
{
	padding: 4px 4px;
	border-bottom: 1px dotted #cfc4bd;
}

.menuitem a, .menuitem_selected a
{
	color: #656161;
	text-decoration: none;
}

.menuitem_selected 
{
	background-color: #cfc4bd; 
	border: 1px dotted gray;
}

.selected a 
{
	color: White;
}

.menuitem_hover 
{
	background-color: #f0edea;
}