
.link
{
	color: #00F000; 
	text-decoration: none;
	font-weight: bold;
}

.link:hover
{
	color: #000000; 
	background-color: #00CC00;
}

.mainmenu
{
	position: absolute;
	left: 7px;
	top: -7px;
	
	text-align: left;
	vertical-align: middle;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #00CC00; 
	
	padding: 1px;

	
}

.topmenufirst
{
	border-bottom-color: #00CC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-top-color: #00CC00;
	border-top-style: solid;
	border-top-width: 1px;

	border-right-color: #00CC00;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-left-color: #00CC00;
	border-left-style: solid;
	border-left-width: 1px;
	
	background-color: #000000;		
	
}

.topmenu
{
	border-bottom-color: #00CC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-top-color: #00CC00;
	border-top-style: solid;
	border-top-width: 1px;

	border-right-color: #00CC00;
	border-right-style: solid;
	border-right-width: 1px;
	
	background-color: #000000;		
	
}

.menulink
{
	color: #00F000; 
	text-decoration: none;
	font-weight: bold;
}

.menulink:hover
{
	color: #000000; 
	background-color: #00CC00;
}

.menuactive
{
	font-weight: bold;
	text-decoration: none;
	color: #000000; 
	background-color: #00CC00;
}


.caption
{
	color: #00F000; 
	letter-spacing: 2px;
	font-weight: bold;
}

#page
{
	position: absolute;
	left:50%;
	top:50%;
	background-color: #000000;
}

#main
{
	position: absolute;
	left: -250px;
	top: -250px;
	width: 500px;
	height: 500px;
	

	border-color: #00CC00;
	border-style: solid;
	border-width: 1px;
}

#content
{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 498px;
	height: 466px;
	
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	
	text-align: center;
	vertical-align: middle;


	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #00CC00; 
}

#footer
{
	position: absolute;
	right: 0px;
	top: 500px;
	width: 170px;
	height: 10px;

}


#index
{
	text-align: center;
	vertical-align: middle;
		
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #00CC00; 
}


#message1
{
	position: absolute;
	left: 0px;
	top: 300px;
	width: 200px;
	height: 200px;
	z-index: -1;
	
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	
	text-align: center;
	vertical-align: middle;

	font-family: Verdana, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #002000; 
}

#toprightpic
{
	position: absolute;
	left: 500px;
	top: 0px;
	z-index: -1;
}