body {
	font: 16px Verdana;	
	color: #848484;
	margin: 30px auto;
	background-image: url(/images/backgrounds/cupidslab_bkgd.gif);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

div.clear {
	clear: both;
}

#mainmenu {
	width: 192px;
}

#mainmenu .header {
	height: 48px;
}

#mainmenu .header .avatar, #mainmenu .header div {
	height: 48px;
	float: left;
}

#mainmenu .header div {
	padding-left: 8px;
}


#mainmenu ul {
	margin: 0px;
	padding: 0;
	border-top-color: white;
	border-top-style: solid;
	list-style-type: none;
}

#mainmenu li {
	padding: 0px;
	clear: right;
	border-width: 1px;
	border-bottom-color: grey;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu a:visited {	
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: underline;
}