/* CSS Document */

/* 7/26/08 New layers */

body
{
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding; 0;
  background-color: #333333;  
}

#Main
{
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 480px;
  background-color: #ffffff;
}

#Banner
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}

#LeftNavigation
{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 120px;
  height: 365px;
  padding-top: 15px; 
}

#RightNavigation
{
  position: absolute;
  top: 100px;
  right: 2px;
  width: 120px;
  height: 365px;
  padding-top: 15px; 
}

.LinkBox
{
  height: 25px;
  border-bottom: thin solid #ffffff;
  padding-top: 7px;
  width: inherit;
}

#Content
{
  position: absolute;
  top: 100px;
  left: 120px;
  width: 470px;
  height: 350px;
  padding: 10px 15px 15px 15px; 
}

.CatBackground
{
  position: relative;
  top: 10px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/BadCat.jpg) no-repeat bottom right;
}

.DogBackground
{
  position: relative;
  top: 10px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/BadDog.jpg) no-repeat bottom right;
}

.WhiteWineBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/WhiteWine.jpg) no-repeat bottom right;
}

.SushiBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Sushi.jpg) no-repeat bottom right;
}

.SkyBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Skyscraper.jpg) no-repeat bottom right;
}

.SkiBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Ski-USA.jpg) no-repeat bottom right;
}

.SaltBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Saltwater.jpg) no-repeat bottom right;
}

.RedWineBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/RedWine.jpg) no-repeat bottom right;
}


.FreshPokerBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/FreshPoker.jpg) no-repeat bottom right;
}

.FreshBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Freshwater.jpg) no-repeat bottom right;
}

.CocktailBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/CocktailCards.jpg) no-repeat bottom right;
}

.AmusementsBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Amusements.jpg) no-repeat bottom right;
}

.GolfBackground
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 470px;
  height: 340px;
  background: url(../Images/CardPages/Golf.jpg) no-repeat bottom right;
}

.hikersbackground {
	position: relative;
	top: 0px;
	left: 10px;
	width: 470px;
	height: 340px;
	background: url(../Images/CardPages/hikers.jpg) no-repeat bottom right;
}
