/* General Styles */
	body { margin: 0; padding: 0; font-family: Verdana, sans-serif; font-size: 12px; color: #000; }
	.clear { visibility: hidden; margin: 0; padding: 0; height: 1px; clear: both ;}
	h1, h2 { margin: 0; padding: 0 ;}

/* Page Appearance */
	html { background: #a79c80 url('../images/page-repeat.png') repeat-x top ;}
	body { background: url('../images/page.png') no-repeat top center; min-height: 1000px; }
	#container { width: 998px; margin: 0 auto; ;}

/* Header */
	#header h1, #header h2 { display: none; }
	#header { background: url('../images/header.png') no-repeat top center; height: 360px; }

/* Content */
	#content-top { background: url('../images/content-top-trans.png') no-repeat bottom center; min-height: 25px; padding-bottom: 10px; }
	#content { background: url('../images/content-middle-trans.png') repeat-y center; padding: 1px 0 1px 245px; }
	#content-top h1 {
		font-family: "Trebuchet MS", Trebuchet, sans-serif;
		color: #fff;
		font-size: 50px;
		text-align: right;
		margin: 0; padding: 0;
		letter-spacing: 8px;
	}
	#footer { background: url('../images/content-bottom-trans.png') no-repeat top center; text-align: center; padding: 40px 0 20px 0; font-size: 11px }
	
/* Navigation */
	#nav { float: left; width: 245px; background: url('../images/sac-star.png') no-repeat top center; padding: 110px 0 0 5px; }
	#nav ul { background: url('../images/nav-seperator.png') no-repeat top center; padding: 10px 0; margin: 0; list-style: none }
	#nav #links li { margin: 0; padding: 0; display: inline }
	#nav #links li a { padding: 10px 20px; margin: 0 0 -4px 1px; display: block; color: #000; font-size: 16px; text-decoration: none; }
	#nav #links li a:hover, #nav li a.current { background: url('../images/nav-hover.png') repeat-x ;}
	
	#nav h3 { text-align: center }
	#nav #events li { padding: 5px 16px; }
	
/* Postings */
	.entry { padding: 5px 20px ;}
	.entry h2 { font-size: 20px; }
	.entry-text { margin-left: 60px; line-height: 1.5em; text-align: justify; }
	.entry-info { text-align: right; background: url('../images/entry-bottom.png') no-repeat top center; padding: 2px 5px 0 0;}
	.entry-welcome { line-height: 1.5em; text-align: justify; }
	
/* Datebox */
	.datebox {
		background: url('../images/datebox.png') no-repeat top left;
		width: 48px; height: 66px;
		padding: 1px 0 0 0;
		margin: 9px 0 0 0;
		font-family: Georgia, serif;
		font-size: 16px;
		text-align: center;
		float: left;
	}
	
	.datebox-month {  margin-top: 12px }
	.datebox-day { font-size: 33px; margin-top: -8px }
	.datebox-month, .datebox-day { display: block; margin-left: -2px; }

