@charset "UTF-8";
body  {
	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;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma;
	font-size: 12px;
	background-color: #000000;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 16px;
}
.imgstyle {
	padding: 2px;
	border: 1px solid #000000;
	margin-left: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#aboutbdr {
	border: 1px solid #000000;
	width: 650px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#mainContent a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.td_brdr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 2px;
}
#mainContent a:visited {
	text-decoration: none;
	color: #797979;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.twoColFixLtHdr #wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.twoColFixLtHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
} 
.twoColFixLtHdr #header {
	padding-right: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 60px;
	text-align: center;
	background-image: url(images/header/signature3.png);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Copperplate;
	font-size: 50px;
	text-align: center;
}
.twoColFixLtHdr    #menu    {
	height: 22px;
	width: 770px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #sidebar1 {
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #container #footer a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #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 */
	font-weight: bold;
}
.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;
}
.tag {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #8CA4C2;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pageheaders {
	font-size: 16px;
	font-weight: bold;
	font-family: Copperplate, Arial, Helvetica, sans-serif;
}
.mainthumbs {
	height: 190px;
	width: 200px;
	float: left;
	margin-left: 8px;
	font-family: Copperplate, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#pagecenter {
	margin-right: auto;
	margin-left: auto;
	width: 645px;
}
.foodtable {
	font-family: Copperplate, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link img {
	text-decoration: none;
}
a:visited img {
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
}
#homelinks {
	padding: 2px;
	border: 1px solid #000000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#homelinks img {
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#videobrdr {
	padding: 2px;
	border: 1px solid #000000;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#videobrpr {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 465px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#photolinks {
	padding: 2px;
	border: 1px solid #000000;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.comix {
	width: 321px;
	height: 233px;
}
#photolinks img {
	margin: 1px;
	border: 1px solid #000000;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#jewelryLinks {
	padding: 2px;
	border: 1px solid #000000;
	width: 388px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#jewelryLinks img {
	border: 1px solid #000000;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.foodtable1 {
	font-family: Copperplate, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	border: 1px solid #000000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#indesign {
	padding: 2px;
	border: 1px solid #000000;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#indesign img {
	margin: 1px;
	border: 1px solid #000000;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contactform {
	border: 1px solid #000000;
	width: 435px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#pagecenterBKs {
	margin-right: auto;
	margin-left: auto;
	width: 425px;
}
#protest {
	padding: 2px;
	border: 1px solid #000000;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#protest img {
	margin: 1px;
	border: 1px solid #000000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
select {
	font-family: Copperplate, "Verdana Bold";
	color: #FFFFFF;
	background-color: #666666;
	margin-top: 10px;
}
.mainthumbsmid {
	height: 190px;
	width: 180px;
	float: left;
	margin-left: 8px;
	font-family: Copperplate, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#center {
	text-align: center;
}
#comixlinks {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#comixlinks a:hover img{
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(Opacity=75, FinishOpacity=75);
}
.imgborderright {
	margin-right: 50px;
	margin-bottom: 15px;
}
.imgborderright50 {
	margin-right: 70px;
	margin-bottom: 15px;
}
.titles {
	font-weight: bold;
	text-transform: capitalize;
}
.titles2 {
	font-size: 14px;
	font-weight: bold;
}
.titles-center {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.imgstyle-lft {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.align-center {
	font-weight: bold;
	text-align: center;
}
.vid {
	margin-right: auto;
	margin-left: auto;
	width: 425px;
}
.quote-box {
	background-color: #ECECEC;
	padding: 6px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	font-style: italic;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul li {
	margin-bottom: 8px;
}
.superscript-foot {
	color: #666;
}

