@charset "utf-8";
/* CSS Document */

h1 {
  font-size: 12px; 
  color: #C00;
  text-align:center;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
  font-size: 44px; 
  color: #C00;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.date {
	color:white; 
    font-size:15px; 
    font-family:Trebuchet MS;
    font-style:oblique;
}

.titlenews {
	color:white; 
    font-size:30px; 
	font-family:Trebuchet MS;
	font-style:oblique;
}

.bulkwriting {
	color:white; 
    font-size:25px; 
	font-family:Trebuchet MS;
	font-style:oblique;
}

#sides{
  width: 100%;
  margin: auto;
  background:#000 url(77869.jpg) no-repeat;
  background-attachment:fixed;
  padding: 0;
}

#main{
  height: auto;	
  width: 800px;
  margin: auto;
  padding: 0;
 
  text-align:center;
}

#left{

  width: 600px;
  margin: auto;
  padding: 0;
  border: 0;  
  text-align:Left;
  float:left;
}
#right{

  width: 200px;
  margin: auto;
  padding: 0;
  border: 0;  
  text-align:center;
  float:left;
}
