﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: black ;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: orange;
	background-color: black;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: orange;
	background-color: black;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: orange;
	background-color: black;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: orange;
	background-color: black ;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: orange;
	background-color: black ;

}

#container {
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background: #000000;
	width: 646px;
	margin: 0 auto;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #000000;
}

#book{
	width: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	overflow: auto;
	background-color: #000000;
}


#sidebar {
/* basic elements */
	float: left;
	width: 150px;
	top:10;
	background-color: #000000;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#content {
	border: #FFFFFF;
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #000000;
	position: relative;
	color: #FFFFFF;
}

				
#container {
position:absolute;
left:200px;
top:10px; 
width:683px;
height:1100px; 
}

	#col1 {
		position:absolute;
		left: 13px; 
		top: 25px;
		width:300px;
		height:900px;
		margin:auto;
		}

	#col11 {
	position:relative;
	left:10px;
	top:10px;
	width:272px;
	height:850px; 
	}
	
	
	/* basic elements */
	#col2 {
	position:absolute;
	left: 358px; 
	top: 25px;
	width:300px;
	height:950px;
	margin:auto; 	
	}
	
	#col22 {
	position:relative;
	left:10px;
	top:10px;
	width:272px;
	height:900px; 
	}


#footer {
	position:absolute;
	left:10px;
	top: 2400px;
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #FFFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	background: #000000;
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	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: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	background: #000000;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	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 {
	background: #000000;
	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;
}