@charset "utf-8";
/* CSS Document */
html,body{
	margin:0 auto;
	background-color:#000;
}
.MainTable{
	margin:0 auto;
	background:url(images/Main_Bg.jpg);
	width:100%;
}
.MainText{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000000;
	 line-height:20px;
}

.BG{
	margin:0 auto;
	background:url(images/Table_Bg.jpg) repeat-x;
	width:100%;
	/*height:726px;*/
}
.Content{
margin:0 auto;
width:793px;
}
.Footer{
	margin:0 auto;
	background:url(images/bottom.jpg) repeat-x;
	width:100%;
}
.tours{
	padding-left:50px;
	padding-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}
.tours a:active     { color: #49220B; text-decoration:none;}  
.tours a:link       { color: #49220B; text-decoration:none;} 
.tours a:visited    { color: #49220B; text-decoration:none;} 
.tours a:hover      { color: #2E6087; text-decoration:none; }


