/* CSS Document */


		a:link { color: #000000; text-decoration: underlined;}
		a:visited { color: #000000; text-decoration: underlined;}
		a:active { color: #000000; text-decoration: underlined;}
		a:hover { color: #000000; text-decoration: underlined;}

		
		.footer A:link {color: #ffffff; text-decoration: none}
		.footer A:visited {color: #ffffff; text-decoration: none}
		.footer A:active {color: #ffffff; text-decoration: none}
		.footer A:hover {color: #ffffff;text-decoration: underline;}
	

body
		{
		padding: 0px;
		margin: 0px;	
		background-color: #333333;	
		}
		
img
		{
		border: 0px solid black;
		}

.background
		{
		background-image:  url(../images/bg.jpg);
		background-repeat: repeat-x
		}
		
.slideshow
		{
		background-image:  url(../images/bgFlash.jpg);
		background-repeat: no-repeat;
		}

.header
		{
		background-image:  url(../images/header.jpg);
		background-repeat: no-repeat;
		}

.reservation
		{
		background-image:  url(../images/bgReservation.jpg);
		background-repeat: no-repeat;
		}	

.footer
		{
		background-image:  url(../images/footer.jpg);
		background-repeat: no-repeat;
		font-size: 10px;
		font-family: verdana, arial;
		color: #FFFFFF;
		text-align: center;
		}
		

.content
		{
		padding: 20px 20px 20px 20px;
		}

.resform
		{
		margin-top: 6px;
		}

.formtitle
		{
		padding-left: 12px;
		font: 12px arial;
		font-weight: bold;
		color:#333333;
		line-height:20px;
		letter-spacing:0.1em;
		margin-top:0px;
		}

.title
		{
		font: 12px arial;
		font-weight: bold;
		color:#333333;
		line-height:20px;
		letter-spacing:0.4em;
		margin-top:0px;
		}

.text
		{
		margin-top: 20px;
		font: 12px arial;
		color:#333333;
		line-height: 14px;
		letter-spacing:0.1em;
		
		}