/*
	Fraiche Layout file
	
	light brown: 	#b4a981;
	dark brown: 	#373224;
	brown-text:		#373224;
	
	green:			#3b8c27;
	
*/

/*----Resets----*/
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

a img, :link img, :visited img {
	border: 0;
}


#header {
	margin: 0px 0px 0px 160px;
	width: auto;
	min-width: 650px;
	height: 145px;
}

#header .contact_info {
	padding: 0px 0px 0px 160px;
	height: 103px;
}

#top_nav {
	margin: 0px 0px 0px 160px;
	width: auto;
	height: auto;
	min-width: 650px;
	min-height: 27px;
}

#sidebar {
	position: absolute;
	left: 0px;
	width: 160px;
	min-height: 100%;
	overflow: auto;
}

#sidebar .logo {
	width: 160px;
	height: 145px;
}

#content {
	width: auto;
	min-height: 100%;
	margin: 0px 0px 0px 160px;
	overflow: auto;
}

#footer {
	width: auto;
	min-width: 650px;
	height: 0px;
}



/* ------------------------------------ Begin Utility Classes ------------------------------------*/
.columnleft {
	text-align: left;
	float: left;
	width: 33%;
}
.columnmiddle {
	text-align: center;
	float: left;
	width: 33%;
}
.columnright {
	text-align: right;
	float: left;
	width: 33%;
}

/* Use the clearFloat class to clear floats in the layout */
.clearFloat {
	clear:both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}