@import url('reset.css');
@import url('typography.css');

body { background:url('../img/walkto_background.jpg') no-repeat top center;}

/* Menu */

div#menu {
	background: url('../img/walkto_header.jpg') repeat-x;
	background-color: #000000;
	text-align: center;
	height: 31px;
	width: 100%;
}

/* Content */

div#content {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 0px;
	position: relative;
	width: 900px;
}

/* Book Button */

div#bookbutton {
	padding-left: 802px;
	text-align: right;
	width: 98px;
	height: 50px;
}

/* Flash Contents */

div#flash {
	text-align: center;
	width: 900px;
	height: 300px;
	bottom: 0px;
}

/* Tour Buttons */

div#tourbuttons {
	top: 0px;
	height: 118px;
	text-align: center;
}


/* Page Wrapper */

div#page-wrapper {
	text-align: left;
	padding: 15px;
	width: 870px;
}

/* Images */

	span#photo{
	float:left;
	display:inline;
	margin-right:20px;
	width: 350px;
	height: 350px;
}	

/* Message */

div#message {
	top: 0px;
	clear: both;
	width: 768px;
}

/* Footer */

div#footer {
	width: 100%;
}

div#footertext {
	text-align: center;
	padding-top: 10px;
	margin: auto;
	width: 100%;
	height: 20px;
}