body {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
background-color: #000066;
margin: 0;
text-align:center;

}
#container {
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}
#header {
	width:100%;
	height:225px;
	z-index: 1000;
	background-repeat: no-repeat;
	background-image: url(images/PawnEmporium-v2_01.jpg);
	background-position: center top;
	overflow:visible;
	text-align:center;
}
#container #header img {
	margin-left: -150px;
	border:0;
}
#navigation {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	margin-top: -55px;
	/*	margin-left: -700px; */
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: x-small;
	height: 25px;
	z-index: 20;
}
#contentarea {
	text-align: left;
	width: 800px;
	min-height: 500px;
	position: relative;
	display: block;
	padding-bottom: 20px;
	overflow:visible;
	left: 150px;
	background-color: #FFFFFF;
}
#container #contentarea p {
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	font-size: small;
}
#contentarea  h1, h2, h3, p, dl {
	margin: 0px 20px 0 20px;
	display: block;
}
#contentarea img.floatright {
	margin: 10px;
	float: right;
	background-color:#999999;
}
#contentarea img.floatleft {
margin: 10px;
float: left;
background-color:#999999;

}

#footer {
	background-image: url(images/PawnEmporium-v2_04.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: -1 0 0 0px;
	padding: 20px 0 5px 0;

}
#footer p {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;

}
h2 {color: #15096E}
dt {
font-weight: bold;
font-size: medium;
margin: 20px 0 0 0;
color: #000066;

}
dd {
margin: 5px 0 0 0;
}
a:link {
	color: #0100F8;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration:none;
	font-weight: bold;
	background-color: #FFFF00;
}
a:active {
	color: #000066;
	background-color: #FFFF00;
}
