body {

}

#masthead {
	padding: 1px;
}

#footer {
	text-align: center;
	/*
	background-color: #91BEFF;
	background: rgba(145, 190,255, 0.6);
	*/	
        background-color:transparent;
        /* background-image: url("../images/warmblue_trans_50.png"); */
        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: none;
	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;
}

.div1 {
  background-color: lightblue;
  height: auto;
  width: auto;
  float:right;
  display:inline;
  margin-right: 5px;
}
.div2 {
  background-color: lightgreen;
  height: auto;
  width: 200px;
  float:left;
  display:inline;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;  
  margin-left: 10px;
  margin-right: 10px;
}
.div3 {
  background-color: red;
  height: auto;
  max-width: 760px;
  float:left;
  display:inline;
  padding: 10px;
}

