BODY	{
	font-family: arial, helvetica, swiss, sans-serif;
	background-color: #DADADF;
	color: #000000;
	margin: 0;
	}

#header_block	{
	font-family: arial, helvetica, swiss, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 10px solid #CC6600;
	height: 160px;
	top: 0;
	}

#home #header_block	{
	height: 200px;
	}

#header_block H1 {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 32pt;
	font-weight: bold;
	font-family: arial, helvetica, swiss, sans-serif;
	}

#gallery #header_block H1 {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 32pt;
	font-weight: bold;
	font-family: arial, helvetica, swiss, sans-serif;
	}

#menu_block	{
	background-color: #FFFFFF;
	text-align: center;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px -10px 0px;
/*	border-bottom: 1px solid black; */
/*	margin: 20px 20px 20px 20px;
	padding: 0px;
	border: 1px solid black;
*/	}

#content_block	{
	background-color: #FFFFFF;
	top: 160px;
	margin: 20px 20px 20px 20px;
	padding: 20px;
	border: 1px solid black;
	}

#content_block A {
	color: #CC6600;
	}

#content_block A:hover {
	color: #CC3333;
	}

#footer_block	{
	text-aling: center;
	font-family: arial, helvetica, swiss, sans-serif;
	font-size: 8pt;
	text-align: center;
	}

#gallery #content_block	{
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 20px;
	}

#gallery #thumbnail_block {
	text-align: center;
/*	cursor: pointer;
	cursor: hand;
*/
	margin-left: auto;
	margin-right: auto;
	}

#home #content_block	{
	top: 200px;
	}

.highlight	{
	background-color: #F2F2F2;
	}


.thumb	{
	float: left;
	margin: 0px 10px 20px 10px;
	padding: 10px;
	text-align: center;
	background-color: white;
	color: #000000;
	font-family: "comic sans ms", technical,arial, helvetica, swiss, sans-serif;
	font-style: italic;
	font-size: 13pt;
	line-height: 100%;
	}

.thumb IMG	{
	margin-bottom: 10px;
	}

.thumb A	{
/*	color: #993300;	*/
/*	font-style: normal;	*/
/*	font-family: arial, helvetica, swiss, sans-serif;	*/
/*	font-size: 8pt;	*/
	color: #000000	!important;
	}

.thumb IMG A	{
	color: #000000;
	text-decoration: none;
	}

.thumb .spacer	{
	font-style: normal;
	font-family: arial, helvetica, swiss, sans-serif;
	font-size: 8pt;
	}

.embedded_image	{
	float: right;
	padding: 10px;
	border: 1px solid black;
	}

.menu_list	{
	list-style: none;
	font-size: 16pt;
	line-height: 200%;
	}

.menu_list A	{
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

.menu_list A:hover	{
	color: #CC6600;
	}

.bullet	{
	color: #CC6600;
	}

#home #navhome A,
#about #navabout A,
#caresheet #navcare A,
#gallery #navgallery A,
#stocklist #navstocklist A,
#contact #navcontact A	{
/*	color: #000000;
	background-color: #DADADF;
	border-left: 1px solid #333333;
	border-right: 1px solid #000000;
*/
	color: #CC6600;
	}

#nav_menu	{
	list-style: none;
	}
#nav_menu LI	{
	display: inline;
	}

#nav_menu A	{
	color: black;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	}

#nav_menu A:hover	{
	color: #CC6600;
	}

#nav_menu .bullet {
	margin-left: 5px;
	margin-right: 5px;

	}

#contact_form	{
	border: 1px solid black;
	padding: 20px;
	background-color: #F2F2F2;
	}

#contact_form FIELDSET	{
	border: 1px solid black;
	padding: 10px;
	}

#contact_form LEGEND	{
	margin-bottom: 10px;
	}

.screenonly	{
	display: inherit;
	}

.printonly	{
	display: none;
	}

