div#header
{
	background: url(/_/images/header_background.jpg) no-repeat;
	height: 155px;
	margin: 0px auto;
	width: 800px;
}

div#bar
{
	height: 45px;
	margin: 0px auto;
	width: 800px;
}

div#bar_background
{
	background: url(/_/images/bar_background.jpg) repeat-x;
	height: 45px;
	width: 100%;
}

div#content
{
	margin: 0px auto;
	overflow: hidden;
	padding: 20px;
	width: 760px;
}

div#itinerary
{
	margin: 0px auto;
	overflow: hidden;
	padding: 9px 0px;
	width: 800px;
}

div.itinerary_field
{
	background: #ffcd8c url(/_/images/itinerary_field.jpg) repeat-x;
	float: left;
	margin: 0px 5px 0px 10px;
	padding: 10px 25px;
	width: 200px;
}

div#itinerary_background
{
	background: #ffd799 url(/_/images/itinerary_background.jpg) repeat-x;
	width: 100%;
}

div#preface
{
	margin: 0px auto;
	overflow: hidden;
	padding: 9px 0px 15px 0px;
	width: 800px;
}

div.preface_field
{
	background: #313035;
	float: left;
	margin: 0px 5px 0px 10px;
	padding: 10px 25px;
	width: 200px;
}

div#preface_background
{
	background: #414144 url(/_/images/preface_background.jpg) repeat-x;
	width: 100%;
}

div#footer
{
	margin: 0px auto 20px auto;
	padding: 20px;
	width: 760px;
}
