/* GLOBAL ------------------------------------------------ */
	
	body {
		width: 100% !important;
		background-image: url(gfx/bg_vert.png);
		background-repeat: repeat-y;
		height: 450px;
		width: 100%;
		float: left;
		}

	
	#main_content {
		margin: 0 auto !important;
		background-repeat: repeat-y;
		background-position: center top;
		}

	body.charlieSierra #main_content {
		}

	body.papa #main_content {
		background-image: url(gfx/bg_vert.png);
		}

	.x_ray {
		height: auto !important;
		margin: 0pt auto;
		width: 800px;
		padding: 0pt;
		position: relative;
		}


/* HEADER ------------------------------------------------ */

	#header_content {
		background-image: url(gfx/header_large.png);
		height: 221px;
		margin-left: 10px;
		display: block;
		text-indent: -3000px;
		background-repeat: no-repeat;
		background-position: 0 0;
		}

	#header{
		top:371px;
		}

	#header_content a:hover { 
		text-decoration: none;
		 }
	
	body#sold .pageTitle { 
		display: none; 
		}
		
	#listings #header_content {
		background-image: url(gfx/sold.png);
		}

	#sold #header_content {
		background-image: url(gfx/sold.png);
		}

	#about #header_content {
		background-image: url(gfx/sold.png);
		}

	#contact #header_content {
		background-image: url(gfx/sold.png);
		}
			

/* FOOTER MENU ------------------------------------------- */

	#footer-menu {
		background-color: #FFFFFF;
		background-image: url(gfx/footer.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
		font-size: .85em;
		padding: 0 0 2em 0;
		margin: 0;
		color: #484848;
		}

	#footer-menu a {
		text-decoration: none;
		color: #484848;
		}

	#footer-menu a:hover {
		text-decoration: none;
		color:#996633;
		}

	#footer-menu .column {
		width: 12.66%;
		float: left;
		display: block;
		padding: 2em 2% 15px 2%;
		position: relative;
		}

	#footer-menu .column.contact_sre {
		width: 29.33%;
		float: left;
		display: block;
		position: relative;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
				
	#footer-menu .column h5 {
		font-size: 1.2em;				
		letter-spacing: -.5px;
		margin: 1em 0 1em 0;
		}

	#footer-menu .column h4 {
		font-size: 1.3em;
		letter-spacing: -.5px;
		margin-bottom: 1em;
		color: #484848;
		}
			
	#footer-menu .column ul {
		list-style-type: none;
		padding-left: 0;
		}


/* CLEARFIX ---------------------------------------------- */
 
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	 
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
