/* Munchkin Splash CSS Document */
#contentwrapper {
	width: 90%;
	margin: auto;     /* center the page*/
	text-align: left; /* reset text back to left due to ie5.x fix */
	min-width: 750px;
}
#headerSplash {
	width: 800px;
	margin: 0 auto;
}
#headerCopy {
	float: left;
	width: 440px;
	margin: 0 0 0 14px;
}
#headerCopy p {
	padding: 10px 0px 0 0px;
}
#body {
	clear:both;
}
#left {
	float: left;
	width: 15%;
}
#center {
	float: left;
	background-color:#f6f1df;
	width: 69%;
}
#center p {
	padding: 5px 0;
}
#centerleft p img {
	padding-right: 10px;
}
#right{
	width: 15%;
	float: right;
}

.right{
	text-align: right;
	font-size: 0.8em;
}
.feed img{
	float:left;
	margin: 0 10px 0 15px;
}
.rollover a, #footer a {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	margin: 0 auto;
}
.rollover a {
	width: 156px;
	height: 105px;
	background: url("/img/indexLinkBuyPop.jpg");
}
.rollover a:hover {
	background-position: 0 -105px;
}
ul {
	list-style-image: url("/img/Mbullet.gif");
	list-style-position: inside;
	margin: 0px 30px;
}
h2, h3, h4 {
	padding-left: 0;
}

