body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	padding: 0px;
	color: #000000;
	margin-top: 0px;
	background-color: #000080;
	text-align: center; /* Use to center the page in IE 5 */
}
p {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

h1 { 
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #000080;
}

h2 { 
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	color: #000080;
	text-align: center;
}

/**************************************************************
	Links should always be used in the following order. 
***************************************************************/
a {} 
a:link {} 
a:visited {} 
a:hover {} 
a:active {} 

a:active, a:link, a:visited {
	text-decoration: underline;
	color: #000080;
}
a:hover {
	text-decoration: none;
}

/*************************************
		Layout
*************************************/
#Wrap{
	width: 750px;
	margin: auto;
	text-align: left;
}

#Header {
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 2px solid #413F42;
	height: 146px;
	margin: 0px;
}	

#rightCol {
	float: right;
	width: 156px;
	text-align:center;
	padding: 20px 0 0 0;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	background-color: #ffffff;
}

#content {
	margin-right: 158px;
	background-color:#D9F0FF;
	width: auto;
	height: auto;
	padding: 20px 15px 10px 43px;
	text-align:justify;
}

#Footer {
	clear:both;
	margin:0px;
	padding: 5px 0 0px 10px;
	background-color:#ffffff;
	border-top: 2px solid #413F42;
	height: 20px;
	
}

/*************************************
		Content
*************************************/
.title{
	display:none;
}

#contentPage{
	background-image:url(../images/bgContent.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

ul{
	margin: 0px;
	padding: 0px 0 0 4px;
	list-style-type:none;
	color: #042E54;
	font-weight: bold;
	font-size: 10px;
}

li{
	text-align: center;
	background-image: url(../images/btnNavRight.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 145px;
	margin: 0px;
	padding: 7px 0 0 0;
}

.imgHotelBig{
	margin: 0px;
	text-align: center;
}

input, select{
	background-color:#FFFFFF;
	font-size:10px;
}



/*************************************
		debug
*************************************/
div{
	border: 0px solid red;
}
