/* Shepherd's Table CSS */

body {
	background:#434343 url('/images/bg.jpg') repeat-x;
	margin:30px 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* The Basics */

.clear { clear:both; }
.center { text-align: center; }

a img { border:none; }

/* Layout */

.wrapper {
	width:1024px;
	margin:auto;
}

.newsletter {
	text-align:right;
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}

.container {
	background:#ffc;
	padding:3px 4px 0 4px;
}

.content_top_buffer {
	height:3px;
	background:url('/images/content_top_buffer_bg.gif') repeat;
}

.content_bottom_buffer {
	height:9px;
	background:url('/images/content_bottom_buffer_bg.gif') no-repeat;
}

.content {
	background:url('/images/content_bg.gif') repeat-y;
	
}

.content_inner {
	background:url('/images/main_bg.jpg') repeat-y 234px 104px;

	
}

.sidebar {
	width:198px;
	background:#fff;
	float:left;
	padding:15px 18px;
	color:#666;
	font-size:11px;
	text-align: center;
	
}

.sidebar .divider {
	border-bottom:1px solid #630;
	padding-bottom:5px;
	margin-bottom:15px;
	
}

.donate {
	padding-bottom:20px;
}

.main {
	width:782px;
	float:right;
}

.nav {
	height:44px;
	background:#1e1a13 url('/images/nav_bg.jpg');
	
}

.nav ul {
	list-style: none;
	margin:0;
	padding:0;
	
}

.nav ul li {
	display:inline;
	padding:0;
	margin:0;
	float:left;
}

.body {
	margin:0 122px 0 68px;
	font-family:Georgia,'Times New Roman',Times,serif;
	color:#630;
}

h1 {
	font-size:48px;
	border-bottom:1px solid #630;
	font-weight:normal;
	padding:0;
	margin:20px 0;
}

.body p {
	font-size:13px;
}

.body a {
	color:#000;
}

.small_caps {
	font-variant:small-caps;
}

.narrow {
	width:420px;
}

.footer {
	text-align:center;
	color:#fff;
	font-size:10px;
	margin-top:20px;
}

.footer a {
	color:#fff;
}

p.align{
	text-align:justify;
}

