body {
  font-family:      Segoe, Century Gothic, Verdana, Geneva, Arial, sans-serif;
  background-image:	url(../images/Background.jpg);
  background-repeat:repeat-x;
  background-color: #626262;
	}

#main{
  background-color: #D3D3D3;
  margin:10px;
  padding: 5px;
  }
  
#box_content {
  font-size:		80%;
  background-color:	#F2F2F2;
  padding: 0px 10px 0px 10px;
  margin: 5px;
	}
	
#block1 {
  background-color:	#F2F2F2;
  margin: 10px;
	}

h2 {
  text-align: right;
  font-variant: small-caps;
  font-weight: normal;
  font-family: Georgia, serif;
}

span.italics {
  font-style: italic;
  }
  
#first:first-letter{
  color:		#007e7e;
	font-size: 600%;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	float: left;
	}

div.topleft {
	background: url(../images/corner_tl.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
div.topright {
	background: url(../images/corner_tr.png) no-repeat top right;
	}
	
div.bottomright {
	background: url(../images/corner_br.png) no-repeat bottom right;
	}
	
div.bottomleft {
	background: url(../images/corner_bl.png) no-repeat bottom left;
	}

div.topleft, .topright, .bottomright, .bottomleft {
   width: 100%;
   height: 30px;
   font-size: 1px;
	}