body {
		font-family: verdana, sans-serif;
        font-size: 12px;
        /* background: #eeeeee; */
		background: #dddddd;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}
											/* HEADER SECTION */
table.header {
		width: 100%;
		background: #bbbbbb;
}

#header td {
		vertical-align: middle;
}


											/* CALENDAR SECTION */
table.calendar {
		width: 100%;
		font-family: verdana, sans-serif;
		font-size: 10px;
		padding: 15px;
		border: 2px solid #666666;
		border-collapse: collapse;
		background: #eeeeee
}
#calendar td {
		border: 1px dotted #999999;
}



											/* CONTACT SECTION */
#contact td {
		vertical-align: top;
		padding: 3px;
}


table.contact {
		font-family: verdana, sans-serif;
		font-size: 12px;
		border: 1px solid #cccccc;
		background-color: #eeeeee;

}

											/* AWANA PAGE */
table.awana {
		font-family: verdana, sans-serif;
		font-size: 11px;
		border: 1px solid #cccccc;
		background-color: #eeeeee;
		border-collapse: collapse;
}

#awana td {
		border: 1px dashed #999999;
		padding: 2px;
}

											/* NAVIGATION BAR */

.container {
        /* width: 500px; */
		width: 100%;
        /* padding: 15px; */
        margin: 3px 0 20px 0;
        /* border: 1px solid #ccc; */
        background: #dddddd;
}

/* pyramid */ 

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:active, a:hover {
		color: #000000;
		background: usr(images/pyramid.gif) no-repeat bottom center;
}


#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
		color: #000;
        background: url(images/pyramid.gif) no-repeat bottom center;
}


/* End code for navigation bar */
