/* to not let the BODY background images to repeat */
BODY 
{ 
	background-repeat: no-repeat;
}
a
{
	text-decoration: none;
	border: 0;
}
/* for space on the right side */
.room
{
	padding-top: 2px;
	margin-right: 75px;
}

/* to add space or between things */
.bump
{
	padding-top: 10px;
}

.lilBump
{
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.font1
{
	font-family:sans-serif;
	font-size:15px;
	color:white;
}

.font2
{
	font-family:sans-serif;
	font-size:26px;
	color:white;
}

.font3
{
	font-family:arial;
	font-size:26px;
	color:white;
}

.font4
{
	font-family:sans-serif;
	font-size:36px;
	color:red;
	font-weight:bold;
}

.font5
{
	font-family:sans-serif;
	font-size:15px;
	color:white;
	font-weight:bold;
}

.trim
{
	border: 2px solid yellow;
	width: 133px;
}

.video
{
	border:1px solid white;	
	position: absolute;
	top: 350px;
	left: 70px;
	width: 150px;
	height: 150px;
	color:white;
}

.shopping
{
	border:1px solid white;	
	position: absolute;
	top: 350px;
	right: 70px;
	width: 150px;
	height: 150px;
	color:white;
}
a.nav
{
	display: block;
	background: url("Images/button-tab.png") no-repeat center;
	width: 120;
	height: 30;
	color: white;
	align: center;
	text-decoration: none;
	size: 14px;
	font-family: "Arial";
	font-weight: bold;
	margin-top: -10;
	padding-top: 10;
}
a.nav:hover
{	
	display: block;
	background: url("Images/button-tab-over.png") no-repeat center;
	color: black;
	text-decoration: underline;
}
a.navover
{
	display: block;
	background: url("Images/button-tab-over.png") no-repeat center;
	width: 120;
	height: 30;
	color: black;
	align: center;
	text-decoration: none;
	size: 14px;
	font-family: "Arial";
	font-weight: bold;
	margin-top: -10;
	padding-top: 10;
}
a.navover:hover
{
	text-decoration: italic;
}

