
/*
========================================
	Page wrapper
========================================
*/

body {
	background: #dddddd;
}


	#page-wrapper {

	}

/*
========================================
	Header
========================================
*/

/*
========================================
	Midsection standard styles
========================================
*/

#midsection-wrapper {
 width: 100%;
float: left;
}

	#midsection {
		width: 754px;
		margin: 0 auto 10px;
		background: #FFF url("images/inner-background.png") repeat-y top left;
	}
	
	/* \*/
	* html #midsection {
		margin-top: 0;
	}
	/* */
	
		#midsection #content-pane {
			padding: 8px 0 22px 0;
			float: left;
			width: 503px;
			background: #FFF;
		}

			#content-area {
				width: 503px;
				float: right;
				margin: 0 30px 0 0;
			}

			* html #content-area {
				display: inline;
			}

/*
========================================
	Midsection no left nav styles
========================================
*/

.noleftnav #midsection-wrapper {
	
}

	.noleftnav #midsection {
		background: #FFF;
		margin-top: 10px;
	}
	
	
		.noleftnav #midsection #content-pane {
			float: left;
			margin: 0;
			margin-bottom: 20px;
			width: 100%;
		}

			.noleftnav #content-area {
				margin: 0 0 10px 30px;
				padding: 20px 0;
				float: none;
				width: 694px;
			}

			* html .noleftnav #content-area {
				display: block;
			}

/*
========================================
	Gallery columns
========================================
*/


#content-column-a,
#content-column-b {
	width: 247px;
	float: left;
}

#content-column-b {
	float: right;
}


/*
========================================
	Small footer text
========================================
*/

#content-footer {
	font-size: 1em;
}

/*
========================================
	Footer
========================================
*/	


			
/*
========================================
	Standard content Bríd
========================================
*/
			
#standard-content #content-area {
		width: 532px;
		margin-right:15px;
		margin-left:15px;
}
