@charset "utf-8";


body {
	background-image: url(../images/glossymetal_bronze.png);
	background-repeat: repeat;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#bg {
	background-image: url(../images/fadestrip_600_br.png);
	background-repeat: repeat-x;
}


#all {
	height: 578px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}


#allShadow {
	background-image: url(../images/drop_shadow.png);
	background-repeat: no-repeat;
	height: 385px;
	width: 518px;
	position: absolute;
	top: 175px;
	left: 356px;
	margin: 0px;
	padding: 0px;
}


#allContent {
	background-color: #fffae8;
	height: 354px;
	width: 478px;
	position: absolute;
	top: 0px;
	left: 7px;
	border: 1px none #b76b37;
	margin: 0px;
	padding: 0px;
}

img.card {
	height: 495px;
	width: 700px;
	position: absolute;
	top: -62px;
	left: -100px;
	border: 1px none silver;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

p.copy {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #663300;
	margin: 0px;
	padding: 0px;
}


#copyright {
	height: 35px;
	width: 478px;
	position: absolute;
	left: 15px;
	top: 385px;
	margin: 0px;
	padding: 0px;
}





