body {
	margin:10px 0px;
	padding:0px;
	text-align:center;
	background-color:black;
	}
	
#content {
	width:798px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px solid #fcf1c7;
	color: #fcf1c7;
	}
	
#main {
  float:right;
  width:590px;
  background-image: url(img/gradient_background.png);
  background-repeat: no-repeat;
  background-position: top;
  padding:15px 15px;
  font-family: Georgia, Book Antiqua, Serif;
  font-size: 10pt;
  }
    
#sidebar {
  float:left;
  width:138px;
  margin: 10px;
  }
	
h2 {
  font-size: 13pt;
  font-family: Georgia, Book Antiqua, Serif;
  font-weight: normal;
  }
  
a {
	color: #fcf1c7;
	text-decoration: underline
}
  
#footer {
  margin: 5px;
  font-size: 9pt;
  font-family: Georgia, Book Antiqua, Serif;
	color: #666251;
  clear: both;
  text-align:right;
}

#footer a {
	color: #666251;
}

img {
  border: 0px;
}
