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


a:link {
	color: #2BA749;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2BA749;
}
a:hover {
	text-decoration: none;
	color: #59D578;
}
a:active {
	text-decoration: none;
	color: #2BA749;
}

.topleft{
	/*background-color:#0099CC;*/
	width: 800px;
	height: 600px;
	float: left;
	z-index: 2;
	position: relative;
	background-attachment: scroll;
	background-image: url(web-graf-TL-png.gif);
	background-repeat: no-repeat;
	background-position: left top;


}

.bottomright{
	z-index: 1;
	position: releive;
	/*background-color:#993366;*/
	width: 950px;
	height: 750px;
	float: left;
	background-attachment: scroll;
	background-image: url(web-graf-BR-png.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.menu{
/*background-color:#0099CC;*/
float: right;
width: 700px;
height: 20px;
margin-top: 105px;
text-align:right;
padding-right: 55px;
}

.content{
/*background-color:#0099FF;*/
float: left;
width: 700px;
height: 500px;
margin-top: 50px;
margin-left: 50px;
text-align:left;
color:#000000; 
font-size: 13pt; 
font-family:Arial;
}
