body{
	background-image:url(/web-dev/template-images/background-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #421e3e;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.tourName{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#topMenu{
	color: #ffffff;
	font-weight: bold;
}

#topMenu a:link{
text-decoration:none;
color: #ffffff}

#topMenu a:visited{
	text-decoration: none;
	color: #ffffff;
}

#topMenu a:hover{
	color: #CCCCCC;
}

#topMenu a:active{
	text-decoration: none;
	color: #ffffff;
}

#bottomMenu{
	color: #634560;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#bottomMenu a:link{
	text-decoration:none;
	color: #634560
}

#bottomMenu a:visited{
	text-decoration: none;
	color: #634560;
}

#bottomMenu a:hover{
	color: #634560;
}

#bottomMenu a:active{
	text-decoration: none;
	color: #634560;
}

#pageHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ECD7EA;
}

.roomsTablestyle{
	background-color: #853D7D;
	background-image: url(/web-dev/template-images/rooms-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #3E1C39;
}

.contactsTablestyle{
	background-color: #853D7D;
	background-image: url(/web-dev/template-images/contact-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #3E1C39;
}


h1{
	font-size: 14px;
	font-weight: bold;
	color: #DCB4D7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DCB4D7;
	}

a:link{
	text-decoration:none;
	color: #DAADD5;
}
a:visited{
	text-decoration: none;
	color: #DAADD5;
}
a:hover{
	color: #FEFEFE;
}
a:active{
	text-decoration: none;
	color: #DAADD5;
}

.imageBorder{
	border: 1px solid #000000;
}
