@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img.img-right {
	float: right;
	border-left:4px dotted #E6E6E6;
	margin: 2px 2px 2px 10px;
	padding-left: 20px;
}
img.img-left {
	float: left;
	border-right:4px dotted #E6E6E6;
	margin: 2px 10px 2px 2px;
	padding-right: 20px;
}
body {
	font: normal 16px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(http://www.baseballcardroadshow.com/images/BBC-Layout_bg.png) repeat-x;
	text-align:center;
}
#container {
	position:relative;
	width:916px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	width:100%;
	background: #FFFFFF url(http://www.baseballcardroadshow.com/images/BBC-Layout_header.png) no-repeat;
	height:130px;
	float:left;
}
#header h1 {
	width:350px;
	height:130px;
	float:left;
}
#header h1 a {
	width:100%;
	height:100%;
	display:block;
}
#header h1 a span {
	display:none;
}
#header #menu {
	width:450px;
	float:right;
	margin-top:67px;
}
#header #menu ul, #header #menu ul li {
	float:left;
	list-style:none;
}
#header #menu ul li {
	padding: 0px 5px;
	width:100px;
	border-left:2px solid #FFFFFF;
	text-align:center;
}
#header #menu ul li.first {
	border-left:0px;
}
#header #menu ul li a {
	width:100%;
	display:block;
	text-decoration:none;
	color:#3366cc;
	font-weight:bold;
	font-size:20px;
}
#header #menu ul li a:hover {
	color:#CC0000;
}
#content-wrap {
	width:100%;
	background: #FFFFFF url(http://www.baseballcardroadshow.com/images/BBC-Layout_body_bg.png) no-repeat;
	float:left;
	min-height:500px;
}
#content {
	margin:10px 20px;
}
#content #splash {
	width:100%;
	height:210px;
	float:left;
	text-align:center;
}
#content #splash #splashcontent {
	width:850px;
	height:210px;
	background: #FFFFFF url(http://www.baseballcardroadshow.com/images/bbc-feature-bg.jpg) no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#content #splash #splashcontent div.banner {
	/*	float:left;*/
	position:absolute;
	width:650px;
	height:200px;
	text-align:center;
	top:5px;
	left:100px;
}
#content #splash #splashcontent div.banner img {
	float:left;
}
#content #splash #splashcontent div.banner p {
	padding-top:30px;
	font-size:32px;
	color:#FFFFFF;
	font-weight:bold;
}
#content #about {
	width:100%;
	float:left;
	margin:10px 0;
}
#content #about p {
	padding: 5px 15px 15px;
}

.entry-content p{
	margin:4px;
	padding:4px;
}