/* Main Style and Structure */
body {
	background-color: #83221C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 0;
	padding: 0;
	margin: 0;
}
#main {
	height: 650px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #f6d98d;
	display: table;
	border: 0;
}
#menu {
	width: 130px;
	padding-left: 5px;
	vertical-align: top;
    padding-top: 65px;
}
#divider {
	width: 200px;
	display: table-cell;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#content {
	width: 620px;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
#content p {
	padding-right: 20px;
	line-height: 22px;
}
#content a {
	color: #500000;
	text-decoration: none;
}
#content a:hover {
	color: black;
	text-decoration: none;
	font-style: italic;
}
#footer {
	height: 60px;
	width: 1000px;
	background-color: #f6d98d;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: center;
}
#footer a {
	color: black;
	text-decoration: none;
	text-shadow: gray 2px 2px 3px;
	font-style: italic;
}
#footer a:hover {
	color: #500000;
}
#footer img {
	vertical-align: middle;
	margin-left:20px;
	margin-right:20px;
}

/* Menu Images */
#home {
  display: block;
  width: 60px;
  height: 60px;
  background: url("images/home.png") no-repeat 0 0;
  float: left;
}
#home:hover { 
  background-position: 0 -75px;
}
#home span {
  display: none;
}
#about {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/about.png") no-repeat 0 0;
  float: left;
}
#about:hover { 
  background-position: 0 -75px;
}
#about span {
  display: none;
}
#toc {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/toc.png") no-repeat 0 0;
  float: left;
}
#toc:hover {
  background-position: 0 -75px;
}
#toc span {
  display: none;
}
#links {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/links.png") no-repeat 0 0;
  float: left;
}
#links:hover {
  background-position: 0 -75px;
}
#links span {
  display: none;
}
#recipes {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/recipes.png") no-repeat 0 0;
  float: left;
}
#recipes:hover {
  background-position: 0 -75px;
}
#recipes span {
  display: none;
}
#blog {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/blog.png") no-repeat 0 0;
  float: left;
}
#blog:hover {
  background-position: 0 -75px;
}
#blog span {
  display: none;
}
#pictures {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/pictures.png") no-repeat 0 0;
  float: left;
}
#pictures:hover {
  background-position: 0 -75px;
}
#pictures span {
  display: none;
}
#events {
  display: block;
  width: 113px;
  height: 75px;
  background: url("images/events.png") no-repeat 0 0;
  float: left;
}
#events:hover {
  background-position: 0 -75px;
}
#events span {
  display: none;
}

/*Header Frame Styles*/
#header {
  background-color: #F5EBB2;
  background-image: url("images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
#header_menu {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#social img {

height: 40px;
width: 40px;

}
#social {
text-align: center;
}
