/* $Id: bw_frame_scroll.css,v 1.2 2008/12/08 22:59:37 ccusack Exp $ */

body, html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:50px;
	width:720px;
	margin:0 auto;
	/* Blue image as header background 
	background-image: url(../images/myctop2.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	*/
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:50px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:0px;
	/*margin-left:16px;*/
	padding-bottom:20px;
	/*padding-bottom:50px;*/
	/* Blue image as back background sides */
	
	background-image: url(../images/leftMenuBack.jpg); 
	background-attachment: fixed;
	background-repeat: repeat-x; 

}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:720px;
	margin:0 auto;
	/*background-image: url(../images/leftMenuBack.jpg); 
	background-color: #000000;*/
}
div#sidebar {
	/*position:	fixed;*/
	width:145px;
	float:left;
	/*border-right-color:	#cc;
	border-right-style: solid;
	border-right-width: 1px;	
	*/
}
div#content {
	padding:0 30px;
	margin-left:145px;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	/*height:50px;*/
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:20px;
	/*height:50px;*/
	width:720px;
	margin:0 auto;
}