* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: "Trebuchet MS", sans-serif;
}

body {
	margin: 10px 15px 10px 15px;
	background-color: #fff;
	background: #0f2f23 url(http://bgimage.greatduckcaper.com/image/bg.png) repeat;
	color: #333;
	position: relative;
}

#header {
	width: 764px;
	margin: 0px auto;
	padding: 20px 29px 0px 29px;
	background: #eee url(http://bgimage.greatduckcaper.com/image/body-bg.jpg) repeat;
	color: #111;
}

#header h1, #inner h2 {
	padding-left: 25px;
}

#header #inner {
	width: 760px;
	height: 216px;
	position: relative;
	margin: 12px 2px 0px 2px;
	background: #ccc url(http://bgimage.greatduckcaper.com/image/duck-car-header.jpg) no-repeat;
	z-index: 1;
}


#saga {
	width: 760px;
	margin: 0px auto;
	padding: 0px 31px;
	background: #ffd;
}

.memoir {
	color: #333;
	padding: 5px;
	position: relative;
	background-color: #eef;
}

.memoir p, .memoir ul {
	padding-bottom: 0.8em;
}

.memoir li {
	margin-left: 20px;
}

#footer {
	width: 760px;
	height: 455px;
	background: #ccc url(http://bgimage.greatduckcaper.com/image/duck-car-footer.jpg) no-repeat;
	position:relative;
	color: #defc82;
}

#footer p {
	bottom:0px;
	padding: 8px;
	vertical-align: bottom;
	position:absolute;
	font-weight: bold;
}

.right { float: right; }
.left { float: left; margin-right: 20px;}
.clear { clear: both;}
.bold { font-weight: bold;}

#copy a, #copy a:visited, #copy a:hover, #copy a:active {
	color: #777;
	text-decoration: none;
	cursor: text;
}

#copy {
	margin-top: 20px;
	width: 460px;
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 80%;
	color: #777;
}

.centre728 {
	width: 728px;
	margin: 0px auto;
}
	
/* With thanks to http://www.sitepoint.com/test/pullquote.htm */

.pullquote {
	width: 220px;
	font-size:125%;
	line-height:140%;
	margin: 10px 10px -5px 10px;
	background: url(http://greatduckcaper.com/image/rdquo.png) no-repeat bottom right !important;
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(http://greatduckcaper.com/image/ldquo.png) no-repeat left top !important;
	padding:5px 2px 10px 42px!important;
}

/*  With thanks to http://www.positioniseverything.net/articles/dropshadows.html */

.s1 {
	background: url(http://greatduckcaper.com/image/upperrightfade.png) right top no-repeat;
} 

.s2 {
	background: url(http://greatduckcaper.com/image/lowerleftfade.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

.s3 {
	background: url(http://greatduckcaper.com/image/shadow.png) bottom right;
}

.s4 {
	position: relative;
	left: -8px;
	top: -8px;
}

.s4 img {
	border: 10px solid #fff;
	vertical-align: bottom;
}
