/*------------ PAGE ------------*/ 

body {
	min-width: 950px;
	background: transparent url(images/sidebkg.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
}

#page {
	/* min-height: 100%;
	margin-bottom: -45px; /* see footer below which is 45px high */
	position: relative;	
	/* background: url(images/neurorgb.jpg) no-repeat; */
}

#container {
        /* padding: 0px 204px 0px 200px; */
	padding-left: 204px;   /* side menu width */
	min-height: 600px;
}

#container .column {
  position: relative;
  float: left;
}

/*------------ HEADER ------------*/ 
#header
{
	background-color: rgb(255, 255, 255);
	/* background-color: rgb(203, 203, 203); /* light grey */
	margin-left: 0px;
	height: 133px;
	border-bottom: solid black 3px;
	border-top: solid white 2px;
}


/*------------ MENU (LEFT COLUMN) ------------*/
#sidemenu {
	width: 204px;
  	/*right: 204px;*/
  	margin-left: -100%;
  	left: 197px; /* RC width for IE6 */
}

#container > #sidemenu {
	left: -204px; /* -LC width for others */
	margin-left: expression(document.all.content.offsetWidth * -1); /* Fix for IE7 */
	/*margin-left: expression( document.all.content.offsetWidth * -1 + parseFloat(document.all.content.currentStyle.paddingLeft) + parseFloat(document.all.sidemenu.currentStyle.paddingLeft) + parseFloat(document.all.sidemenu.currentStyle.paddingRight) );*/
}


/*** IE6 Fix ***/
/*
* html #sidemenu {
  left: 197px;
}
*/

#menu {
	/* background: url(images/menutop.jpg) top no-repeat; */
	padding: 30px 0px 0px 10px;
}

#menu ul {
	padding: 0;
	margin: 0;
}


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

#footer-pusher {
	clear: both;
	height: 45px;
}

#footer{
	clear: both;
	position: relative;
	bottom: 0;
	height: 45px;
	width: 100%;
	/* background: rgb(90,90,90); */
	background: rgb(203,203,203);
}
