a {
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: 700;
	text-decoration: underline;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-color:#FFFFFF;
}

img {
	border: 0px;
}

div.content {
	position: absolute;
  	top: 10px;
	left:230px;
	width:500px;
	height:auto;
}

div.menu {
	position: absolute;
  	top: 10px;
	left:10px;
	width:210px;
}

div.bottom {
	position: absolute;
  	bottom: 10px;
	left: 10px;
	width:210px;
}
