/* @override http://static.mundycruising.com/stylesheets/layout.css?1216990028 */

/* @override 
	http://www.mundy.dev:3006/stylesheets/layout.css?1165678479
	http://www.mundy.dev:3006/stylesheets/layout.css?1165688086
*/

div.main_content_block {
	margin-bottom: 30px;
}

	div.masthead {
		background: url('/images/masthead_background_bottom.gif') no-repeat bottom left;
		margin: 0 0 7px 2px;
		padding: 0;		
	}
		div.masthead img {
			background: url('/images/masthead_background_top.gif') no-repeat top left;
			padding: 6px 8px 4px 6px;
		}
		
		#flash_container {
			padding: 0;
			margin-bottom: 0;
			background: none;
		}
		
		body.moz div.masthead img {
			padding-bottom: 2px;
		}

	div.main_content_block div.leftcolumn {
		width: 490px;
		min-height: 551px;
		
		margin: 0 10px 10px 3px;
		padding: 10px;
		background: white;
		float: left;
	}
	div.main_content_block div.rightcolumn {
		width: 180px;
		padding: 0px;
		margin: 0 3px 10px 0;
		float: right;
	}
		div.main_content_block div.rightcolumn div.sidebarmodule {
			background: white;
			padding: 10px;
			margin-bottom: 10px;
		}
	
	
		div.has_many_columns div.leftcolumn {
			margin: 0;
			padding: 0 0 10px 0;
			width: 150px;
			overflow: hidden;
		}
		div.has_many_columns div.rightcolumn {
			margin: 0;
			padding: 0 0 0 10px;
			width: 325px;
			min-height: 600px;
			border-left: 1px solid #e5e5e5;
		}
	
		div.fifty_fifty div.leftcolumn {
			width: 235px;
		}
		div.fifty_fifty div.rightcolumn {
			width: 235px;
		}	

div.shadowbox {
	background: url('/images/shadowbox_background_top.gif') no-repeat top left;
	padding-top: 11px;
}
	div.shadowbox div.shadowboxinner {
		background: url('/images/shadowbox_background_bottom.gif') no-repeat bottom left;
		padding: 10px;
		padding-top: 0;
	}
	
#footer {
	margin: 0 3px 3px 3px;
	background: white;
	padding: 10px 10px 35px 10px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

	#footer ul.icons {
		width: 200px;
		float:  left;
		list-style-type: none;
		margin: 10px;
		margin-bottom: 20px;
	}
		#footer ul.icons li {
			float: left;
			margin-right: 10px;
		}
	#footer ul.sitemap {
		list-style-type: none;
		margin-bottom: 5px;
	}
		#footer ul.sitemap li {
			display: inline !important;
			margin-right: 5px;
		}
	#footer p {
		margin-left: 200px;
	}
	#footer div {
		display: inline !important;
	}