@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3f3f3f; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
/*	height: 198px;*/
	margin-top: 0px;
}
td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 10px;
	text-align: center;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #90c0f3;
}
object {
	outline: none;  /* fix firefox dotted outline */
}
.thrColFixHdr #container {
	width: 900px;  /* decided most displays are wide enough to handle this w/o scrolling */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding-top:10px
	}
.thrColFixHdr #header  {
	background-image: url(images/Home-Page-Header.jpg);
	background-repeat: no-repeat;
	height: 198px;
}
.thrColFixHdr #header_small {
	background-image: url(images/Sub-Page-Header.jpg);
	height: 99px;
	background-color: #3f3f3f;
}
.thrColFixHdr #header_small_about {
	background-image: url(images/Sub-Page-About.jpg);
	height: 99px;
	background-color: #3f3f3f;
} 
.thrColFixHdr #header_small_gallery {
	background-image: url(images/Sub-Page-Gallery.jpg);
	height: 99px;
	background-color: #3f3f3f;
}
.thrColFixHdr #header_small_articles {
	background-image: url(images/Sub-Page-Articles.jpg);
	height: 99px;
	background-color: #3f3f3f;
}
.thrColFixHdr #header_small_links {
	background-image: url(images/Sub-Page-Links.jpg);
	height: 99px;
	background-color: #3f3f3f;
}
.thrColFixHdr #header_small_contact {
	background-image: url(images/Sub-Page-Contact.jpg);
	height: 99px;
	background-color: #3f3f3f;
}
.thrColFixHdr #navbar {
	/*padding-left: 63px;*/
	padding-top: 170px;
	text-align: center;
}
.thrColFixHdr #navbar_small {
	padding-top: 70px;
	text-align: center;
}
.thrColFixHdr #container #mainContent #wrapper {
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent h3 {
	text-align: center;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent a {
	color: #F93;
	text-decoration: underline;
}
.thrColFixHdr #mainContent_nosidebars {
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline: none;  /* for firefox */
}
.thrColFixHdr #mainContent_nosidebars h1  {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #3f3f3f;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 13px;
}
.thrColFixHdr #container #sidebar1 h3 {
	text-align: left;
}
.thrColFixHdr #container #sidebar1 p {
	text-align: left;
}
.thrColFixHdr #container #sidebar1 a {
	color: #F93;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #3f3f3f; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 13px;
}
.thrColFixHdr #container #sidebar2 h3 {
	text-align: left;
}
.thrColFixHdr #container #sidebar2 p {
	text-align: left;
}
.thrColFixHdr #mainContent {
	padding-top: 20px;
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background:#3f3f3f;
	text-align: center;
	float: none;
	width: 900px;
	font-size: 9px;
	color: #999;
	padding-top: 10px;
} 
.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;
}
#facebook_badge {
	margin: auto;
	height: 34px;
	width: 110px;
	padding-bottom: 10px;
}
#etsy_badge {
	margin: auto;
	height: 15px;
	width: 90px;
	padding-bottom: 10px;
}
#gallery_note {
	vertical-align: top;
	font-size: 10px;
	text-align: center;
	color: #999;
	padding-top: 1px;
	padding-bottom: 1px;
}

.thrColFixHdr #container #mainContentLinks {
	margin-right: 170px;
	margin-left: 210px;
	font-size: 13px;
	padding-top: 30px;
}
.thrColFixHdr #container #mainContentLinks a {
	color: #F93;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContentLinks p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 5px;
}
