body {
background: #e9ebed url("img/bg.jpg") repeat-x;
font: 11px Arial, Verdana, Sans-serif;
color: #6d8597;
line-height: 16px;
margin: 0px;
}

#one {
background: url("img/1.jpg");
width: 765px;
height: 112px;
}

#two {
background: url("img/2.jpg");
width: 285px;
height: 370px;
float: left;
}

#three {
width: 440px;
height: 370px;
float: left;
}

.frame{
background: url("img/3.jpg") fixed;
padding: 8px;
margin: 0px;
}

#four {
background: url("img/4.jpg");
width: 40px;
height: 370px;
float: left;
}

#five {
background: url("img/5.jpg");
width: 765px;
height: 137px;
clear: both;
}

#five ul {
margin: 0px;
padding: 29px 0px 0px 313px;
list-style-type: none;
}

#five ul li {
float: left;
padding-right: 53px;
}

#five ul li a {
display: block;
width: 95px;
height: 93px;
border-bottom: none;
}

h1 {
font: bold 18px "Century Gothic", Verdana, Sans-serif;
text-transform: uppercase;
color: #b7c3cc;
text-align: right;
padding-right: 20px;
border-bottom: #cccccc 1px dashed;
line-height: 26px;
margin-top: 5px;
}

h1:first-letter {
color: #738a9b;
padding-right: 1px;
}

b, strong {
font: bold 10px Georgia, Times, Serif;
color: #999999;
}

i, em {
font-weight: bold;
color: #6c95ae;
}

u {
font-family: "century gothic", georgia, verdana;
text-transform: uppercase;
text-decoration:none;
color: #6a8da4;
border-bottom: #cccccc 1px dashed;
}

s {
color: #313131;
font-size: 10px;
font-family: georgia, verdana;
}

a { 
font-family: "Century Gothic", Verdana, Sans-serif;
color: #979797; 
text-decoration: none;
font-weight: bold;
outline-style: none;
}

a:hover {
color: #95b3c7;
border-bottom: #cccccc 1px dashed;
}

blockquote {
text-align: justify;
background: url("img/blockquote.png") no-repeat;
padding: 7px 0px 0px 35px;
width: 290px;
}

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