body {
	background-color: #69c;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px;
}
div#headpic{
	background: #69c url(../images/travelbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#travellinks a {
	background: #09f;
	}
#middle {
	text align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#back {
	background: #369;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #ffe;
	margin: -2em -2em 0 0;
	border: 2px solid #ccc;
	padding: .75em;
	}
.topleftmarg {
	margin-top: .5em;
	margin-left: 1em;
}
.centerimage {
	text-align: center;
	margin-top: 5px;
}
a 	{
	font-weight: bold;
	color: #69c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	background:#ff9;
	color: #009;
	text-align: left;
	font-size: 1em;
	line-height: 1.7em;
	font-weight: bold;
	padding: 0 .5em 0 .5em;
	margin:0;
	margin-left: -.75em;
}
h3 {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	margin-top:3px;
	margin-bottom:0px;
}

p {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
dt 	{
	margin-top: 6px;
	margin-bottom: 6px;
	}
dd	{
	margin-left: 9px;
	margin-bottom: 21px;
	}
ul {
	margin-top:0;
}
li {
	margin-top: 3px;
}

