*{	padding:0;	margin:0;}
body{
	color:#fff;
	text-align:left;
	background-image: url(bg2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
#wrapwood {
	background-image: url(bg3.jpg);
	background-attachment: fixed;
/*	min-height: 1500px;*/
}

#header {
	height: 140px;
}

#logoblock {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
#logo {
	padding-top: 20px;
	float: left;
	margin-right: 4px;
}


#menutop {
	height: 35px;
	display: inline-block;
	float: right;
	margin-top: 20px;
}
#menutop ul{
	width: 700px;
	height: 35px;
	float: right;
	margin: 0;
}
#menutop li{
	height: 35px;
	display: inline;
	margin-left: 2px;
	padding: 0 7px;
	float: left;
	background-image: url(vs-navig.png);
}
#menutop li:hover{
	background-image: url(vs-hover.gif);
}
#menutop a{
	display: inline;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	font-size: 14px;
}
#menutop a:hover{
	color: #FC0;
}
#content{
	width: 1000px;
	margin: 0 auto;
}
h2 {
	color: #e6c07b;
	font-size: 20px;
}

#slideshow{
	margin:0 auto;
	width:940px;
	z-index:1;
	position:relative;
}
#about {
	border-top: 2px solid #fff;
	padding-bottom: 30px;
	width: 900px;
	margin:0 auto;
}
#about p{
	font-weight: normal;
	padding-top: 20px;
}
.text {
	color: #000;
	font-size: 80%;
}
#textura1 {
	width: 200px;
	height: 200px;
	background-image: url(textura-1.jpg);
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#textura1:hover {
	background-image: url(textura-11.jpg);
}
#textura2 {
	width: 200px;
	height: 200px;
	background-image: url(textura-2.jpg);
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#textura2:hover {
	background-image: url(textura-22.jpg);
}
#textura3 {
	width: 200px;
	height: 200px;
	background-image: url(textura-3.jpg);
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#textura3:hover {
	background-image: url(textura-33.jpg);
}
#textura4 {
	width: 200px;
	height: 200px;
	background-image: url(textura-4.jpg);
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
#textura4:hover {
	background-image: url(textura-44.jpg);
}

#footer {
	height: 150px;
	background-image: url(trans-b-50.png);
}
#footer p{
	margin: 0 auto;
	display: block;
	color: #CCC;
	width: 940px;
	font-size: 80%;
	padding-top: 20px;
}
