@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: #600;
	background-color: #FFC;
}
.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 90%;
} 
i {
	font-size: 90%;
	color: #333;
	font-weight: bold;
}

.twoColFixRtHdr #header {
	background-image: url(images/1shopheader800-T-top.png);
	background-repeat: no-repeat;
	height: 119px;
	margin: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	background-image: url(images/spacer.gif);
	text-align: center;
	width: 244px;
	float: right;
	padding-top: 40px;
	font-weight: bold;
}

#TopNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/1shopheader800-T-bottom.png);
	background-repeat: no-repeat;
	height: 51px;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
}
#TopNav a:link {
	color: #FFF;
	text-decoration: none;
}
#TopNav a:visited {
	color: #FFF;
	text-decoration: none;
}
#TopNav a:hover {
	color: #FF0;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(images/spacer.gif);
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar1 img {
	color: #000;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #666;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 125px;
} 
.twoColFixRtHdr #wideMainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 125px;
}
#wideMainContent table img {
	color: #000;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #666;
}
h1 {
	font-size: 150%;
	color: #060;
	background-image: url(images/spacer.gif);
}
h2 {
	font-size: 130%;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	color: #600;
	background-image: url(images/pinkbg.gif);
	background-repeat: repeat;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	color: #600;
	text-decoration: none;
}
#footer a:visited {
	color: #600;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0;
	text-decoration: underline;
}
.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;
}
li {
	list-style-image: url(images/doglistbullet.gif);
}
.twoColFixRtHdr #Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #600;
	background-color: #FFC;
	text-align: center;
	margin-top: 30px;
}

