@charset "UTF-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/bricks-tile.jpg);
	background-color:#000000;
	background-position:center top;
}

#siteContainer{
	width:100%;
	height:100%;
}

/* NO FLASH CONTENT */
/* NO FLASH CONTENT */
/* NO FLASH CONTENT */
/* NO FLASH CONTENT */
/* NO FLASH CONTENT */

#noFlash{
	width:603px;
	margin:0 auto;
	padding:10px 15px 0 15px;
	text-align:center;
}

.noFlashLogo{
	width:170px;
	height:230px;
	margin:0 auto;
}

a{
	color:#660000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#660000;
	margin-top:0;
}

#bookingForm{
	width:300px;
	margin:0 auto;
	font-size:0.95em;
}

.fullField, .smallField, .textArea{
	border:1px solid #660000;
	background-color:#fffcee;
}

.fullField{
	width:220px;
}

.smallField{
	width:30px;
}

.textArea{
	width:300px;
	height:70px;
}

.timesList{
	width:220px;
}

form{
	margin:0;
	padding:0;
}

.bookNowLink{
	color:#660000;
	font-size:1.3em;
}


p.nomargin{
	margin:0;
	padding:0;
}

#noFlashFrame{
	background-image:url(../images/no-flash-frame-stretch.jpg);
	background-repeat:repeat-y;
}

#fixedWidth{
	width:470px;
	margin:0 auto;
}
