	body {
		margin:0;
		padding:0;
		font:13px/18px Helvetica, Verdana, Arial, sans-serif;
		color:#422e13;
		text-align:center;
		background:#70542c url(img/bg-body.gif) 0 0 fixed repeat-x;
		}
		
	a, a:link {
		color:#A71011;
		text-decoration:none;
		}
		
	a img, img { border:none; }
		
	ul {
		list-style:none;
		margin:0;
		padding:0;
		}
		
	h1, h2, h3, h4 {
		margin:0;
		padding:0;
		}
	
	h2, h3 { font-size:16px; margin:15px 0 0 0; }	
	h4 { color:#93201f; font-size:15px; margin:15px 0 0 0; }
	
	hr {
		background:#dbcda4;
		color:#dbcda4;
		height:1px;
		border:none;
		}
	
	span.ir {
		display:block;
		width:0;
		height:0;
		overflow:hidden;
		font-size:0.5em;
	}
	.note {color:#989898; font-size:0.9em;}
		
/*-------------------------------------------------

	layout
	
-------------------------------------------------*/

#masthead {
	width:718px;
	height:201px;
	margin:10px auto 0 auto;
	padding:0;
	background:url("img/bg-masthead.gif") left top no-repeat;
	text-indent:-3000px;
	}
	
#wrapper {
	width:718px;
	margin:0 auto 0 auto;
	padding:0;
	background:url("img/bg-wrapper.gif") left top repeat-y;
	text-align:center;
	}
	
#container {
	width:718px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#content {
	margin:0;
	padding:25px;
	text-align:left;
	}
	
#primary-content {
	width:451px;
	float:left;
	margin:0;
	padding:0;
	}

#primary-content p {
	font-size:1.1em;
}
	
#primary-content p.intro {
	font-size:1.6em;
	line-height: auto;
	margin:0 auto;
	padding:0 auto;
	border-top:0px dashed #dbcda4;
	}

	
#secondary-content {
	width:175px;
	float:right;
	margin:0;
	padding:25px 0 0 0;
	padding-bottom: 25px;
	font-size:11px;
	line-height:16px;
	text-align:center;
	background:url("img/bg-sidebar.gif") right top no-repeat;
	}
	
#sidebar {
	width:175px;
	margin:0;
	padding:0;
	background:url("img/bg-sidebar-repeat.gif") right top repeat-y;
	}

	
	
.sideblock {
	margin:0 10px;
	padding:0;
	}

p.sidebarend {
	width:175px;
	height:10px;
	margin:0;
	padding:0;
	background:url("img/bg-sidebar-bttm.gif") right bottom no-repeat;
	}
	
#footer {
	clear:both;
	width:718px;
	height:20px;
	margin:0 auto;
	padding:10px 0;
	background: url("img/bg-footer.gif") center top no-repeat;
	}
	
#footer p {
	margin:0;
	padding:10px 25px 10px 0;
	text-align:right;
	color:#dbcda4;
	font-size:12px;
	font-family:Georgia, Times, "TImes Roman", serif;
	font-style:italic;
	}
