/*==============================================/
	Handheld Styles
/==============================================*/

/*==============================================/
		Layout Styles
/==============================================*/

/*----------------------------------------------/
		Layout: html & body
/----------------------------------------------*/

html, body {
	
}

/*----------------------------------------------/
		Layout: main
/----------------------------------------------*/

#main {
	width: auto;
	min-width: 100%;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: header
/----------------------------------------------*/

#header {
	width: auto;
	float: none;
	clear: both;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: wrapper
/----------------------------------------------*/

#wrapper, .wrapper {
	background: none;
	width: auto;
	float: none;
	clear: both;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: fixedColumn
/----------------------------------------------*/

#fixedColumn, .fixedColumn {
	width: auto;
	margin: 0em;
	float: none;
	clear: both;
	overflow: visible;
}

#wrapper.right #fixedColumn, div.wrapper.right .fixedColumn {
	margin: 0em;
	float: none;
	clear: both;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: fluidColumn
/----------------------------------------------*/

#fluidColumn, .fluidColumn {
	width: auto;
	margin: 0em;
	float: none;
	clear: both;
	overflow: visible;
}

#wrapper.right #fluidColumn, div.wrapper.right .fluidColumn {
	margin: 0em;
	float: none;
	clear: both;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: content, fluidContent
/----------------------------------------------*/

#content, .fluidContent {
	width: auto;
	min-height: 0%;
	float: none;
	clear: both;
	overflow: visible;
}

/*----------------------------------------------/
		Layout: footer
/----------------------------------------------*/

#footer {
	width: auto;
	float: none;
	clear: both;
	overflow: visible;
}

/*==============================================/
		Project: Styles
/==============================================*/

#header img {
	width: 100%;
	height: auto;
}