	* {
		margin: 0;
		padding: 0;
	}

	html,body {
		font-family: arial;
		font-size: 11px;
		color: #333;
		background: #fff;
	}

	p,td,input,submit,textarea,blockquote,span,select {
		font-family: arial;
		font-size: 11px;
		color: #333;
	}

	h1 {
		color: #a74b10;
		font-weight: bold;
		font-size: 15px;
		height: 25px;
	}

	a {
		color: #ad5720;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	div#wrapper {
		text-align: left;
		width: 1005px;
		background: url(/resources/images/3_bg_main.gif);
	}

	/* ## TOP ## */

	div#top {
		height: 89px;
		background: url(/resources/images/6_bg_top.gif);
	}

	div#logo {
		float: left;
		padding-left: 19px;
	}

	div#pics {
		float: right;
		padding-top: 9px;
	}

	div#pics img {
		margin-right: 15px;
	}

	/* ## SHORTCUTS ## */

	div#shortcuts {
		height: 24px;
		background: url(/resources/images/5_bg_shortcuts.gif);
	}

	div#stars {
		float: left;
		padding-left: 20px;
	}

	div#flags {
		float: right;
		padding-right: 20px;
	}

	div#flags img {
		margin-right: 4px;
	}

	/* ## HEADER ## */

	div#header {
		height: 200px;
	}

	/* ## MENU ## */

	div#menu {
		float: left;
		width: 200px;
		height: 200px;		
		border-bottom: 1px solid #c6c4b7;
		border-right: 1px solid #c6c4b7;
		background: url(/resources/images/4_bg_menu.gif) no-repeat;
	}

	div#menu ul {
		list-style: none;
		padding-top: 15px;
		padding-right: 12px;
	}

	div#menu ul li a {
		color: #600f03;
		font-weight: bold;
		font-size: 12px;
		line-height: 19px;
		padding-left: 20px;
		text-decoration: none;
	}

	div#menu ul li.menu_sel {
		background: url(/resources/images/18_menu_logo.gif) no-repeat right;
	}
	
	div#menu ul li.level2 a {
		color: #333333;
		font-weight: normal;
		font-size: 11px;
		line-height: 16px;
		padding-left: 30px;
	}

	div#submenu {
		background-color: #f2eed5;
		height: 26px;
	}
	
	div#submenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	div#submenu ul li {
		float: left;
	}

	div#submenu ul li a {
		color: #600f03;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
		line-height: 26px;
	}
	
		div#submenu ul li.padd a {
		padding-right: 10px;
		padding-left: 5px;
	}
	
	div#submenu ul li a:hover {
		color: #786b69;
		text-decoration: underline;
	}
	
	
	
	div#splash {
		float: left;
		width: 563px;
		height: 200px;
		border-bottom: 1px solid #c6c4b7;
		
	}

	/* ## BOOKING ## */

	div#booking {
		float: left;
		padding-top: 9px;
		padding-left: 10px;
		width: 230px;
		height: 191px;
		border-bottom: 1px solid #c6c4b7;
		border-left: 1px solid #c6c4b7;
		background: #eee;
	}

	div#machine {
		width: 221px;
		height: 183px;
		background: url(/resources/images/1_bg_booking.jpg) no-repeat;
	}

	/* ## MAIN ## */

	div#main
	{
		clear:both;
		float:left;
		width: 1005px;
	}

	div#main div#left {
		float: left;
		width: 181px;
		padding: 10px;
		height:auto !important;
		height: 187px;
		min-height:187px;
		background: url(/resources/images/7_bird.gif) no-repeat;
	}

	div#main div#content {
		float: left;
		width: 544px;
		padding: 10px;
	}

	div#content img {
		border: 1px solid #600f03;
	}

	div#main div#right {
		float: left;
		width: 220px;
		padding: 10px;
		height:auto !important;
		height: 187px;
		min-height:187px;
		background: url(/resources/images/7_bird.gif) no-repeat;
	}

	/* ## FOOTER ## */

	div#footer {
		clear:both;
		float:left;
		width: 1005px;
		height: 40px;
		line-height: 39px;
		text-align: center;
		color: #fff;
		background: url(/resources/images/2_bg_footer.gif);
		border: 0px;
	}
	
	div#footer a
	{
		color: #fff;
	}

	div#footer img {
		margin-right: 10px;
	}

	div.clear {
		clear: both;
	}
	
	h1 a {color: rgb(0,155,201);}