html, body
{
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F380C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#menu
{
	position: absolute;
	top: 0px;
	left: 503px;
	width: 488px;
}

#fysioroundlogo
{
	background-image: url(images/fysioroundlogo.gif);
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
	position: absolute;
	bottom: 10px;
	left: 840px;
}

.menuitem:hover
{
	width: 110px;
	height: 28px;
	background-color: #ED65B4;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	text-decoration:none;
	font-size: 14px;
	float: left;
	margin-right: 12px;
}
.menuitem
{
	width: 110px;
	height: 28px;
	background-color: #E30083;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	text-decoration:none;
	font-size: 14px;
	float: left;
	margin-right: 12px;
}

a:visited
{
	color: white;
	text-decoration: none;	
}
a:link
{
	color: white;
	text-decoration: none;
}
a:hover
{
	color: white;
	text-decoration: underline;	
}
h3
{
	color: #E30083;
}