@charset "UTF-8";
/* CSS Document */


body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.byobpage {
	background-color: #333366;
	text-align: center;
}
#maincontent {
	background-color: #333366;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#youtube object {
	margin: 20px;
}
.rightfloat {
	background-color: #333333;
	float: right;
	width: 450px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.leftfloat {
	background-color: #333333;
	float: left;
	width: 450px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#text {
	height: 335px;
	width: 250px;
	background-color: #333333;
}
#header {
	background-image: url(bannerchunkNEW.png);
	background-repeat: repeat-x;
}
#ebaybox {
	height: 335px;
	width: 390px;
	float: left;
}
#ebaybox object {
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.blacktext {
	color: #000000;
	font-weight:bold;
}
#footer {
	background-color: #333333;
	margin-top: 10px;
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin: 5px;
}
#footer ul {
	display: inline;
	list-style-type: none;
}
#copyright {
	margin: 10px;
	font-size: 70%;
}
#slideshow {
	height: 350px;
	width: 350px;
	float: right;
	margin-bottom: 40px;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #ff9900;
}
a:hover {
	color: #CCCCCC;
}
.premadebox {
	background-color: #333333;
}
