body {  
	background-color: #ffffcc;
        font-family: georgia,helvetica,sans;
        color: black; 
	background-image: url("http://www.geocities.com/ocay2004/seal.jpg");
        background-repeat: repeat-y;
	background-position: left; 
	background-attachment: fixed;  
	text-shadow: red;
	}

a:link { 
	text-decoration: none;
	color: #595;
	}

a:visited { 
	text-decoration: none;
	color: #595;
	} 

a:active { 
	text-decoration: none;
	color: #b9b;
	}

a:hover { 
	text-decoration: underline;
	color: #b9b;
	}

a.menu:link  { 
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 8px;
	border: 0px;
	margin-right: 0px;
	}

a.menu:visited   { 
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 8px;
	border: 0px;
	margin-right: 0px;
	} 

a.menu:hover   {
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	background-color: #ffc;
	padding: 8px;
	border: 0px;
	margin-right: 0px;
	}

a.menu:active   { 
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	border: 0px;
	margin-right: 0px;
	}






 
img {
 	vertical-align: bottom;
	}

.yellow {
	background-color: #ffffcc;
	}

.purple {
	background-color: #b9b;
	}

.events:before {
	content: "this is an event";
	}
	

.meeting:before {
	content: "Thursday October 6th, at 5pm at the YMCA";
	}


.center {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

.menu {
	background-color: #b9b;
	text-align: left;
        color: black; 
	padding: 6px;
	font-size: 10pt;
	float: left;
	width: 160px;
	}

.menulink {
	background-color: #b9b;
	text-align: center;
        color: yellow; 
	font-size: 15pt;
	}

.main {
	float: left;
	padding: 10px;
	width: 500px;
	background-color: #ffffcc;
	}

.date {
	text-align: left;
	padding: 0px;
	color: #555;
	font-size: 13pt;
	font-style: italic;
	} 

.heading1 {
	color: black;
	font-size: 15pt;
	text-align: left;
	padding: 0px;
	}

.side {
	float: left;
	}

#title {
	color: #6666ff;
	text-align: center;
	}

#links { 
	position: absolute;
	top: 125px;
	left: 15px;
	background-color: #eee;
        font-family: georgia,helvetica,sans;
        color: black; 
	text-align: center;
	letter-spacing: 0;  
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	/* display: table-cell; */
	border: solid;
	border-width: thin;
	border-color: #555;
	width: 150px;
	float: none;
} 

#title { 
	background-color: #c99;
        font-family: georgia,helvetica,sans;
        color: black; 
	/* background-image: url(""); */
	background-repeat: no-repeat;
	background-position: center;
        /* position: relative; */
	padding: 5px;
	/* display: table-cell; */
	/* border: ; */
	border-width: thin;
	font-size: 15pt;
}

#title_light { 
	background-color: #eee;
        font-family: georgia,helvetica,sans;
        color: black; 
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
        /* position: relative; */
	padding: 5px;
	/* display: table-cell; */
	border:  double;
	border-width: 1px;
	border-color: #aaa;
	font-size: 15pt;
}

#banner { 
	position: absolute;
	top: 7px;
	left: 180px;
	background-color: transparent;
        font-family: georgia,helvetica,sans;
        color: black; 
	background-image: url("http://www.geocities.com/ocay2004/title2.jpg");
	background-repeat: no-repeat;
	background-position: center;
        padding: 0px;
	/* display: table-cell; */
	border: none;
	border-width: thin;
	border-color: #555;
	width: 500px;
	height: 99px;
}

#body { 
	position: absolute;
	top: 125px;
	left: 180px;
	width: 500px;
	/* height: ; */

	background-color: transparent;
        font-family: georgia,verdana,helvetica,sans-serif;
        color: black; 

	/* background-image: url(""); */
	background-repeat: no-repeat;
	background-position: center;

        padding: 0px;
	/* display: table-cell; */
	/* border: ; */
	border-width: thin;
	border-color: #555;
}
