body {
	color: #333333;
    font-size: 0.8em;
	background: url(/static/img/back.jpg) no-repeat fixed center;
	font-family: sans;
	margin: 20px 0 0 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

p {
	text-align: justify;
}

a:link, a:visited {
	color: #0B486F;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: century, georgia, sans;
	font-weight: 100;
	color: #A20000;
}

h3 {
	color: #666;
}

ul {
	list-style: none;
	padding: 0;	
}

li {
	margin: 3px 0;
}

td {
	padding: 5px;
}

#wrap {
	width: 750px;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	background: #ffffff url(/static/img/header.jpg) no-repeat center;
	height: 132px;
}

#main {
	background-color: #ffffff;
	padding: 0 15px;
}

#body {
	float: left;
	width: 580px;
	min-height: 400px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#nav {
	float: left;
	width: 120px;
	font-size: 14px;
	margin-top: 20px;
	background: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #666666;
    text-shadow: 0 1px 1px #ddd;
}

#nav a:hover, #nav a:active {
	text-decoration: underline;
	color: #761814;
}

#footer {
	clear: both;
	color: #999;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #c1c1c1;
	margin: 0 0 0 auto;
	padding: 5px 0;
	width: 610px;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.table-row-highlight {
	background-color: #ddd;
}

.table-row-label {
	color: maroon;
}

.calendar {
	text-align: center;
	margin: 10px 0;
}

.calendar td {
	border: 1px solid #c1c1c1;
}

.calendar th {
	font-size: 22px;
	font-weight: 100;
}

.announcement {
	padding: 5px 10px;
    background-color: #ffffc5;
    border: 1px solid #dedeab;
}

.gallery-photo {
    display: inline;
    margin-right: 15px;
}

.photo-gallery {
    margin-bottom: 40px;
}

.twtr-ft {
    background-color: none;
}

.twtr-widget {
    border: none;
}

.twtr-bd {
    font-size: 1.2em;
}

.twtr-tweet {
    background-color: #ffffc5;
    border: 1px solid #dedeab !important;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 3px;
}

.twtr-hd {
    display: none;
}
