@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: #37192d;
}
#main {
	text-align: center;
	height: 700px;
	width: 1024px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pics/bkg_blend.gif);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
}
#logo {
	background-image: url(pics/peignaud_logo.gif);
	height: 165px;
	width: 1020px;
	background-repeat: no-repeat;
	text-align: center;
	background-position:  426px 0px;
}

#news {
	height: 105px;
	width: 105px;
	float: none;
	margin-left: 835px;
	margin-top: 0px;
	padding-top: 15px;
}
#window_white {
	width: 977px;
	height: 457px;
	background-color:#FFFFFF;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;	
}
#window_tapestry {
	width: 967px;
	height: 417px;
	margin-left:5px;
	padding: 5px;
	background-image: url(pics/tapestry-1.jpg);
	background-repeat: no-repeat;
}
#window {
	width: 967px;
	height: 417px;
	padding: 5px;
}
#window_contact {
	width: 967px;
	height: 417px;
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(pics/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	width: 967px;
	height: 22px;
	background-image: url(pics/footer_blend.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	background-position: center;
}
#address {
	width: 967px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	font-family: serif;
	font-size: 11px;
	color: #624C23;
	text-decoration: none;
}
#map {
	width: 302px;
	height: 20px;
	text-align: center;
	margin-left: 647px;
	margin-top: 153px;
}

a:link {
	color: #996600;
	text-decoration: none;
}

a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}

#transbox
  {
  width:300px;
  height:360px;
  margin:10px 10px;
  background-color:#000000;
  border:1px solid black;
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  }
