.style2 {
	color: #660000;
	font-weight: bold;
}
.style1 {
	font-size: 12px;
	color: #993300;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	background: #FFFFFF url(../images/bgb.jpg) repeat-y fixed center top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
A.dark:link {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:visited {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:hover {
	color: #000066;
	text-decoration: none;
}

A:link {
	color: #333333;
	text-decoration: none;

}

A:visited {
	color: #333333;
	text-decoration: none;

}

A:active {
	color: #333333;
	text-decoration: none;

}

A:hover {
	color: #0066CC;
	text-decoration: none;

}

P {
	font-size: 12px;
	font-family : Arial;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

input.search
{
	height: 12px;
	background-color: #D0CDAD;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

select.search
{
	height: 17px;
	background-color: #F8F0D8;
	border: solid #C0BC91;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
margin: 0px;
	
}

form {
margin: 0;padding: 0;
margin-bottom: 3px;
}
#gallery{
	margin:0px 20px 15px;
	padding:0px;
	list-style:none;
	display:block;
} 
#gallery li{
	display:inline;
	margin:0px 10px;
} 

.photo{
	float:left;
	width:221px;
	height:200px;
	padding:0px;
	list-style-type: none;
	z-index: auto;
	top: auto;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.zindex {
	z-index: 100;
}
