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;
	padding-top: 9px;
	width: 100%;
	min-width: 650px;
}
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;
	background: #000;
	color: #eee;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#pic {
	text-align:center;
	}
#controls {
	text-align:center;
	border-bottom: 1px solid #999;
	}
#controls img {
	padding-left:10px;
	padding-right:10px;
	}

h1 {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
}

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;
} 

