@charset "utf-8";
/* CSS Document - Philly Stamp & Coin Styles */


/* TAG Styles */

body {
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(images/sitebg_01.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/* ID Styles */

#wrapper {
	width: 898px;
	margin: 0 auto;
	padding: 0;
	}
	
#wrapperbody {
	width: 898px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/wrapperbg_05.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}	

#header {
	width: 898px;
	height: 230px;
	background-image: url(images/headerbg_02.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*#header p {
	margin: 8px 0px;
	padding: 0px;
}*/

div.content {
	width: 482px;
	margin: 0 auto;
	padding: 18px 16px 0px 20px;
	text-align: justify;
}

.content p {
	margin: 9px 0px;
	padding: 0px;
}

#navigation {
	position: relative;
	top: 135px;
	left: 30px;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 16px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.link, li.current, li.space {
	display: inline;
	float: left;
	padding-right: 14px;
}

li.current {
	color: #F5D881;
}


#left {
	float: left;
	width: 542px;
	height: 418px;
	overflow: hidden;
}

#right {
	display: inline;
	float: right;
	width: 350px;
	height: 418px;
	background-image: url(images/rightbg_05.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: auto;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footerbg_09.jpg);
	background-repeat: no-repeat;
}

#copy {
	font-size: 10px;
	margin: 0px;
	padding: 0px 8px;
}


/* LINKS */

a {
	color: #C60;
	text-decoration: none;
}

a:visited {
	color: #C60;
	text-decoration: none;
}

a:hover {
	color: #603;
	text-decoration: none;
}

li.link a {
	color: #FFF;
	text-decoration: none;
	}

li.link a:hover {
	color: #F93;
	text-decoration: none;
}


/* CLASSES */

.question {
	font-size: 16px;
	font-weight: bold;
	color: #633;
	text-align: left;
	margin: 10px 0px 5px 0px;
}

.answer {
}

.imgtips {
	text-align: center;
	width: auto;
	margin: 8px 4px;
}

