

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 125%;
    color: #94BDB4; 
}

h2 {
	font-size: 100%;
}

.searchbtn
{
	color: #CCCCCC;
	border:none;
	cursor: pointer;
	margin-right:5px;
	margin-left:1px;
	margin-top:3px;
	margin-bottom:3px;

}

.bigImage {
    border-color: #94BDB4; 
    border-style: double;
    border-width: 2px;
}

.spanAroundBigImage {
    text-align:center; 
    display:block;
}

.heading {
	color: #94BDB4; // B28FE7
	text-shadow:#000000;
	font-weight:bold;
}

a.heading {
	color: #94BDB4;
	text-shadow:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.heading:hover {
	text-decoration:underline;
}

a {
	color: #94BDB4;
	text-shadow:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

span.searchbtn:hover /* so these are just the inputs that have that class assigned, of course */
{
	color: #FFF;
	border:none;
	background-color: #000000;
	cursor: pointer;
}

.copyright {
	font-size:x-small;
}

#main {
    width:760px;
    border: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#mainSkinny {
    border: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
	width:500px; 
    margin-left:150px; 
    margin-right:150px;
}

#footer {
    width:760px;
    border: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}


.column {
    width:45%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 1%;
}

 
#main #menu {
    border-left:1px solid #000; 
    border-bottom:1px solid #000;
    border-top:1px solid #000;
    float:right;
    width:200px;
    margin:0px -20px 10px 10px;
    font-size: 70%;
    text-align: left;
    padding: 5px;
    background-color: #94BDB4;
    color: black;
}


#main #donateMenu {
    border-right:1px solid #000; 
    border-bottom:1px solid #000;
    border-top:1px solid #000;
    float:left;
    width:150px;
    margin:0px 20px 10px 10px;
    font-size: 70%;
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    color: black;
}

#menu a {
    color: black;
}

#takeMeThere {
    border-right:1px dashed #000; 
    border-bottom:1px dashed #000;
    border-top:1px dashed #000;
    border-left:1px dashed #000;
    float:left;
	     margin:0px 10px 10px 10px;
    padding:10px 10px 10px 10px;
    font-size: 70%;
}