* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	font-size: 100%;
	font-family: Gothic Bold, Helvetica, sans-serif;
	font-weight: 200;
}

body {
	background: #C3CBD1;
	width: 100%;
	margin: 20px auto 20px auto;
}

#wrapper {
	background: url(images/bg.jpg) no-repeat;
	position: relative;
	width: 910px;
	height: 860px;
	margin: 30px auto;
	padding: 10px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	height: 20px;
	margin: 5px 5px 0px 3px;
	border-bottom: solid #C3CBD1 1px;
}

#nav {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	right: -27px;
}

#nav li {
	display: inline;
	margin: 0px 48px;
}
.slideshow {
	position: relative;
	width: 900px;
	height: 550px;
	margin: 20px 0px 0px 3px;
	left: 0px;
}
.slideshowAbout {
	position: relative;
	width: 900px;
	height: 250px;
	margin: 20px 0px 0px 3px;
	left: 0px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}
.small {
	margin-top: 20px;
	font-size: 10px;
	line-height: 11px;
}
.copyright{
	position: relative;
	width: 290px;
	margin: 10px auto;
	font-size: 8px;
}

#infoText {
	position: relative;
	width: 800px;
	margin: 20px auto;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #402e27;
}
#infoText p {
	margin-bottom: 10px;
}

a:link {
	color: #647b8b;
	text-decoration: none;
}

a:visited {
	color: #647b8b;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}
.emailYes{
	color: #b87261;
}
/*  contact area */

#contactArea {
	height: 235px;
	overflow: hidden;
	background-color: #c3cBd1;
}

form {
	background: url(images/bgContact.jpg) no-repeat;
	width: 890px;
	height: 300px;
	padding: 25px;
	margin: 0px auto;
}

#info {
	float: left;
	width: 350px;
}

#message {
	float: right;
	margin-right: 30px;
	width: 500px;
}

input {
	margin-bottom: 15px;
	padding: 7px 7px;
	color: #4A4A4A;
	float: right;
}

label {
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	position: relative;
	top: 10px;
}
#message label {
	margin-left: 25px;	
}

textarea {
	padding: 7px 7px;
	height: 110px;
	width:  340px;
	margin-bottom: 5px;
	color: #4A4A4a;
	line-height: 20px;
	font-size: 12px;
	float: right;
}

input {
	width: 250px;
}


label {
	font-family: Gothic Bold, Helvetica, sans-serif;
	font-size: 14px;
	color: #647b8b;
}

input#submit {
	float: right;
	margin-right: 0px;
	clear: both;
	cursor: pointer;
	width: 125px;
	padding: 7px 7px;
	background-color: #993333;
	border: 0;
	color: #fff;
}

input, textarea {
	outline: none;
	background-color: #f1f1f1;
	border: 1px solid #b2b2b2;
	padding: 7px;
}

input:focus, textarea:focus {
	border: 1px solid #972324;
}

input, textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

