html,body
{
	background-color: #eeeee6;
	margin: 0px;
	height: 100%;
}

a
{
	text-decoration: none;
	
	/*border-right: 2px ridge blue;
	border-top: 1px outset blue;
	border-bottom: 1px outset blue;*/
	
	border-left: 1px ridge #94928c;
	
	border-right: 2px ridge #94928c;
	border-top: 1px outset #94928c;
	border-bottom: 1px outset #94928c;
	
	margin: 0px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	
	color: black;
	background-color: #f8f6ef;
	background-image: url("../common/p.png");
	background-repeat: repeat-left;
	background-position: left bottom;
	
}


div:first-child a
{
	border: none;
}

a:hover
{
	background-color: #FDDF87;
	background-image: url("../common/sel.png");
	color: black;
}

#lpanel
{
	float: left;
	padding: 0px; 
	margin-top: -5px;
}

#lpanel a {
	display: block;
	margin: 0px;
	width: 100%;
	border-right: 2px ridge #94928c;
	border-bottom: 2px ridge #94928c;
}

#rpanel
{
	float: right;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -5px;
	border-left: 2px ridge #94928c;
	border-bottom: 2px ridge #94928c;
}

#toprow
{
	text-align: center; 
	margin-top: 4px;

}

#lowrow
{
	text-align: center; 
	margin-top: 4px;
}


