* { margin: 0px; }

html, body {
	height: 100%;
	background: url(../images/paper%20texture.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, li, dd, dt {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1;
}
dt {
	font-weight: bold;
	margin: 0.5em 0;
}
dd {
	margin: 0.3em 0;
}
h2, h3 {
	font-size: 1em;
	text-align: center;
}
a:hover,a:active {
	font-weight: bold; 
}



.red {
	color: #9a2734;
	padding-top: 2em;
	padding-bottom: 0.6em;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -192px;
}

#footer, #push {
	height: 192px;
	clear: both;
}

.sidebar {
	float: left;
	width: 303px;
}
.sidebar h1  {
	color: #9a2734;
	font: italic lighter 1.8em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 1em 0;
}
.sidebar      h3 {
	font-weight: lighter;
	padding-top: 0.5em;
}
.sidebar a { color: #000000; }

.content {
	margin-left: 303px; 
	text-align: center;
}
.content td {
	/* For PayPal */
	text-align: center;
}
.content h1  {
	font: lighter 2.2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 0.6em;
}
.content h5  {
	text-align: center;
	font-size: 0.6em;
	font-style: italic;
	font-weight: lighter;
}
.content div   {
	background: #9a2734;
	color: white;
	padding: 1px;
	margin: 20px 25px;
}
.content #sabbatphoto { margin-top: 25px; }

.content div h3 {
	font-weight: bold;
	color: #FF9900;
}
.content div a {
	color: white;
	text-decoration: underline;
}
.content div div {
	padding: 0px;
	margin: 0px;
}
.content p {
	margin: 1em;
}

.notice {
	padding: 1em !important;
	text-align: center;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
}

.notice p, .notice li, .notice dd, .notice dt {
	font-size: 1em;
}

.notice ul {
	margin: 0.5em 0;
}

.notice li {
	list-style-position: inside;
}


.menu {
	background: #513f28;
	clear: both;
}
.menu table  {
	width: 96%;
	margin: 0px 2% 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 2em;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu  th:hover,.menu   th:active  { background: #FF9900; }
#home    .home, #about  .about, #classes  .classes, #history  .history,
#contribute  .contribute, #contact  .contact, #schedule  .schedule, #events
.events, #dinner2010 .dinner2010  { background: #FF9900; }

.menu th {
	/* 1/7 of the space for each tab */
	width: 14.29%;
}

.schedule {
	padding: 0 10px;
	width: 283px; /* 303px - 2*10px */
}
/* Try to work around godawfully broken removal of margins from everything
 * without disrupting the existing markup */
.content center div h2 {
	margin: 0.83em 0;
}
.content center div ul {
	margin: 1em 0;
}
.schedule p {
	margin: 0.3em 0;
}

.content center div li {
	text-align: left;
}
