body {

}

#footer {
	text-align: center;
	/*
	background-color: #91BEFF;
	background: rgba(145, 190,255, 0.6);
	*/	
        background-color:transparent;
        background-image: none;}

.wrapper {
        border: medium;
        border-color: #E87717; 
        border-style: solid;
	/* 
	background-color:white;
	border-color: rgba(232, 119, 23, 0.7);
	background: rgba(255, 255, 255, 0.6);
	*/
	-moz-border-radius: 5px;
        border-radius: 5px;
        
        background-color:transparent;
        background-image: url("images/white_trans_60.png");
}


#page_content {
	/* 
	background-color:white; 
	background: rgba(255, 255, 255, 0.7);
	*/
	background-color:white;
        /* background-image: url("images/white_trans_70.png"); */
	margin-right: 40px;
	margin-left: 4px;
	margin-top: 4px;
	-moz-border-radius: 15px;
        border-radius: 15px;

}

A.topmenulink:hover  {
  background-color: #FFB366;
  color: #9B009B;
}

A.menulink:hover  {
  color: #9B009B;
}

#smallads {
 margin-top: -18px;
}
