body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	text-align: center;
	background-color: #c6c4c5;
}

* {
	margin: 0;
	padding: 0;
	border: 0px;
}

img {
	opacity: 1;
	
}

div#holiday {
	position: relative;
	top: 20px;
	
	width: 900px;
	height: 600px;
	margin: 0px auto 0px auto;
	
	background-color: #c6c4c5;
}
	
div#pageContainer {
	position: relative;
	top: 20px;
	width: 720px;
	
	
	margin: 0px auto 0px auto;
	text-align: left;
	
	background-color: #ffffff;
	border: 1px solid #c6c4c5;
	
	padding-bottom: 10px;
}

div#header {
	width: 700px;
	height: 65px;
	margin: 10px auto 4px auto;
	
}	

div#content {
	position: relative;
	width: 700px;
	height: 300px;
	
	margin: 0px auto 10px auto;
	z-index: 200;
}

div#slideHolder {
	width: 700px;
	height: 300px;
}

	div#slideHolder a {
		position: absolute;
		top: 0px;
		
		display: block;
		width: 700px;
		height: 300px;
	}
	
div#pageContainer ul.bottomButtonList {
	display: block;
	width: 700px;
	height: 100px;
	
	margin: 0px 0px 5px 10px;
	z-index: 150;
}

	

div#pageContainer ul.bottomButtonList li {
	list-style-type: none;
	display: inline;
	float: left;
	
	
	margin: 0px 4px 0px 0px;
}

div#pageContainer ul.bottomButtonList li img {
	height: 100px;
	border: 0px;
}

div#pageContainer ul#veryBottomButtonList {
	display: block;
	width: 700px;
	height: 25px;
	
	margin: 0px 0px 15px 10px;
}

div#pageContainer ul#veryBottomButtonList li {
	list-style-type: none;
	float: left;
	
	margin: 0px 4px 0px 0px;
}

div#pageContainer ul#veryBottomButtonList li img {
	
	height: 25px;
	border: 0px;
}

div#footer {
	clear: both;
	position: relative;
	display: block;
	width: 700px;
	height: 106px;
	
	border-top: 1px dotted #a5a5a5;
	border-bottom: 1px dotted #a5a5a5;
	
	margin: 0px auto 0px auto;
}
	
	div#footer div.footerquad {
		display: block;
		height: 84px;
		
		margin: 10px 0px 10px 0px;
		padding: 0px 8px 0px 14px;
		float: left;
		
		border-right: 1px dotted #a5a5a5;
		
		background-color: #ffffff;
	}
		
	div#footer div.footerquad div.footerretailhalf {
		display: block;
		width: 96px;
		height: 84px;
		
		float: left;
		
		background-color: #ffffff;
	}
		img.footerheader {
			display: block;
			height: 16px;
			border-bottom: 1px solid #ffffff;
		}
			
		img.footerlink {
			display: block;
			height: 16px;
			
			margin: 0;
			padding: 0;
			border-bottom: 0px dotted #ffffff;
			cursor: pointer;
			background-color: #ffffff;
		}
			
			img.footerlinkhover {background-color: #e8e8e8;margin-left: 4px;}
		
	div#footer div.footerquad div.footerprofessionalhalf {
		display: block;
		width: 118px;
		height: 84px;
			
		float: left;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerproperties div.footerpropertieshalf {
		display: block;
		width: 90px;
		height: 42px;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerdirectory div.footerdirectoryhalf {
		display: block;
		width: 110px;
		height: 84px;
		
		background-color: #ffffff;
	}

img#copyright {
	position: relative;
	top: 30px;
	width: 700px;
	height: 11px;
	margin: 5px auto 25px auto;
	text-align: center;
}

div.newthisweek {
	width: 700px;
	
	padding-top: 10px;
	margin: 0px auto 10px auto;
	border-top: 1px dotted #a5a5a5;
}

div#entertowin {
	width: 700px;
	height: 305px;
	
	background-color: #ffffff;
	background-image: url(../images/entertowin0215.gif);
}

form {
	position: relative;
	top: 189px;
	left: 35px;
	width: 390px;
	height: 100px;
}

input.hideme {
	display: none;
}

input#namebox {
	float: left;
	width: 240px;
	height: 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 19px 0px;
	border: 1px solid #bdbcbc;
		
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

input#emailbox {
	clear: left;
	float: left;
	width: 240px;
	height: 18px;
	padding: 3px 5px 3px 5px;
	
	border: 1px solid #bdbcbc;
		
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

input#submitter {
	float: left;
	width: 84px;
	height: 25px;
	background-image: url(../images/submitter.gif);
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}