/* CSS Document */
* {
	margin:0; 
	padding:0;
}

body {
	background-color: #173068;
	font-family: Arial, Helvetica, sans-serif;
}

img { 
	vertical-align: top;
}

.footer_text {
	color: #fff;
	font-size: 10px;
}

div#header {
	width: 900px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
/*
div#lenas_hotel{
	width: 900px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./pics/lenas_hotel.png);
	background-repeat:no-repeat;
	
}*/


div#main {
	width: 940px;
	height: 726px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pics/main_bg.png);
	background-repeat: repeat-y;
}

div#main_content {
	width: 900px;
	height: 670px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px #000 solid;
}

div#footer_1 {
	width: 900px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pics/footer1.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px #000 solid;
}

div#footer_2 {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}
div#bottom {
	width: 900px;
	height: 30px;
	margin-left:auto;
	margin-right: auto;
}

.boxpopup {
    font-family:Arial,sans-serif; font-size:smaller; /*POPUP FONT */
    color:black; background:#FFFF99; /*COLOURS*/ 
    width:250px; text-align:center; /*BOX WIDTH, CENTERED TEXT */
    padding:4px 5px 4px 5px; /*SPACE FROM TEXT TO BORDER*/
    font-weight:bold; /* TEXT WEIGHT*/
    border:1px solid gray; /*POPUP BORDER*/
} 
*/


#pdq {
	position:absolute; 
	visibility:hidden; 
	z-index:200;
}
