body {
	margin:0px;
  	padding:right:0 10% 0 300p-x;
	background-color:#ffffff
	font-family:Tahoma;}

*{font-family: Tahoma;}

P { 
	font-family:Tahoma; 
	font-size:12px;}

ul {
	font-family:Tahoma; 
	font-size:12px;}

B  {
	font-family:Tahoma; 
	font-weight:900
	font-size:12px;}
B2  {
	font-family:Tahoma; 
	font-weight:1300
	font-size:12px;}
	
A:hover {color: red;}

h4 { font-size:32; color:red; text-transform:uppercase; font-weight:bold;width:auto;font-family:tahoma;}

  .menu{
	font-family:Tahoma; 
	font-size:13px;  
	color:black; 
	text-decoration:none; 
	font-weight:900}

  .menuW{
	font-family:Tahoma; 
	font-size:13px;  
	color:white; 
	text-decoration:none; 
	font-weight:900}
	
  .title{
	font-family:Tahoma; 
	font-size:24px;  
	color:black; 
	text-decoration:none; 
	font-weight:1900}
	
  .main{
	font-family:Tahoma; 
	font-size:12px;  
	color:black; }

  .main2{
	font-family:Tahoma; 
	font-size:14px;  
	font-weight:bold;
	color:black; }
	
  .menu2{
	font-family:Tahoma; 
	font-size:11px;  
	color:black; }
	
  .text1{
	font-family:Tahoma; 
	font-size:12px;  
	color:black; 
	text-decoration:none;}

#PBRNow{
	float: left;
	position:absolute;
	width : 70px;
	height: 68px;
	margin-left: 25px;
	margin-top: 15px;
}
 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:10%;
  height:100%;
  background: url(images/wire2.jpg) repeat-y;
 }
 div#right-sidebar{
  position:absolute;
  top:0;
  right:18;
  width:300px;
  height:100%;
  background:url(images/rightside.gif);
  background-repeat:no-repeat 
 }
 div#left-sidebar2{
  position:absolute;
  top:0;
  left:0;
  width:10%;
  height:1500px;
  background-color: #314ac9;
  background-attachment: floating;
 }
 div#right-sidebar2{
  position:absolute;
  top:0;
  right:0;
  width:10%;
  height:1500px;
  background-color: #314ac9;
  background-attachment: floating;
 }
 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
  body>div#right-sidebar{
   position:fixed;
  }
 }
  @media screen{
  body>div#left-sidebar2{
   position:fixed;
  }
  body>div#right-sidebar2{
   position:fixed;
  }
 }
 * html body{
  overflow:auto;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }