a, a:link, a:visited {
	color: #e76d20;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ebb946;
	text-decoration: underline;
}

body{
	background: #ebb946;
	margin: 10px;
	padding: 10px;
}

.border{
  border: 50px solid #f2d184;
}

.content{
  background: #fff url(../images/BKG_body.gif);
  background-repeat: no-repeat;
  background-position: top left;
  vertical-align: top;
  font: 12px Arial, Helvetica, sans-serif;
  color: #65563f;
  line-height: 20px;
  height: 352px;
  padding: 40px 30px 40px 275px;
  text-align: justify;

}

.credits{
   color: #bd8c16;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 4px;
	line-height: 15px;
}

.credits a:link, .credits a:visited {
   color: #bd8c16;
  text-decoration: none;
}

.credits a:hover, .credits a:active {
	color: #fff;
  text-decoration: none;
}

.fillerWH {
	background-color: #fff;
}

h1{
	font: 18px Georgia, Helvetica, sans-serif;
   color: #685742;
}

.nav{
   background: #fff;
	color: #dfc19b;
	font: 12px Verdanda, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-align: right;
	padding: 20px 30px 10px 0px;
}

.nav a:link, .nav a:visited {
   color: #494949;
  text-decoration: none;
}

.nav a:hover, .nav a:active {
	color: #ebb946;
  text-decoration: none;
}

.picpadR {
	padding: 12px 20px 12px 0px;
}

.price{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.smtxt {
	font: 11px Arial, Helvetica, sans-serif;
}

.smtxt a:link, .smtxt a:visited { 
	color: #046E93;
	text-decoration: none;
}

.smtxt a:hover, .smtxt a:active { 
	color: #706c66;
	text-decoration: none;
}

.txtOJ{
	color: #f48b20;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}


