@import url(dropdown.css);

*{
margin:0;
padding:0;
}

body {
	background: url(images/body_bg.gif);
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: arial, verdana, san-serif;
	font-size: 0.8em;
        line-height: 1.4em;
	color: #000000;
}

div#layoutcontainer {
	width: 731px;
	margin: 0px auto 0px auto;
	overflow: visible;
	text-align: left;
	border: 0px;
}

div#pagecontainer {
	border: 0px;

}

div#bannertown {
	background: url(images/bannertown3.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 187px;
	text-align: left;
}

div#polaroidtown {
	background: url(images/polaroidtown_4.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 180px;
	text-align: left;
}

div#bannerghost {
	background: url(images/bannerghost3.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 187px;
	text-align: left;
}

div#polaroidghost {
	background: url(images/polaroidghost_4.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 180px;
	text-align: left;
}

div#polaroidghostcruise {
	background: url(images/polaroidcruise_4.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 180px;
	text-align: left;
}


div.page_title {
        font-size: 1.2em;
        font-weight: bold;
        margin-left: 7px;
        margin-bottom: 12px;
}

div#main {
	margin: -1px auto 0px auto;
	width: 717px;
	min-height: 238px;
	font-size: 0.9em;
	font-family: verdana, arial, san-serif;
	/*background-color: #ffffff;*/
	border-top: 2px solid #333333;
}

* html div#main {
	height: 238px;
}

div#ads {
	float: left;
	width: 174px;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	padding-left: 2px;
        padding-bottom: 15px;
	border-bottom: 4px solid #5F3B2B;
	background-color: #ffffff;
}

div.ad {
	margin-top: 2px;
        margin-bottom: 2px;
}

div#main_content {
	float: right;
	width: 511px;
	min-height: 380px;
	margin: 0px auto 0px auto;
	padding: 15px 14px 10px 14px;
	background-color: #ffffff;
	border-left: 2px solid #333333;
        border-bottom: 0px solid #5F3B2B;
}

*html div#main_content {
	height: 380px;
}

p {	
	padding: 7px;
}

a {
	text-decoration: none;
	color: #DB5600;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

img.imageleft {
	float: left;
	padding: 4px;
	margin: 8px;
	margin-left: 0px;
	border: 1px solid #666666;
}

img.imageright {
	float: right;
	padding: 4px;
	margin: 8px;
	margin-right: 0px;
	border: 1px solid #666666;
}

div.clear {
	clear: both;
}

div#footer {
	position: relative;
	right: -8px;
	float: right;
	text-align: center;
	font-family: arial, verdana, san-serif;
	font-size: 0.8em;
	color: #333333;
	padding: 16px 0px 5px 0px;
	width: 569px;
	height: 53px;
	margin: 0px auto 0px auto;
	background: url(images/footer_wood.gif);
        background-repeat: no-repeat;
}

strong {
	font-size: 1.0em;
	font-family: verdana, arial, san-serif;
}

div.ghostfeature_text {
        margin: 10px auto 10px auto; 
        padding: 5px;
        text-align: center;
        width: 490px;
        background-color: #ECE7C1;
        color: #ED5C0B;
        font-size: 1.2em;
        font-weight: bold;
}

span.feature_text {
        color: #ED5C0B;
        font-size: 1.0em;
        font-weight: bold;
}

div#main_content ul.thumbs {
        margin: 0px;
        list-style: none;

}

div#main_content ul.thumbs li {
        float: left;
        margin: 6px;
        border: 0px solid #cccccc;
}

div#main_content ul.thumbs li img {
        padding: 4px;
        border: 1px solid #cccccc;
}

div.thumbscontainer {
        font-size: 0.8em;
        text-align: center;
}

div#main_content ul {
        margin-left: 40px;
}