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

body {
	background:url('images/bg_body.jpg') repeat-y #e3d7c1;
	background-position:top center;
	font:0.85em Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#000;
	padding:0px;
	margin:0px;
}
#wrapper {
	display:block;
	width:935px;
	padding:0px;
	margin:0px;
}
#header {
	display:block;
	width:935px;
	height:210px;
	background:transparent url('images/bg_header.png') no-repeat;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	Xborder: dashed 1px blue;
}
	#header h1, #header h2, #header h3, #header h4 {	
		display:none;
	}
	
#content {
	display:block;
	float:left;
	background:transparent url('images/floral.png') no-repeat;
	background-position:bottom right;
	width:600px;
	padding:0px;
	margin:0px 0px 0px 0px;
	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:590px;
	Xborder:dashed 1px red;
}

.gallery_slide {display:none;}

#footer {
	display:block;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:0.8em;
	Xborder:dashed 1px red;
}
#pjc {
	display:block;
	float:right;
	padding:0px;
	margin:0px;
}