div#header
{
	background-image:url(../images/how-to-book-header.jpg);
	background-repeat:no-repeat;
	height:39px;
	margin-bottom:10px;
	padding-top:101px;
}

div#leftcolumn
{
	width:368px;
	margin-left:10px;
	float:left;
	display:inline;
	font-size:0.8em;
	text-align:justify;
	background-color:#e5e5e5;
	padding:10px;
	height:auto;
	border:1px solid #d5d5d5;
	padding-bottom:16px;
}

div#rightcolumn
{
	width:364px;
	margin-right:14px;
	float:right;
	display:inline;
	font-size:0.8em;
	background-color:#e5e5e5;
	padding:10px;
	height:auto;
	border:1px solid #d5d5d5;
}

span.highlight
{
	font-weight:bold;
	color:#001e6b;
	font-size:1.1em;
	float:right;
}

span.highlight2
{
	font-weight:bold;
	color:#001e6b;
	font-size:1.1em;
	float:left;
}

div.oddrow
{
	background-color:#d4e0ff;
	width:345px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
}

div.evenrow
{
	background-color:#bbcdff;
	width:345px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
}

span.leftblock
{
	display:block;
	float:left;

}

span.rightblock
{
	display:block;
	float:right;
	font-weight:bold;
}

div#notice
{
	width:346px;
	padding:10px;
	border:1px solid #bbcdff;
	background-color:#d4e0ff;
	color:#001e6b;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
