body{
  background:url('../images/bg.jpg') repeat-x #f3f2e9;
  margin:0px;
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
  font-size: 11px;
  color: #706f6f;
  line-height: 1.5;
  text-align:justify;
}
body.offers{
  background:#f3f2e9;
  margin:10px;
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
  font-size: 11px;
  color: #706f6f;
  line-height: 1.5;
  text-align:justify;
}

body.offers table{
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
  font-size: 11px;
}

body.gallery{
background:#767150;margin:5px;
}

body.gallery img{
border:1px #fff solid;margin-right:10px;
}

body.gallery a{
  border: none;
}

body.gallery a:hover{
 border-bottom: 20px solid #d3cb7e;
}

#bottomText{
color: #f3f2e9;
}

#footer{color:#928d6a;text-align:right;}
#footer a:link {color:#928d6a; text-decoration:none;}
#footer a:visited {color:#928d6a; text-decoration:none;}
#footer a:hover {color: #274886; text-decoration:underline;}

#footerWebsitevision a:hover {color: #192ecb; text-decoration:none;background:inherit;font-weight:normal;}
#footer a:hover span {color: #e0bf0b; text-decoration:none;background:inherit;font-weight:bold;}

a:link {color : #725b21; text-decoration:none;}
a:visited {color : #725b21;text-decoration:none;}
a:hover {color : #725b21; text-decoration:underline;}

#bottomText a:link {color : #f3f2e9; text-decoration:none;}
#bottomText a:visited {color : #f3f2e9;text-decoration:none;}
#bottomText a:hover {color : #fff; text-decoration:underline;}


/*///////////// Form Elements //////////////*/
input.but {
	background-color: #cac4a4;
	border:1px solid #928e6b;
	color:#35321a;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	width:100px;
	margin:5px;
}
input{
	padding:2px;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 11px;
	color:#000;
	font-weight:normal;
	border:1px;
	width:130px;
}
textarea {
	padding:2px;
	border:1px;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 11px;
	color:#000;
	width:130px;
}
form{margin:0;padding:0;}
/*///////////////////////////////////////////*/