@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;

	}
	
div.content{
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
	margin:0 0 0 15px;
	text-align:justify;
	width:500px;
}

div.content p{
	margin:10px 0;
}

div.content h1{
	font-size: 25px;
	margin:10px 0;
}
div.content h2{
	font-size: 22px;
	margin:10px 0;
}
div.content h3{
	font-size: 20px;
	margin:10px 0;
}
div.content h4{
	font-size: 18px;
	margin:10px 0;
}
div.content h5{
	font-size: 16px;
	margin:10px 0;
}
div.content h6{
	font-size: 14px;
	margin:10px 0;
}
