BODY, HTML {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: white;
}

#header_bar
{
	background: #c0c0c0 url(/images/header_bg.png) repeat-x;
	width: 100%;
	height: 100px;
	font-size: 133%;
	position: relative;
	font-family: sans-serif;
	margin-bottom: 0px;
}

#header_bar p {
	top: 40px;
	left: 100px;
	position: absolute;
	color: white;
}

#rfslogo
{
	float: left;
	margin: 0px 10px;
	border: 0px;
}

#menubar {
	background: black;
	color: white;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

#menubar a {
	color: white;
}

#menubar a:visited {
	color: white;
}

#menubar ul li {
	display: inline;
	list-style: none;
	padding-right: 1.5em;
}

#body {
	width: 100%;
	position: relative;
}

#content {
	padding: 1em 1em 2em 1em;
	margin-left: 1em;
	margin-right: 17em;
	background: #f0f0f0;
	font-family: sans-serif;
	font-size: 100%;
	max-width: 45em;
}

#content img {
	margin: 10px;
}

#sidebar {
	width: 18em;
	min-width: 150px;
	background: #d0d0d0;
	right: 0px;
	top: 0px;
	padding: 1em;
	position: absolute;
	font-family: sans-serif;
	font-size: 100%;
}
	
#calendar {
	font-size: 80%;
}

#calendar h2 {
	font-size: 130%;
	font-weight: bold;
}

#calendar span.cal_date {
	font-weight: bold;
}

#calendar ul {
	padding-left: 0px;
}

#calendar ul li {
	list-style: none;
}

#news {
	font-size: 80%;
	border-top: 1px solid black;
	padding-top: 20px;
}

#news h2 {
	font-size: 130%;
	font-weight: bold;
}

.news_date {
	font-style: italic;
	font-size: 80%;
}

#news ul {
	padding-left: 0px;
}

#news ul li {
	list-style: none;
}

#galleries {
	font-size: 80%;
	border-top: 1px solid black;
	padding-top: 20px;
}

#galleries h2 {
	font-size: 130%;
	font-weight: bold;
}

#galleries span.gallery_date {
	font-style: italic;
	font-size: 80%;
}

#galleries ul {
	padding-left: 0px;
}

#galleries ul li {
	list-style: none;
}

#ad_image {
	border-top: 1px solid black;
	padding-top: 20px;
	margin: 0px auto;
	text-align: center;
}

#ad_image img {
	padding: 0px;
	width: 150px;
	border: 1px solid black;
}

#footer {
	font-size: 65%;
	font-family: sans-serif;
	background: #c0c0c0;
	margin: 10px auto;
	padding: 4px;
}

th.vertical {
	text-align: right;
	vertical-align: top;
}

h1.cal_date {
	font-size: 120%;
	margin-top: 2em;
}

p.error {
	font-weight: bold;
	color: red;
}

span.admin_links {
	font-size: 70%;
}

h1.article_title {
	font-size: 150%;
}

p.blurb {
	font-weight: bold;
}

div#preview {
	border: 1px black solid;
	margin: 1em;
	padding: 1em;
	background: url(/images/preview.png);
}

.form_help {
	font-size: 70%;
}
