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

html { height: 100%; margin-bottom: 1px; } /* forces a scrollbar so page doesn't jump */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol { list-style:none }
:link,:visited { text-decoration:none }
body {
	background: white;
	font-size: 0.85em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	width: 960px;
	background: white;
	margin: 5px auto;
	border: 1px solid black;
}


#header {
	background: url(../images/sues_cards.jpg) no-repeat left top;
	height: 181px;
	width: 960px;
	border-bottom: 1px solid black;
}

#content {
	padding: 10px;
}
/* Header Sub-divs */
h1 span {
  	display:block;
  	position:relative;
  	height:181px;
  	background:transparent url('../images/sues_cards.jpg') no-repeat;
  	z-index:2;

}
h1 {
  	height:181px;
  	overflow:hidden;
  	margin:0;
  	padding:0;
  	z-index:1;
}

/* End of Header Sub-divs */

/* Main layout */

#left_col {
	float: left;
	width: 130px;
	padding: 10px 10px;
}

#center_col {
	margin-left: 132px;
	padding: 10px 7px;
}

.products_form table td {
	padding: 0 7px 20px;
}
p#contact {
	widht: 200px;
	float: right;
}

td#main {
	padding-right: 15px;
}

#amazon {
	width: 130px;
	vertical-align: top;
	text-align: center;
}
	

/* End Main layout */

img  {
	border: none;
}

#left_col h2 {
	font-size: 1.5em;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

#center_col h2 {
	font-size: 1.8em;
	margin-bottom: 5px;
}

/* Fonts and incidentals */

h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: -10px;
}
	

p {
	margin: 10px 0;
	font-size: 1em;
}

#amazon h3 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 1.1em;
}

#amazon p {
	margin-top: 0;
	font-size: 0.9em;
}

#amazon p.caption {
	font-size: 0.8em;
	margin-top: -10px;
}

a:link {
	/*color: #30594b; green */
	color: #5d2d18;
}

a:visited {
	color: #5d2d18;
}

a:hover {
	/*color: #749489; light green */
	color: #A78C81;
}

.center {
	text-align: center;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.clearer {
	clear: both;
}

.notop {
	margin-top: 0;
}

/* End Fonts and incidentals */

/* left menu */
#categories  {
	margin-top: 0;
}

#categories dt {
	margin: 0;
}

#categories dd {
	margin: 0 0 15px 0;
}
/* left menu */


/* class pages */
h2#class_title {
	font-size: 1.5em;
	margin-bottom: 15px;
	text-align: center;
}

h2#date {
	font-size: 1.3em;
	margin-bottom: 15px;
	text-align: center;
}

h2#location {
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: center;
}

table#class_samples {
	width: 100%;
	border: none;
}

table#class_samples td {
	vertical-align: top;
	padding: 10px;
}



