*{margin: 0px; padding: 0px;}
body{background-color:#933;}
.content{height: 600px; width: 970px; margin: 10px auto; position: relative;}
.content{background-image: url(../images/multi_bg.jpg); font: 90% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;}
.header{width: 970px; height: 85px; text-align:center;}
.header #banner-div{width: 960px; height: 85px; left:0px; top: 0px; padding-left: 20px; position:absolute; background: transparent;}

.menu{background-color:#A0C7B0; height: 30px; width: 970px; position: absolute; left: 0px; top: 90px;}
.menu{text-align: center;}
.links{margin-top: 6px; color: #444;}
a, a:visited{text-decoration:none; color: #444;}
a#current, a:visited#current{color:#CFF;}
a:hover{text-decoration:underline;}

/*index.html*/
#splash{position: absolute; width: 300px; height: 400px; left: 345px; top: 120px;}
#message{position: absolute; width: 970px; left: 0px; bottom: 10px; text-align: center;}
.spanish{font-size: 120%; color: #933;}
.english{font-size: 80%; color: #444;}

/*about.html*/
#about-title{margin-top: 70px; margin-bottom: -10px; margin-left: 370px; color: #933;}
#about-photo{float: left; margin-left: 40px; border: 2px solid black;}
#about-org{text-align: left; width: 500px; margin:30px; margin-left: 300px; color: #444;}
#about-text {position:absolute; width:500px; height:305px; margin: -10px; background:#fff; padding:10px;}
#about-words{position:absolute; width:500px; height:305px; background:transparent;}
#about-words p{margin-bottom: 10px;}

/*events.html*/
#events-title{margin-top: 70px; margin-left: 180px; color: #933;}
#event-list{margin: 40px; margin-left: 220px; color: #444;}
#event-congregate{position: absolute; right: 200px; top: 140px;}

/*goals.html*/
#goals-circle{float: left; margin-left: 20px; margin-top: 60px;}
#goals-org{text-align: left; width: 500px; height: 385px; margin:10px; margin-top: 70px; margin-left: 450px; color: #444;}
#goals-text{position:absolute; width:500px; height:385px; margin: -10px; background:#fff; padding:10px;}
#goals-words{position:absolute; width:500px; height:385px; background:transparent; font-size: 95%;}
#goals-words p{margin-bottom: 10px;}

/*contact.html*/
#contact-title{margin-top: 70px; margin-left: 180px; color:#933;}
#contact-message{position: absolute; width: 355px; right: 60px; top: 210px;}
#contact-message p{margin-bottom: 10px;}

/*contact form*/
#contact-form{color: #444; padding: 20px; width: 370px; 
	font-size: 80%; height: 300px; left: 160px; top: 180px; position: absolute;}
#contact-form input, #contact-form textarea{background-color: #A0C7B0; border: 1px solid #888; padding: 2px;}
#contact-form .contact-select{margin-bottom: 10px;} 
#contact-form .label{font-size: 80%;}
#contact-form .required{font-size: 80%; color: red;}


/*coloring.html*/
#color-title{margin-top: 70px; margin-left: 180px; color:#933;}
#slideshow1{
	width: 216px;
	height: 216px;
	padding: 1px;
	background-color: #000;
	float: right;
	position: absolute;
	top: 200px;
	left: 375px;
}

.ss1{
	width: 216px;
	height: 216px;
}

#ss{margin: 0; padding:0 ;list-style-type:none;}

/*opacity*/
#about-text, #goals-text{filter: alpha(opacity=60);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 -moz-opacity: 0.60; opacity:0.6;
}