@charset "UTF-8";
/* CSS Document */


/* the secret sauce to 100% height layouts - include the HTML selector */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	/*
	background: #fef4f7 url(/img/bg1.png) repeat-x;
	*/
	background: #5a090f url(/img/bg3_1600x1400.jpg) fixed no-repeat;
}

#wrapper {
/*
	width: 900px; 
	height: 100%;
*/
	margin: 0;
	padding: 0;
	min-height: 100%;
}

#innerwrapper {
/*
	background: transparent url(/img/contentbg2_400x626.png) no-repeat;
	background: transparent;
	
	height: 100%;
*/
	margin: 0; /* footer height plus 1px */
	padding: 0;
	min-height: 100%;
	margin-left: 200px;
	width: 750px;
}

#header {
	background: transparent url(/img/header1b_1600x130.png) no-repeat;
	height: 130px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content {
	background: transparent url(/img/contentbg3c_750x1.png) repeat-y;
	padding: 1px 30px;
/*
	min-height: 100%;
working:
	float: left;

*/
/*	
	margin: 0 0 0 200px;
	height: 100%;
	min-height: 400px; 
	margin-left: 200px;
*/
}

/* for pesky IE6 that doesn't do min-height
* html #wrapper {
height: 100%;
} */

#leftmenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-left: -200px;
}

#footer {
	display:block;
	position: relative;
	margin: 0;
	padding: 25px 0 0 15px; /* 0; */
	width: 750px;
	height: 25px;
/*
	clear: left;
	float: left;
*/
	margin-left: 200px;
	background: url(/img/footer_750x14.png) no-repeat;
	font-size: 90%;
	color: #fff;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}
