body {
    background-color: #EEE;
    font-family: georgia, georgian, sans-serif, arial;
}
a {
    text-decoration: none;
    color: darkblue;
}
#container {
    background-color: white;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
#container .banner {
	text-align: center;
}
#container p {
	text-align: center;
}
/** prior header bkrnd color #C8BFE7 **/
#header {
    background-color: #019BA5;
    color: white;
    text-align: center;
    padding: 10px;
}
#header .twitter {
	text-align: center;
}

#content {
    padding: 10px;
}

#nav {
    width: 95px;
    float: left;
	text-align: left;
}
#nav ul {
    list-style-type: square;
    padding: 7px;
	
}
#nav ul li {
		text-align: left;
		padding: 7px 0px;
		margin: 0px 0px;
}
#nav .selected {
    font-weight: bold;
}
#nav h4 {
	margin: 15px 0px -17px 0px;
}
#main {
    width: 235px;
    float: right;
}
#main p {
	text-align: left;
}
#main h2 {
	margin: 7px;
}
#footer {
    clear: both;
    padding: 10px;
    background-color: aquamarine;
    text-align: center;
}
