@import url(dropdown-wide.css);

*{
margin:0;
padding:0;
}

body {
	background-color: #999999;
	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: 950px;
	margin: 0px auto 0px auto;
	overflow: visible;
	text-align: left;
	border: 0px solid red;
}

div#pagecontainer {
	border: 0px;

}

div#bannertown {
	background: url(images/bannertown-wide.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 187px;
	text-align: left;
}

div#polaroidtown {
	background: url(images/polaroidstown-wide.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 180px;
	text-align: left;
}

div#bannerghost {
	background: url(images/bannerghost-wide.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 187px;
	text-align: left;
 }

div#polaroidghost {
	background: url(images/polaroidsghost-wide.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 180px;
	text-align: left;
}

div#polaroidghostcruise {
	background: url(images/polaroidscruise-wide.jpg);
	background-repeat: no-repeat;
	width: 950px;
	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: 936px;
	min-height: 238px;
	font-size: 0.9em;
	font-family: verdana, arial, san-serif;
	background-color: #ffffff;
	border-top: 2px solid #999999;
}

* html div#main {
	height: 238px;
}

div#left_content {
        float:left;
        width: 171px;
   	border-right: 2px solid #999999;

}

div#main_content {
	float: right;
        width: 726px;
	margin: 0px auto 0px auto;
	padding: 10px 14px 10px 14px;
}

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;
	float: right;
	text-align: center;
	font-family: arial, verdana, san-serif;
	font-size: 0.8em;
	color: #333333;
	padding: 16px 0px 5px 0px;
	width: 950px;
	height: 52px;
	margin: 0px auto 0px auto;
	background: url(images/footer_wood_wider.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: 690px;
        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 p {

}

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;
}

#sidebar p {
        margin-left: 4px;
        margin-right: 4px;
        font-size: 10px;
}

#sidebar a:link {
        font-color: #DB5600;
}

#sidebar strong {
        background-image: url(images/news-icon.gif);
        background-repeat: no-repeat;
        padding: 10px 0px 20px 30px;
        margin-bottom: -30px;
        font-weight: bold;
        font-size: 10px;        
}
