body {
	margin: 0px;
	background-color: #E5D9B1;
}

td {
	font-family: verdana;
	font-size: 11px;
}

p {
	text-align: justify;
	padding-right: 5px;
}

h1{
	color: #B4772D;
	font-size: +14;
	padding-left: 40px;
	padding-top: 5px;
	background-image: url(../images/title_bullet.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

.left_pad {
	padding-left: 10px;
}

.search_block {
	background-color: #CDAD71;
}

.gallery_block {
	background-color: #DFD29E;
}

img.brdimg {
	border: 4px solid #FFF5C7;
}

.links_block {
	background-color: #FFF5C7;
}

.txt_brown {
	color: #9F5C2A;
}

.txt_light {
	color: #F3B96D;
}

a.brown_link {
	color: #9F5C2A;
	text-decoration: none;
}

a.brown_link:hover {
	color: #000000;
	text-decoration: none;
}

.brd_input {
	border: 1px solid #C4A378;
	background-color: #FFF7D5;
}

.heading_on_block {
	font-size: 12px;
	background-image: url(../images/hd_block_bg.jpg);
	background-repeat: repeat-x;
	color: #F3B96D;
	font-weight: bold;
	padding-left: 6px;
}

a.search_lnk {
	color: #FFF7D3;
	font-weight: bold;
}

a.search_lnk:hover {
	color: #FFF7D3;
	font-weight: bold;
	text-decoration: none;
}

.menu_on_left
	{
		color: #7D684D;
		height: 25px;
		cursor: pointer;
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C4A378;
	}

.menu_on_left_over
	{
		color: #7D684D;
		background-color: #DFD29E;
		height: 25px;
		cursor: pointer;
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C4A378;
	}


a.search_result:active{font-family: verdana; font-size: 12px; color: #000000;text-decoration: underline}
a.search_result:link{font-family: verdana; font-size: 12px; color: #000000;text-decoration: underline}
a.search_result:hover{font-family: verdana; font-size: 12px; color: #000000;text-decoration: underline}
a.search_result:visited{font-family: verdana; font-size: 12px; color: #000000;text-decoration: underline}

a.gallery_lnk:active{font-family: verdana; font-size: 12px; color: #000000;text-decoration: none}
a.gallery_lnk:link{font-family: verdana; font-size: 12px; color: #000000;text-decoration: none}
a.gallery_lnk:hover{font-family: verdana; font-size: 12px; color: #000000;text-decoration: none}
a.gallery_lnk:visited{font-family: verdana; font-size: 12px; color: #000000;text-decoration: none}


a.footer_lnk {
	color:#E5D9B1;
}

a.footer_lnk:hover {
	color:#FFF7D3;
	text-decoration: none;
}

/*********************** FOR SUB MENU **************/


<!--
div.menu {
	visibility:hidden;
	position:absolute;
	color:#7D684D;
	background-color:#DFD29E;
	padding: 2px; 
	border-style: solid;
	border-width: 1px;
	border-color: #9F5C2A;
	width:160px; 
	font-weight: bold; 
	font-family: tahoma; 
	font-size: 11px; 
	}

div.menu a         { display:block; width:100%; height: 20px; padding-top: 3px; }

div.menu a:link,
div.menu a:visited,
div.menu a:active,
div.menu a:hover   { color:7D684D; text-decoration:none; }

div.menu a:hover   { background-color:#C6BA8C; color: #7D684D;}

a.menu-head,
a.menu-head:link,
a.menu-head:visited,
a.menu-head:hover,
a.menu-head:active,
a.menu-head-hilite,
a.menu-head-hilite:link,
a.menu-head-hilite:visited,
a.menu-head-hilite:active,
a.menu-head-hilite:hover {
		display:block;
		color: #7D684D;
		height: 25px;
		cursor: pointer;
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C4A378;
	}

a.menu-head        { padding: 5px 8px 0px 0px; }

a.menu-head:hover,
a.menu-head-hilite { 
		color: #7D684D;
		height: 25px;
		background-color: #DFD29E;
		cursor: pointer;
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C4A378;
		padding: 5px 8px 0px 0px;
}
