body {
	background-color: #E3E9E4;
	margin: 0px;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;}

#text {
	z-index:3;
	line-height: 14px;
	padding-top: 5px;
	text-align: justify;
	position: absolute;
	width: 515px;
	left: 10px;
	top: 330px;
	right: auto;
	bottom: auto;}             

#text p {
	font-family: Georgia;
	line-height: 18px;
	font-size:11px;
	color: #576D7B;}

#text td {
	font-family: Georgia;
	line-height: 18px;
	font-size:10px;
	color: #38657A;}

#text h1 {
	font-family: Century Gothic;
	font-size: 22px;
	color: #787679;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 2px;
	text-align: left;}

img.welcome {
	border: 2px solid #ffffff; 
	margin-right: 10px;
	margin-left: 20px;}

#text i,em,b,strong,s {
	color: #565E74;}

#text h2 {
	font-family: Century Gothic;
	font-size: 8px;
	color: #8B929C;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;}

#text a:link {
	text-decoration:none;
	font-weight: bold;
	color:#968E9F;
	font-family: Georgia;}

#text a:visited { 
   text-decoration: none; 
   font-weight: bold;
   font-family: Georgia;
   color:#968E9F;}

#text a:hover {
	text-decoration:underline;
	cursor: default;
	color:#808080;
	border-bottom-width: thin;}

#navigation{
	z-index:3;
	line-height: 14px;
	text-align: justify;
	position: absolute;
	width: 150px;
	left:600px;
	padding-top: 10px;
	top: 265px;
	right: auto;
	bottom: auto;}

#navigation p{
 text-align: center;}

#navigation a:link {
	text-decoration:none;
	color:#A2918C;
	font-family: Georgia;
   font-size: 11px;
   letter-spacing: 2px;
   text-transform: uppercase;}

#navigation a:visited {
   font-family: Georgia; 
   text-decoration: none; 
   color:#A2918C;}

#navigation a:hover {
	letter-spacing: 2px;
	text-decoration:none;
	cursor: default;
	color:#B1B6C5;
	border-bottom-width: thin;}

#navigation li  { 	
   text-decoration:none;
	margin-left: -40px;
	width: 150px;
	text-align: left;
	letter-spacing: 2px;
	list-style-type: none;
	padding-top:7px;
	font-family: Georgia;
   font-size: 11px;
   background-image: url('images/bullet.jpg');
   border-bottom: 1px dashed #8897A2;
   background-repeat: no-repeat;
   background-position: center left;
   padding-left: 10px;
   margin-top: 0px;
   text-transform: uppercase;}

#navigation h1 {
	font-family: Century Gothic;
	font-size: 22px;
	color: #91A7AC;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 2px;
	text-align: center;}

#footer {
	font-family: Georgia;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	color:#898989;
	line-height:11px;
   border-top: 6px solid #D3CCC2;
	padding-top: 4px;
	margin-top: 20px;}

#footer h2{
   letter-spacing: 1px;
   font-family: Georgia;
   font-size: 9px;}

blockquote {
    border: 4px solid #38657A;
    text-align: center;
    border-radius: 12px;
    margin: 0px 16px 0px 16px;
    padding: 5px;
}

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