@charset "utf-8";
/* CSS Document */

BODY {
	background-color:#990000;
	}

.box { 
  background: #FFFFFF;
  width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2px;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.box2 { 
  background: #CCCCCC;
  width:500px;
  margin-left:auto;
  margin-right:auto;
}
.boxtop2 { 
  background: url(images/ne-gray.gif) no-repeat top right; 
}
.boxtop2 div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw-gray.gif) no-repeat top left; 
}
.boxbottom2 { 
  background: url(images/se-gray.gif) no-repeat bottom right; 
}
.boxbottom2 div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw-gray.gif) no-repeat bottom left; 
}
.boxcontent2 {
  padding: 0px 10px 0px 10px;
}


.boxfiles { 
  background: #CCCCCC; 
}
.boxtopfiles { 
  background: url(images/ne-red.gif) no-repeat top right;
  background-color: #990000;
}
.boxtopfiles div { 
  height: 25px;
  color:#ffffff;
  text-transform:uppercase;
  font:bold;
  font-weight:bolder;
  font-size:20px;
  background: url(images/nw-red.gif) no-repeat top left; 
}
.boxbottomfiles { 
  background: url(images/se-large.gif) no-repeat bottom right; 
}
.boxbottomfiles div { 
  font-size: 0;
  height: 25px; 
  background: url(images/sw-large.gif) no-repeat bottom left; 
}
.boxcontentfiles {
  padding: 0px 25px 0px 25px;
}
