/* global container */
body {
	margin: 0;
	padding: 0;
	background-color: #9F988B;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
.html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center; /* IExplorer */

}

/* main container */
.container {
  position: relative; padding: 0; margin: auto; /* Firefox, Mozilla, Opera */
  height: auto; width: 780px;
  font-family: "Tahoma";  font-size: 11px;
  color: #6D6A63;	
}

/* container */
.header  {
  position: relative;  clear: both;
  background: url(images/header.jpg) no-repeat;
  height: 140px;  width: 780px;
}

.flash {
	clear: both;
	height: 227px;
	width: 780px;
	background-color: #FFFFFF;
}

.body {
	margin: 0;	padding: 0;
/*  background: url(images/back.gif) repeat-y;
*/
}

.header1 {
  position: relative;  clear: both;
  background: url(images/header1.gif) no-repeat;
  height: 23px;  width: 780px;
}

.header .menu {
  position: absolute;
	top: 10px; left: 420px;
  height: 140px;  width: 130px;
}
.header .menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
.header .menu ul li{
  height: 25px;  width: 140px;
}
#menu{
	position: absolute;
	height: 40px; width: 70px;
	top: 58px; left: 644px;
}
#menu a {
	font-size: 9px; text-decoration: none;	color: #2E2E2E; line-height: 18px;
}

/* body */
table.body {
	position: relative;
	height: auto;
	width: 780px;
}
#gallery img {
	border: 1px solid #E89305;
}
#gallery {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

#pictures img {
	float: left;
	border: 1px solid #9E2419;
	padding: 0px;
	margin: 5px;
}
#pictures {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}






/* footer */
.footer {
  position: relative;  clear: both;
  background: url(images/footer.jpg) no-repeat;
  height: 85px;  width: 780px;
}


#copyright {
  position: absolute;	  padding-left: 14px;
  height: 20px; width: 450px;  
  top: 45px;  left: 200px;	
	color: #5E5B53; font-size: 10px;
  background: url(images/copyright.gif) no-repeat;
}
#copyright .line a {
	color: #5E5B53;
	text-decoration: none;
}


#left {
	float: left;
	width: 240px;
}
#right {
	float: right;
	width: 260px;
}

#contacts {
	width: 500px;
	text-align: center;
}

#contacts input, textarea{
	border: solid 1px #A1A1A1; width: 230px; 
}

button#b1{
	height: 21px; width: 54px;
	border: none;
  background: url(images/button1.gif) no-repeat;
}
button#b2{
	height: 21px; width: 54px;
	border: none;
  background: url(images/button2.gif) no-repeat;
}


a {
	color: #6F1402;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

p {
	margin: 0px 10px 0px 10px;
}

p.right {
	text-align: right;
}
p.date {
	color: #B4B3B3;
}

span.arrow {
	padding-left: 14px; text-align: right;
  background: url(images/arrow.gif) no-repeat;
}

span.bullet {
	padding-left: 14px; text-align: right;
  background: url(images/bullet.gif) no-repeat;
}




td.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


button#button1 {
  height: 21px;  width: 54px;
  border-style: none; 
	padding-top: 10px;
  background: url('images/button1.jpg');
}

h1{
  padding: 0;  margin: 0px 0px 10px 0px; 
  height: 30px;
}
#header-left {
	float: left;
	width: 220px;
	padding-left: 20px;
	background-image: url(images/menu-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #930E05;
	margin: 0px;
	padding: 3px;
}

.flash #header-left img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}

#header-right {
	float: right;
	width: 540px;
}

