html,body
{
	margin: 0;
	padding: 0;
	background-color:   #efefef;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
	font-size: 12px;
  
}
body, div#body
{
  background-color: white;
  width: 790px;
  margin: 0 auto;
  padding: 10px 30px 0 30px;
}
a { color: #c40000; text-decoration:none; }

a img { border: none; }
h1,h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #09558b;
}
h2 { font-size:14px; margin-bottom: -.5em; }

div#header
{
  background: url(../images/header.jpg) no-repeat;
  height: 150px;
}

ul#navbar
{
  margin:0 0 50px 1px; padding:0 0 0 1em;
  list-style: none;
  height: 30px;
  line-height: 30px;
  background: #b00202;
}
ul#navbar li { float: left; margin: 0 .5em ;  }
ul#navbar li a { color: white; text-decoration: none; font-size: 14px;}
ul#navbar li a:hover { text-decoration: underline; }
ul#navbar li a#act { font-weight: bold; }
div#content
{
  margin: 0 276px 0 20px;
}
div#content p em { font-style:normal; color: #09558b; }
div#content p img { margin: .5em; }

div#content form p { margin: .2em 0 0 0; padding:0; }

div#content form label { display:block; margin-top: 1em; }
div#content form p label { display: inline; }
div#sidebar
{
  float: right;
  padding-left: 70px;
  width: 203px;
}
div#sidebar p.txt 
{
  background: #cee7f9;
  padding: 10px;
  margin:0;
}
div#sidebar div#hotel
{
  background: #4d82b9;
  color: white;
}
div#sidebar div#hotel a
{
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

div#sidebar p
{
	font-size:12px;
}

div#dno
{
  height: 15px;
  background: #02407e;
  margin-top: 30px;
  clear:both;
}
div#footer
{
  margin-top: 10px;
  color: #09558b;
  font-size:9px;
  padding-bottom: 2em;
}
div#footer span
{
	float:right;
}
div#footer span a
{
	text-decoration:none;
	color: inherit;
}
ol li 
{
line-height: 1.5em;
}
div.gbox
{
  width: 150px;
  height: 170px;
  float:left;
}