﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000024;
	background-image: url('../images/body-bg.gif');
	background-color: #000024;
			
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	
}
#masthead {
	width: 738px;
	margin-top: 0;
	
	margin-bottom: 0;
	margin-left: 12px;
	overflow: auto;
	background-color: #ffffff;
}

#sidebar {
	float: left;
	width: 100px;
	background-color: #000024;
	color:#ffffff;
	position: relative;
	clear: both;
	margin-right: 10px;
	display: inline;
	top:15px
}
#float_home {
	float: left;
	width: 100px;
	background-color: #ffffff;
	color:#000033;
	position: relative;
	clear: both;
	margin-right: 10px;
	display: inline;
	top:55px
}

#content {
	float: right;
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 740px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
	margin-left: 10px;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
}
#navigationmain {
	background-color: #ffffff;
	margin-left: 5px;
padding:0px
	
	
}
#navigationmain2 {
	background-color: #595959;
	margin-left: 5px;
padding:0px
	
	
}

/* Styles for NavigationMain */
#navigationmain ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigationmain li {
	float: left;
}
#navigationmain a {
	margin: 0 0px;
  	color: #000033;
	text-decoration: none;
	vertical-align:bottom;
}
#navigationmain a:hover {
	color: #red;
	text-decoration: underline;
	background-color: #ffffff;
	
}


/* 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: 5;
	border: 1px solid #000024;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#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;
	}
	
#floating-box {
	position: absolute;
	width: 300px;
	text-align: center;
	color: white;
	text-align: center;
	
}
#centerleft{
position:relative;
left:0px;
width:50%;
height:100px;
	
}
#centerright{
position:absolute;right:0px;
width:50%;
height:100px;
	
}
    
