/*
**TEST CSS2 FOR using DIV tags instead of TABLE tags to do layout
**Mark Anderson: 2004/July/18
*/


/* #topbanner is the DIV id for the scotclimb logo */
#topbanner {
        position: relative;
        width: 100%;
        height: 145px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;	   
}

/* The main content of the page */
/* #maincontent */
#container {
        position: relative;
        /* width: 72.5%; */
	/* width: 575px; */
	width: 80%;
	/* top: 5 */
	/* left: 5px; */
}

/* The search boxes and the "related articles" */
#sidebar {
        position: absolute; 
        /* width: 210px; */
	left: 81%;
	/* width: 19%; */
	top: 146px; 
	/* right: 5px; */
	/* left: 600px; */
}

#stdbottom {

	position: relative;
	/* width: 100%; */
	top: 5;
	/*left: 0; */
}

