/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
p{margin:0 10px 10px}
a{display:inline;padding:0px}
a:link, a:visited {
	color: #006;
	text-decoration: none;
}
a:hover{
	display:inline;
	color: #FF0000;
	padding:0px;
	text-decoration: none;
}
div#header{
	background-color: #010066;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
}
div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{
	background-color: #807FFF;
}
div#footer{
	color: #FFF;
	background-color: #010066;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#container{
	width:900px;
	margin:0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #010066;
	border-left-color: #010066;
}
div#content{
	float:right;
	width:500px;
	height: 350px;
	overflow: auto;
	background-image: url(../images/bg_hotel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6{
	padding: 5px;
	color: #807FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #807FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

div#SIDEIMAGE{
	float:right;
	width:145px;
	height: 348px;
	margin-right: 5px;
	text-align: center;
	padding-top: 2px;
	background-color: #B1C1D1;
}
div#SIDEIMAGE a, div#SIDEIMAGE a:link, div#SIDEIMAGE a:visited, div#SIDEIMAGE a:active, div#SIDEIMAGE a:hover, {
	margin: 0px;
	padding: 0px;

}
div#navigation{
	float:left;
	width:200px;
	background-image: url(../images/bg_menu_350.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
}
div#navigation ul.mainMenu{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#navigation ul.mainMenu li{
	margin:0px;
	padding:4px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
}
div#extra{clear:both;width:100%}
div#extra p{
margin:0px;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
a.menuLink:link, a.menuLink:visited, a.menuLink:active{
	text-decoration: none;
	color: #993300;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAFF93;
	display: block;

}
a.menuLink:hover{
	margin:0px;
	padding: 2px;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../images/bg_linkMenu.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
}
td.borderPrize {
border-bottom:1px solid #FFFF66;
}
#credits{
	width:900px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
