html,body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #603b17;
	
         
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width:1500px;
	height: 900px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
        
}

#header-bg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width:1050px;
	height: 432px;
	background-image: url('images/header-bg.png');
       
}

#logo {
	position: absolute;
	margin-left: 75px;
	margin-top: 10px;
	width: 286px;
	height: 171px;
	
       
}

#nav {
	position: absolute;
	margin-left: 440px;
	margin-top: 86px;
	width: 600px;
	height: 171px;
	
       
}

#nav-bar {
	position: absolute;
	margin-left:303px;
	margin-top: 68px;
	width: 697px;
	height: 57px;
	background-image: url('images/nav-bar.png');
	
       
}

#middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width:950px;
	background-image: url('images/bg.jpg');
	height: 400px;
      
}

#images {
	position: absolute;
	margin-left: 25px;
	margin-top: -220px;
	
	
       
}

#side-images {
	position: absolute;
	margin-left: 778px;
	margin-top: -215px;
	
	
       
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width:1050px;
	height: 86px;
	background-image: url('images/footer-bg.png');
}










/* Text */


@font-face {
    font-family: 'EBGaramondRegular';
    src: url('fonts/EBGaramond-webfont.eot');
    src: url('fonts/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/EBGaramond-webfont.woff') format('woff'),
         url('fonts/EBGaramond-webfont.ttf') format('truetype'),
         url('fonts/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EBGaramondSC';
    src: url('fonts/EBGaramondSC-webfont.eot');
    src: url('fonts/EBGaramondSC-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/EBGaramondSC-webfont.woff') format('woff'),
         url('fonts/EBGaramondSC-webfont.ttf') format('truetype'),
         url('fonts/EBGaramondSC-webfont.svg#EBGaramondSC') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	font-size: 18px;
	color: #7b593f;
	font-family: "EBGaramondRegular", Times, serif;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	margin-top:0px;
	text-indent: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

.text {
	font-size: 18px;
	color: #7b593f;
	font-family: "EBGaramondRegular", Times, serif;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	margin-top:50px;
	text-indent: 0px;
	margin-right: 60px;
	margin-left: 40px;
	margin-bottom: 0px;
	
}

small {
	font-size: 14px;
	color: #7b593f;
	font-family: "EBGaramondRegular", Times, serif;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top:0px;
	text-indent: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}







/* Links */



    
a {
	font-size: 20px;
	font-weight: normal;    
	color: #7b593f;
	font-family: "EBGaramondRegular", Times, serif;
	text-align: left;
	text-decoration: none;	
}
    a:hover {
	text-decoration: none;
	color: #583411;
    }

    a:active {
    outline: 0;
    color: #583411;
    }
    
a.text {
	font-size: 18px;
	color: #7b593f;
	font-family: "EBGaramondRegular", Times, serif;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	margin-top:50px;
	text-indent: 0px;
	margin-right: 60px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}
a.text:hover {
	text-decoration: none;
	color: #583411;
    }

    a.text:active {
    outline: 0;
    color: #583411;
    }
        
