body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px;
	background: url(/images/background/bg.jpg) repeat-x;	
}

h1  {
  padding-top: 20px;
  padding-bottom:20px;
  padding-left: 10px;
  font-size: 40px;
  font-color: blue;
  font-style: italic;
  border-top: 1px blue solid;
  border-bottom: 1px blue solid;
  background-color: white;
}

/*Content*/
#content  {
  width: 770px;
  padding: 10px;
  border: 1px solid blue;
  margin-left: 10%;
  margin-bottom: 10px;
  background-color: white;
  line-height: 150%;
  }
  
/*left Sidebar*/
#sidebar  {
  float: left;
  padding: 5px;
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  background-color: white;
  }
  
/*Footer*/
#footer  {
  clear: both;
  padding: 2px;
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  background-color: white;
  }
  

