html, body {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-color: #0377D9;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	}
		
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	padding-left: 40px;
	}
	
.text {
	display: block;
	padding-left: 10px;
	background-image: url(../img/dot/text.jpg);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	text-align:justify;
	width: 400px;	
	margin-left: 0px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;	
	}
	
html>body .text {
	margin-left: 40px;	
	}	

#container {
	margin: 0 auto;
	width: 752px;
	border: solid 3px #FFFFFF;
	background-color : #FFFFFF;
	margin-top: 43px;
	}
	
	#divLogoMenu {
		width: 752px;
		height: 88px;
		clear: both;
		background-image:url(../img/background_logomenu.gif);
		}
	
		#divLogo {
			width: 188px;
			height: 88px;
			float: left;
			}
			
		#divAddress {
			width: 564px;
			height: 59px;
			float: right;
			text-align:right;
			}
			
		#divMenu {
			width: 524px;
			height: 29px;
			float: right;
			}

	#divHeader {
		width: 752px;
		height: 287px;
		clear: both;
		}
	
		#divLeft {
			width: 552px;
			height: 287px;
			float: left;
			}
			
		#divRight  {
			width: 197px;
			height: 21px;
			float: right;
			background-image:url(../img/index_pic/small.jpg);
			text-align: left;
			padding-top: 266px;
			}
			
		#divRight a {
			text-decoration: none;
			color: #0377D9;
			padding-left: 20px;
			}

		#divRight a:hover {
			font-weight:bold;
			}


	#divContent {}
	
		#divHeadlineIndex {
			width: 752px;
			height: 81px;
			clear: both;
			}
			
		#divHeadline {
			width: 752px;
			height: 39px;
			clear: both;
			border-bottom: solid 1px #cccccc;
			}			
			
		#divPictures {
			width: 752px;
			height: 105px;
			clear: both;
			}

		#divPicturesContent {
			width: 752px;
			height: 105px;
			clear: both;
			margin-top: 3px;
			}			
			
		#divSubMenu	{
			width: 752px;
			height: 83px;
			clear: both;
			background-color: #fff8dc;
			margin-top: 3px;
			}

#copyright {
	display: block;
	width: 752px;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #e4a36a;
	}
	
#copyright h1 {
	display: block;
	float: left;
	width: 752px;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	}
	
#copyright h2 {
	display: block;
	float: right;
	width: 752px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	}
	
#copyright h2 a {
	color: #FFCC9F;
	text-decoration: underline;
	}
	
#copyright h2 a:hover {
	color: #e4a36a;
	text-decoration: none;
	}
	
/* 
--------------------------------------
   SUB MENU
--------------------------------------
*/ 

#divSubMenu ul {
	width				: 720px;
	height				: 40px;
	list-style-type		: none;
	text-indent			: 0px;
	padding-top			: 0px;
	margin				: 0px;
	padding				: 0px;
	font-size: 10px;
	padding-top: 17px;
	padding-left: 30px;
	}

#divSubMenu li {
	width: 240px;
	height: 18px;
	float				: left;
	text-align: left;
	}
	
#divSubMenu li a {
	background-image: url(../img/submenu/normal.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left		: 15px;
	height				: 18px;
	text-decoration		: none;
	display				: block;
	text-transform: uppercase;
	color: #7d2e0e;
	}

#divSubMenu li a:hover {
	background-image: url(../img/submenu/over.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;	
	text-transform: uppercase;	
	color: #db5c29;
	}	
	
	
	
	
			
/* 
--------------------------------------
   MAIN MENU
--------------------------------------
*/ 

#divMenu ul {
/*	width				: 564px;*/
	height				: 16px;
	list-style-type		: none;
	text-indent			: -5000px;
/*	display				: block;
	clear				: both;*/
	padding-top			: 0px;
	margin				: 0px;
	padding				: 0px;
	margin-top: 3px;
	}

#divMenu li {
	float				: left;
	}
	
#divMenu li.one a {
	background-image	: url(../img/menu/home.gif);
	height				: 16px;
	width				: 66px;
	text-decoration		: none;
	display				: block;
	}

#divMenu li.one a:hover {
	background-image	: url(../img/menu/home_over.gif);
	}
	
#divMenu li.two a {
	background-image	: url(../img/menu/about.gif);
	height				: 16px;
	width				: 100px;
	text-decoration		: none;	
	display				: block;
	}

#divMenu li.two a:hover {
	background-image	: url(../img/menu/about_over.gif);
	}	

#divMenu li.three a {
	background-image	: url(../img/menu/menus.gif);
	height				: 16px;
	width				: 72px;
	text-decoration		: none;
	display				: block;
	}

#divMenu li.three a:hover {
	background-image	: url(../img/menu/menus_over.gif);
	}	

#divMenu li.four a {
	background-image: url(../img/menu/events.gif);
	height				: 16px;
	width				: 76px;
	text-decoration		: none;
	display				: block;
	}

#divMenu li.four a:hover {
	background-image	: url(../img/menu/events_over.gif);
	}	

#divMenu li.five a {
	background-image	: url(../img/menu/reservations.gif);
	height				: 16px;
	width				: 112px;
	text-decoration		: none;
	display				: block;
	}

#divMenu li.five a:hover {
	background-image	: url(../img/menu/reservations_over.gif);
	}
	
#divMenu li.six a {
	background-image	: url(../img/menu/location.gif);
	height				: 16px;
	width				: 97px;
	text-decoration		: none;
	display				: block;
	}

#divMenu li.six a:hover {
	background-image	: url(../img/menu/location_over.gif);
	}