@charset "utf-8";
body  {
	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: #000000;
	background-color: #666666;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(http://www.ruppsdrums.com/images/cartHeader_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	background-image: url(http://www.ruppsdrums.com/images/container_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header   {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.twoColFixLtHdr #footer {
} 

#footerRt {
	float: right;
	width: 200px;
	clear: none;
}


#bottom {
	clear: both;
	padding-top: 0px;
	padding-bottom: 5px;
}

.footnav {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
.btmImg {
	padding-left: 40px;
}

.facebook {
	text-align: right;
}
.myspace {
	padding-right: 0px;
	padding-left: 10px;
}
.sideImg {
	padding-top: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

