
/************************************************************************ 
	Changes below are to account for smaller width, 
	making font sizes a little smaller, bold to stand out better, etc...
************************************************************************/ 
body, table {
	font-size: 11px;
}
.sc_content h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
.nav_block_title {
	font-size: 12px;
	font-weight: bold;
}



/************************************************************************ 
	Changes below are to set a fixed width for an 800 x 600 resolution 
************************************************************************/ 
#sc_inner {
	margin: 0 auto;
	position: relative;
	width: 800px;
	border: solid #919191 5px;
	background: #fff;
}

#lower {
	width: 100%;
	overflow: hidden;
}

#sc_col1 {
	float: left;
	width: 150px;
	padding-left: 5px;
}

/* middle column will be different depending on how many columns are showing */
#sc_main {
	padding: 0 7px;

	/* below line prevents an IE 6 and earlier CSS bug */
	
	float: right;
	width: 631px;
}