/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
h1{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	size: 14px;
	color:#FFFFFF;
}
address {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	size: 10px;
	color:#FFFFFF;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#000000
}
a:visited {
	color:#000000
}
a:hover {
	color:#000000
}
a:active {
	color:#000000
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 750px;
}
div#header {
	background-image:url(images/getawaysandmore_header.jpg);
	background-repeat: no-repeat;
	height: 152px;
}
div#content {
	background-image:url(images/getawaysandmore_content.jpg);
	background-repeat: no-repeat;
	height: 179px;
}
div#footer {
	background-image:url(images/getawaysandmore_footer.gif);
	background-repeat: repeat-y;
}
div#copyright {
font-size: 9px;
}
