html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

body { background-color: #FFEDAF; }

#shadow {
	margin: 0 auto;
	width: 850px;
	height: 615px;
	background-image: url(../art/cuts/background_shadow.gif);
	background-repeat: no-repeat;
	}

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	}

#header {
	height: 110px;
	background-image: url(../art/cuts/header1.jpg);
	background-repeat: no-repeat;
	}

#header h1 span { display: none; }
#header p {display: none; }

#navigation {
	float: left;
	width: 144px;
	height: 468px;
	}

#navigation ul { list-style-type: none; }
#navigation li { display: inline; }
#navigation li a { display: block; }

#content {
	float: left;
	width: 656px;
	height: 468px;
	}

#page_header { height: 46px; }
#page_header h1 span { display: none; }

#copy {
	float: left;
	width: 379px;
	height: 422px;
	background-image: url(../art/cuts/content.jpg);
	background-repeat: no-repeat;
	}
	
#copy-text  {
	height: 422px;
	overflow: auto;

}

#right_copy {
	float: left;
	width: 277px;
	height: 422px;
	background-image: url(../art/cuts/right-side.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	}

#footer {
	float: left;
	clear: both;
	height: 24px;
	width: 800px;
	background-image: url(../art/cuts/footer.jpg);
	background-repeat: no-repeat;
	}

#right_copy .image { text-align: center; }

div.thumb-float { float: left; width: 118px; margin: 0 auto; padding: 10px 10px 0; }


div.thumb-center {
	text-align: center;
	width: 251px;
	padding: 10px;
	margin: 0 auto;
}

div.thumb-float p, div.thumb-center p {
	padding: 0;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	height: 20px;
}

div.thumb-float img { border: solid 1px #306; display: inline; }