a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #B78F4D;
}
.link2 a:link {
  color:#750301;
  text-decoration:underline;
  }
.link2 a:hover {
  color:#755111;
  text-decoration:none;
  }
.link2 a:visited {
  color:#CC9900;
  text-decoration:underline;
  }	
#head {
	position: absolute;
	height: 151px;
	width: 750px;
	left: 125px;
	top: 0px;
	visibility: visible;
}
#mainmanu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	position: absolute;
	visibility: visible;
	height: 26px;
	width: 750px;
	left: 125px;
	top: 149px;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/main_bkgr2.jpg);
	background-repeat: repeat;
	position: absolute;
	visibility: visible;
	height: 900px;
	width: 750px;
	left: 125px;
	top: 175px;
}
#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bottom_bkgr.jpg);
	background-repeat: repeat;
	text-align: center;
	position: absolute;
	visibility: visible;
	height: 117px;
	width: 750px;
	left:125px;
	top: 1058px;
}
