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

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

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

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

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

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

div#head {
    background: url('images/lay/head.png') center top no-repeat;
}

div#content {
    font-family: 'Lora', serif;
    color: #0d3d59;
    font-size: 17px;
    text-align: left;
    line-height: 25pt;
    padding: 440px 15px 0px 15px;
}

div#foot {
    background: url('images/lay/base.png') center top no-repeat;
    font-family: 'Lora', serif;
    color: #0d3d59;
    font-size: 17px;
    text-align: center;
    line-height: 24pt;
    padding: 7px 15px 10px 15px;
}

table#navigation {
    border-spacing: 7px;
    border-collapse: separate;
    width: 100%;
    padding-top: 480px;
    float: right;
}

.navigate {
    font-family: 'Lora', serif;
    font-size: 22px;
    text-transform: lowercase;
    text-align: center;
}

.navigate a:link {
    background: #879C71 url('images/lay/navi1.jpg') center top;
    border: 6px solid #6e6597;
    display: block;
    color: #6e6597;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:active {
    background: #879C71 url('images/lay/navi1.jpg') center top;
    border: 6px solid #6e6597;
    display: block;
    color: #6e6597;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:visited {
    background: #879C71 url('images/lay/navi1.jpg') center top;
    border: 6px solid #6e6597;
    display: block;
    color: #6e6597;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:hover {
    background: #AE8BA3 url('images/lay/navi2.jpg') center top;
    border: 6px solid #6e6597;
    display: block;
    color: #6e6597;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

h1 {
    font-family: 'Dancing Script', cursive;
    color: #96416E;
    font-size: 68px;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}

h2 {
    font-family: 'Lora', serif;
    color: #96416E;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px;
}

#content img {
    background: url('images/lay/bg2.jpg') center top;
    padding: 9px;
    margin: 5px 9px 5px 9px;
}

b, strong {
    color: #3386b3;
}

i, em {
    color: #3386b3;
}

blockquote {
	font-family: 'Lora', serif;
	font-size: 12px;
	width: 390px;
	margin: 0 auto;
	padding: 10px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #5D5D5D;
	color: #ffffff;
	background-image:url(images/lay/bg.png);
	background-repeat:no-repeat;
	}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #9b1402 !important;
	color: #ffffff;
	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;
}