
/*************************
	Main Styling
*************************/
* {
    margin: 0;
    padding: 0;
}
body {
	background: #d8c6b8;
    
}
h1, h2, h4, h5, h6 {
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
    color:#0b9446;
	padding-top: 30px;
    padding-bottom: 10px;
}

h1 {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
}
h2 {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;
    color:#7b573e;

}
p {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
    color:#7b573e;
    padding-bottom: 12px;
}
blockquote {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
th, td, table  {
 padding: 5px;
  vertical-align: top; 
  color:#7b573e;

}
#container {
	width: 960px;
    background: #ffffff;
	margin: 0 auto;
    
}

/* Header */
#container > header {
	height: 120px;
    background: #CF1C44;
}

header div#logo {
	float: left;
       padding-left: 50px;

}

header nav {
	float: right;
    width: 350px;
    padding-top: 70px;
}

header nav ul {
	list-style: none;
    margin: 0;
	padding: 0;
	float: right;
    width: 350px;
}

header nav ul li {
	float: left;
	padding: 5px 5px 0px 0px;
}

header nav ul li a,
header nav ul li a:visited {
    padding-right: 12px;
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
    font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15.4px;
   	color: #ffffff;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: ffffff;
}
section#main {
  margin-left: 50px;
  float: left;
  width: 530px;
}

section#offers {
	color: white;
	width: 350px;
	margin-left: 610px;
	height: 800px;
}

/* Footer */
footer {
	height: 35px;
    text-align: center;
	font-size: 12px;
    background: #0b9446;
	clear: both;
}

footer a,
footer a:visited {
	color: #ffffff;
}

footer a:hover,
footer a:focus {
	color: #0b9446;
}

