@charset "utf-8";
/* CSS Document */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	height:100%;
	background-image:url(backgroundImage.jpg);
	background-repeat:repeat;
	background-position:top;
	}
/* End CSS Reset */

#wrapper {
	width:935px;
	margin:0 auto;
	position:relative;
	left:-10px;
	}
	
#topLeftSide {
	width:140px;
	height:116px;
	background-image:url(topLeftSide.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	}
	
#topHeader {
	width:262px;
	height:116px;
	float:left;
	}
	
#topRightSide {
	width:532px;
	height:116px;
	background-image:url(topRightSide.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
	}
	
#topReservations {
	width:178px;
	height:42px;
	position:relative;
	left:343px;
	top:11px;
	}
	
	
#topMenu {
	position:relative;
	top:22px !important;
	top:18px;
	height:50px;
	}
	
#searchLeft {
	background-image:url(searchLeft.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:140px;
	height:223px;
	float:left;
	}
	
#search {
	background-image:url(search.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:262px;
	height:223px;
	float:left;
	}
	
#searchRight {
	background-image:url(searchRight.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:532px;
	height:223px;
	float:left;
	}
	
#leftContent {
	width:402px;
	background-image:url(leftContent.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
}

#rightContent {
	width:532px;
	background-image:url(rightContent.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:right;
	}
	
#footer {
	background-image:url(footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:935px;
	height:182px;
	float:left;
	}
	
#leftContentWelcome {
	background-image:url(leftContentWelcome.jpg);
	background-position:top;
	width:402px;
	height:239px;
	float:left;
	}

#leftContentFirstImage {
	background-image:url(leftContentFirstImage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:402px;
	height:199px;
	float:left;
	}
	
#leftContentAbout {
	background-image:url(leftContentAbout.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:402px;
	height:327px;
	float:left;
	}
	
#leftContentSecondImage {
	background-image:url(leftContentSecondImage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:402px;
	height:162px;
	float:left;
	}