body { 
    margin: 0px;
    background-color: #C03; 
    font-family: "Times New Roman", Times, serif;
}

a img {
    border: 0px;
}

div#container {
    background: white;
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    margin-top: 0px;
    padding: 1em;
}

div#center {
    width: 580px;
}

div#right {
    width: 200px;
    position: absolute; top: 14em; left: 620px;
}


div#banner h1 {
}

div#banner h1 a {
	font-size: 2em;
	text-decoration: none;
	letter-spacing: 1em;
	color: #A4141C;
}


div#banner-bar {
	border-bottom: #434A80;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div.content h2 {
    color: #434A80;
    text-align: right;
    border-bottom: 1px solid black;
}


div.content h3, div#right h2, div#calendar caption {
    color: #777;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: .3em;
}


p.posted {
	text-align: center;
	width: 70%;
	position: relative;
	left: 15%;
	font-family: Georgia, serif;
	font-size: smaller;
	color: #888;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2em;
	margin-bottom: 2em;
}


/* Yes, I am faking french quotes, because some browsers don't do well with
   UTF-8 in style sheets. */
p.posted:before {
    content: "<<";
    font-size: x-small;
    letter-spacing: -0.1em;
    margin-right: .4em;
}

p.posted:after {
    content: ">>";
    font-size: x-small;
    letter-spacing: -0.1em;
}

p.posted a {
    color: #666;
}


/* Column stuff */


div#right a {
    text-decoration: none;
}

div#right h2, div#calendar caption {
    font-size: medium;
    letter-spacing: .5em;
}


div#right ul {
    list-style: none;
    padding-left: 0px;
}

div#right ul li a {
    display: block;
}

div#right ul li a:hover {
    background: #e6e6e6;
}


div#calendar caption {
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
	margin-bottom: .3em;
}


div#calendar th {
	font-weight: normal;
	color: #C03;
	
}

div#calendar td {
    text-align: center;
}

div#calendar td a {
    text-align: center;
}

div.link-note {
    font-size: smaller;
    margin-left: 2em;
}


