/* Michael Strong Rubber Stamps - StrongStamps.com */
/* authored by GilbertStudios */
/* all main styles - wrapper, cardBorder, masthead, mainPage, content, mainNav, sidebar & pic, footers */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFD;
	background: #630 url(../images/bkgdChocBrown.jpg);
}
a {
	color: #630;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #963;
}
a:hover {
	color: #963;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	left: 50%;
	margin-left: -360px;
	width: 720px;
}
#cardBorder {
	width: 720px;
	border: 3px solid black;
}
#masthead {
	width: 720px;
	height: 150px;
	_overflow: hidden;
}
#headFly {
	float: left;
	width: 180px;
	height: 150px;
	background: #000;
}
#headBanner {
	float: left;
	position: relative;
	width: 540px;
	height: 150px;
	background: url(../images/hdBanner.gif) no-repeat;
}
h1 {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 250px;
	text-indent: -9000px;
}
h1 a {
	display: block;
	height: 150px;
}
ul#headNav {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style: none;
	float: left;
}
ul#headNav li {
	float: left;
	width: auto;
	_width: 5em;
	margin: 0 0 0 3px;
	text-align: center;
	white-space: nowrap;
}
ul#headNav li a {
	display: block;
	line-height: 15px;
	_height: 15px;
	padding: 0 5px;
	font-weight: bold;
	font-size: 11px;
	color: #FFD;
	letter-spacing: 1px;
}
ul#headNav li a:hover {
	color: #630;
	background: #FFD;
	text-decoration: none;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 720px;
	background: url(../images/bkColumn.gif) repeat-y top left;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 280px;
	margin: 11px 0 11px 190px;
	background: url(../images/bkLtSpeckle.gif);
	color: #630;
}
.noSide #content {
	width: 520px;
}
h2 {
	margin: 5px 10px;
	font-size: 24px;
	font-weight: normal;
}
h2 abbr {
	text-decoration: none;
	border: none;
}
p {
	margin: 5px 10px;
	line-height: 19px;
}
h3 {
	margin: 5px 10px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
/*
      ************************************  index  ***
*/
p#mikeSig {
	width: 119px;
	height: 35px;
	background: url(../images/indexSig.gif) no-repeat;
	text-indent: -9000px;
}
#miniAd {
	position: absolute;
	top: 305px;
	left: 10px;
	width: 100px;
	height: 100px;
}
a.signUp {
	display: block;
	margin: 5px 0;
	padding: 5px;
	width: 125px;
	color: #FFD;
	background: #963;
	text-decoration: none;
	text-align: center;
}
a.signUp:hover {
	color: #630;
	background: #FFD;
	text-decoration: underline;
}
a.signUp em {
	font-size: 10px;
	font-style: normal;
}
a#newVideo {
	text-align: center;
	width: 160px;
}
a#yahooGroup {
	width: 160px;
}
/*
      ************************************  pgAbout  ***
*/
#mikePic {
	float: right;
	margin: 0 10px 10px 10px;
}
/*
      ************************************  pgBooks  ***
*/
#pgBooks #content {
	width: 295px;
}
ul#bkList {
	display: inline;
	margin: 5px 0 11px 0;
	padding: 0;
	width: 295px;
	list-style: none;
	float: left;
}
#bkList li {
	margin: 0 0 10px 0;
	width: 295px;
	height: 150px;
	list-style: none;
	float: left;
	clear: both;
}
img.bkThumb {
	margin: 0 10px 0 0;
	float: left;
}
#bkList h3 {
	font-size: 15px;
}
#bkList p {
	line-height: 15px;
}
#bkSpecial {
	border: 1px dashed #630;
}
#bkList li.viewCart {
	height: auto;
}
.viewCart h3 {
	margin: 7px 0;
	font-size: 13px;
}
/*
      ************************************  pgLinks  ***
*/
#pgLinks #content {
	width: 290px;
}
dl {
	margin: 0 10px 15px 10px;
}
dt {
	font-weight: bold;
	font-size: 15px;
}
dd {
	margin: 5px 0 5px 5px;
}
dl dl {
	margin: 0 0 15px 10px;
}
dd dt {
	margin: 5px 0 5px 5px;
	font-weight: bold;
	font-size: 13px;
}
dd dd {
	margin: 5px 0 10px 10px;
}
/*
      ************************************  pgClasses  ***
*/
#pgClasses #content {
	width: 325px;
}
#tvweeklyAd {
	margin: 5px 0 5px 10px;
}
#pgClasses dt {
	margin: 11px 0 5px;
	font-size: 13px;
}
#pgClasses dd {
	margin: 5px 0 5px 5px;
}
#pgClasses dl dl {
	margin: 0 0 7px 7px;
}
#pgClasses dd dt {
	font-size: 11px;
	margin: 5px 0 5px 7px;
}
#pgClasses dd dd {
	font-size: 11px;
	margin: 5px 0 5px 21px;
}
/*
      ************************************  pgContact  ***
*/
#pgContact #content p {
	text-align: center;
}
p#address {
	font-size: 15px;
	line-height: 23px;
}
/*
      ************************************  mainNav  ***
*/
ul#mainNav {
	display: inline;
	float: left;
	width: 180px;
	margin: 11px 0 0 -470px;
	list-style: none;
}
.noSide ul#mainNav {
	margin: 11px 0 0 -710px;
}
#pgClasses ul#mainNav {
	margin: 11px 0 0 -515px;
}
#pgBooks ul#mainNav {
	margin: 11px 0 0 -485px;
	_margin: 11px 0 0 -487px;
}
#pgLinks ul#mainNav {
	margin: 11px 0 0 -480px;
}
ul#mainNav li {
	display: inline;
}
ul#mainNav li a {
	display: block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	text-indent: -9000px;
}
ul#mainNav li.navBlog a {
	background: url(../images/navBlog.gif) no-repeat 0 0;
}
ul#mainNav li.navCatalog a {
	background: url(../images/navCatalog.gif) no-repeat 0 0;
}
ul#mainNav li.navClasses a {
	background: url(../images/navClass.gif) no-repeat 0 0;
}
ul#mainNav li.navGallery a {
	background: url(../images/navGallery.gif) no-repeat 0 0;
}
ul#mainNav li.navBooks a {
	background: url(../images/navBooks.gif) no-repeat 0 0;
}
ul#mainNav li.navLinks a {
	background: url(../images/navLinks.gif) no-repeat 0 0;
}
ul#mainNav li.navContact a {
	background: url(../images/navContact.gif) no-repeat 0 0;
}
ul#mainNav li.navAbout a {
	background: url(../images/navAbout.gif) no-repeat 0 0;
}
ul#mainNav li a:hover {
	background-position: 0 -53px;
}
/*
      ************************************  You are Here Code  ***
*/
#pgCatalog ul#mainNav li.navCatalog a, #pgClasses ul#mainNav li.navClasses a, #pgGallery ul#mainNav li.navGallery a, #pgBooks ul#mainNav li.navBooks a, #pgLinks ul#mainNav li.navLinks a, #pgAbout ul#mainNav li.navAbout a, #pgContact ul#mainNav li.navContact a {
	background-position: 0 -53px;
	cursor: default;
}
/*
      ************************************  sideBar / sidePic  ***
*/
#sideBar {
	position: relative;
	display: inline;
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
}
#index #sideBar, #pgContact #sideBar {
	height: 435px;
}
#index #sidePic {
	position: absolute;
	right: 10px;
	bottom: 7px;
	width: 355px;
	height: 390px;
	background: url(../images/indexPots.gif) no-repeat;
	text-indent: -9000px;
}
#pgClasses #sideBar {
	height: 2600px;
	width: 190px;
}
#pgClasses #sidePic {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 165px;
	height: 2600px;
	background: url(../images/classesPic.gif) repeat-y;
	text-indent: -9000px;
}
#pgBooks #sideBar {
	margin: 35px 0 0 0;
	height: 500px;
	width: 230px;
}
#pgBooks #sidePic {
	margin-bottom: 31px;
	width: 230px;
	height: 230px;
	background: url(../images/bkSampDontThrow.gif) no-repeat;
	text-indent: -9000px;
}
#pgBooks #sidePicTwo {
	width: 230px;
	height: 230px;
	background: url(../images/bkSampPaperGreen.gif) no-repeat;
	text-indent: -9000px;
}
#pgLinks #sideBar {
	height: 1700px;
	width: 230px;
}
#pgLinks #sidePic {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 180px;
	height: 1700px;
	background: url(../images/linksLeaves.gif) repeat-y;
	text-indent: -9000px;
}
#pgContact #sidePic {
	position: absolute;
	right: 300px;
	bottom: 7px;
	width: 179px;
	height: 250px;
	background: url(../images/contact0677card.jpg) no-repeat;
	text-indent: -9000px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 720px;
	clear: both;
}
#footer p {
	clear: both;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
}
#footer p#design {
	font-size: 11px;
}
#footer a:link {
	color: #FFD;
}
#footer a:visited {
	color: #FFD;
}
#footer a:hover {
	color: #FFD;
}
ul#footNav {
	margin: 0 0 7px 0;
	list-style: none;
	float: left;
}
ul#footNav li {
	margin: 0 18px 0 0;
	_margin: 0 9px 0 0;
	float: left;
	width: auto;
	_width: 5em;
	text-align: center;
	white-space: nowrap;
}
ul#footNav li.last {
	margin: 0;
}
ul#footNav li a {
	padding: 0 5px;
	display: block;
	line-height: 17px;
	_height: 17px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
ul#footNav li a:visited {
	color: #963;
}
ul#footNav li a:hover {
	color: #630;
	background: #FFD;
	text-decoration: none;
}
/*
      ************************************  You are Here Code  ***
*/
#pgCatalog ul#footNav li.navCatalog a, #pgClasses ul#footNav li.navClasses a, #pgGallery ul#footNav li.navGallery a, #pgBooks ul#footNav li.navBooks a, #pgLinks ul#footNav li.navLinks a, #pgAbout ul#footNav li.navAbout a, #pgContact ul#footNav li.navContact a {
	color: #630;
	background: #FFD;
	text-decoration: none;
	cursor: default;
}
#subFoot p {
	margin: 0;
	padding: 0;
	clear: both;
	width: 720px;
	font-size: 10px;
	line-height: 13px;
	color: #963;
	text-align: justify;
}
