@import url("layout.css");
body {

	font-family: calibri, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #abc;
}
a img{
	border:none;
}
#links a{
text-decoration:none;
color:#000000;
}
#container {
	width: 866px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.png");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 842px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 178px;
	height: 766px;
	background: url('../images/Framing/side bar.png') 0px 0px no-repeat;
	position:inherit; 
	margin-left: 12px;
	display: inline;
}
#content {
	width: 860px;
	margin-top: 0;
	position:static;
}
#footer {
	text-align: center;
	clear: both;
	width: 842px;
	margin-right: 12px;
	margin-left: 12px;
	padding: 0;
	background-color: #689;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color:#000000;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
}
/* Styles for Footer */
#footer div{
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer p{
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bump1{
	margin-left:6px;
	font-weight:bold;
}
.bump2{
	margin-left:8px;
	}
#pageinfo{
	visibility:hidden;
	overflow:hidden;
	height:1px;
	font-size:smaller;
}