body{
	background-color: white;
;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.6em;
	margin:0;
}
.container{
	width:98%;
	margin:auto;
	overflow:hidden;
}
.containerB{
	width:47%;
	margin:auto;
	overflow:hidden;
}
#header{
	height:1px;
background-color:#333;
}

#headerl{
	height:60px;
	width:50%;
	
	  background-color:white;
	float:left;
	color:red;
}

#headerr{
	height:60px;
	width:50%;
	background-color:white;
	float:right;
	color:green;
}
#navbar{
    height:110px;
	background-color:#333;
	color:black;
	
}	

#navbar ul{
	padding:0;
	list-style: none;
}

#wrapper{
    float:right;
	width:24%;
	font-size:27px;
	background:#333;
	color:white;
	padding:1px;
	box-sizing:border-box;	
}
#navbar li{
	display:inline;
}

#navbar a{
	color:white;
	text-decoration: none;
	font-size:18px;
	padding-right:15px;
	margin-bottom:10px;
}
#navbar b{
	float:right;
	width:50%;
	color:white;
	text-decoration: none;
	font-size:18px;
	padding-right:0px;
}
#showcase{
	background-image:url('../images/fabricx.jpg');
	background-position:fit;
	min-height:335px;
	margin-bottom:10px;
	text-align:Right
}
#main{
	float:right;
	width:69%;
	font-size:16px;
	background:white;
	color:black;
	padding:0px;
	box-sizing:border-box;

 }
#main h3{
	float:right;
	width:50%;
	font-size:14px;
	background:white;
	color:black;
	padding:0px;
	box-sizing:border-box;
}
 
 #p1 {
  font-family: "Times New Roman", Times, serif;
}

#p2 {
  font-family: Arial, Helvetica, sans-serif;
}

#p3 {
  font-family: "Lucida Console", "Courier New", monospace;
}
#sidebar{
	float:left;
	width:20%;
	font-size:12px;
	text-align: Left;
	padding:3px;
	line-height:100%;
	background:#333;
	color:white;
	padding:39px;
	border-radius:5px;
	box-sizing:border-box;
}	
#footer{
	background:#333;
	color:#fff;
	text-align: center;
	padding:3px;
	margin-top:20px;
}

#footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
}







	