body {
    background: #FFFFFF url('img/bg2.jpg') center top;
    margin: 0px auto;
    text-align: center;
}

a:link {
    color: #605784;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:active {
    color: #605784;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #605784;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #317481;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

div#container {
    background: url('img/bg1.jpg') center top;
    width: 750px;
    margin: 0px auto;
}

div#head {
    background: url('img/header.png') center top no-repeat;
    height: 306px;
}

div#content {
    font-family: 'Droid Serif', serif;
    color: #484848;
    font-size: 14px;
    text-align: justify;
    line-height: 24pt;
    padding-top: 45px;
    padding-left: 13px;
    padding-right: 13px;
}

div#foot {
    font-family: 'Droid Serif', serif;
    background: url('img/bg3.jpg') center top;
    color: #E9E9E9;
    font-size: 14px;
    text-align: center;
    line-height: 21pt;
    padding: 6px 13px 7px 13px;
}

#foot a:active {
    color: #DDD960;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:link {
    color: #DDD960;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:visited {
    color: #DDD960;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

#foot a:hover {
    color: #A7DDB3;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

#foot i, em {
    color: #C5DE93;
}

table#navigation {
    padding-top: 302px;
    border-spacing: 2px;
    border-collapse: separate;
    width: 750px;
}

.navigate {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-transform: lowercase;
    text-align: center;
}

.navigate a:link {
    border: 4px solid #ECECBA;
    background-color: #A23739;
    display: block;
    color: #ECECBA;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 5px 4px 5px;
    width: 102px;
}

.navigate a:active {
    border: 4px solid #ECECBA;
    background-color: #A23739;
    display: block;
    color: #ECECBA;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 5px 4px 5px;
    width: 102px;
}

.navigate a:visited {
    border: 4px solid #ECECBA;
    background-color: #A23739;
    display: block;
    color: #ECECBA;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 5px 4px 5px;
    width: 102px;
}

.navigate a:hover {
    border: 4px solid #ECECBA;
    background-color: #C78349;
    display: block;
    color: #ECECBA;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 5px 4px 5px;
    width: 102px;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #A13739;
    font-size: 45px;
    text-transform: lowercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0px;
}

h2 {
    font-family: 'Playfair Display', serif;
    color: #A13739;
    font-size: 35px;
    text-transform: lowercase;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
}

h3 {
    font-family: 'Playfair Display', serif;
    color: #A13739;
    font-size: 30px;
    text-transform: lowercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
}

blockquote {
    border-left: 6px solid #A13739;
    border-right: 6px solid #A13739;
    text-align: center;
    border-radius: 12px;
    margin: 0px 16px 0px 16px;
    padding: 5px;
}

#content img {
    margin: 4px 8px 4px 8px;
}

b, strong {
    color: #484848;
}

i, em {
    color: #632231;
}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #A13739 !important;
	color: #ECECBA;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}