/* CSS Basic Document */
body {
	background-color: #202020;
	background-image: url();
	background-repeat: no-repeat;
	margin-top: 0px;
}

.form
{
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
	line-height: 16px;
color: #FFFFFF;
}
.form2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
}

.bookingtable {
font-family: Trebuchet MS;
font-size: 19px;
font-weight:bold;
	}
.bookingtable a 
{

text-decoration: none;
color:#000000;

}
a:hover
{
color:#BF1E2D;
}

a 
{

text-decoration: none;
color:#FFFFFF;

}
a:hover
{
color:#BF1E2D;
}
.current 
{
text-decoration: none;
color:#000000;
}

.titles {
font-family: Verdana;
color: #AA7A32;
font-size: 16px;
font-weight:bold;
}
.title {
font-family: Verdana;
color: #AA7A32;
font-size: 16px;
}
.foottext {
font-family: Arial, "Arial Narrow", Batang, sans-serif, monospace, serif, fantasy;
	font-size: 16px;
	font-weight:bold;
}
.copyright{
font-family: Tahoma;
	font-size: 11px;
color: #ffffff;
}
.pagecontainer {
   background: #202020;
margin:60px auto;
margin-top: 0px;
width:800px; 

}
.poppagecontainer {
   background: #202020;
margin:60px auto;
width:600px; 

}
.bookcontainer {
   background: #202020;
margin:60px auto;
width:700px; 
}
 #left { float:left;
 width:500px;
}
 #right {
  float:right;
 width:250px;

 }
 
 #footer {
clear:both;

 }
 

