@charset "utf-8";
/* CSS Document */

body {
	background:url('images/bg_body.jpg') repeat-x #3a1d0d;
	background-position:top center;
	font:0.85em Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#000;
	padding:0px;
	margin:0px;
}
#wrapper_tile {
	display:block;
	background:url('images/bg_wrapper_tile.jpg') #e4d8a6;
	width:929px;
	padding:0px;
	margin:0px;
}
#wrapper_main {
	display:block;
	background:transparent url('images/bg_wrapper_main.jpg') no-repeat;
	width:929px;
	padding:0px;
	margin:0px;
}
#header {
	display:none;
}
	#header h1, #header h2, #header h3, #header h4 {	
		display:none;
	}
	
#content {
	display:block;
	float:left;
	width:590px;
	padding:0px 0px 15px 0px;
	margin:170px 0px 0px 70px;
	text-align:left;
	Xborder:dashed 1px blue;
}
	#content h1 { font-size:1.4em; }
	#content h2 { font-size:1.3em; }
	#content h3 { font-size:1.2em; }
	#content h4 { font-size:1.1em; }

#shim {
	display:block;
	float:left;
	height:610px;
	Xborder:dashed 1px red;
}

#pjc {
	display:block;
	width:929px;
	text-align:right;
	padding:0px;
	margin:10px 0px 0px 0px;
}