.title {
	position:absolute;
	top:10px;
	left:10px;
	width:1000px;
	height:50px;
	border:solid 1px black;
	background:url(clipart/bg_title.png);
	color:white;
	font-family:Verdana;
	font-weight:bold;
	font-size:20pt;
}

.menu {
	position:absolute;
	top:61px; 
	left:10px; 
	width:200px; 
	min-height:700px; 
	height:700px;
	border: solid 1px black; 
	background:url(clipart/bg_menu.png);
}

.menu1 {
	font-family:Verdana;
	font-weight:bold;
	font-size:12pt;
}

.menu2 {
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
}

.menu3 {
	font-family:Verdana;
	font-size:10pt;
}

a.menulink {
	text-decoration:none;
	color:black;
}

a.menulink:hover, a.menulink:focus {
	color:white;
	text-decoration:underline overline;
	background:#1791c9;
}

a.link {
	text-decoration: underline;
	color:black;
}

a.image {
	text-decoration: none;
	color:black;
}

a.image:hover, a.image:focus {
	color:white;
}

.content {
	position:absolute; 
	top:61px; 
	left:211px; 
	width:799px; 
	height:700px;
	min-height:700px; 
	max-height: 700px;
	border:solid 1px black; 
	background:url(clipart/bg_content.png);
	font-family:Verdana;
	font-size:9pt;
	overflow:auto;
}

.header1 {
	background:url(clipart/header1.png);
	height:20;
	color:white;
	font-weight:bold;
}

.header2 {
	background:url(clipart/header2.png);
	height:20;
	color:black;
	font-weight:bold;
}

.cell {
	padding-right:20px;
}
