@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/back.gif) center no-repeat;
}

#header {
	width:970px;
	height:175px;
	position:relative;
	text-align:center;
	margin:0px 0px 10px 0px;
}
#mainWrapper {
	width:970px;
	height:580px;
	border:2px solid #544113;
	background-color:#fbc6b0;
}
#contentWrapper {
	width:960px;
	height:570px;
	margin:4px 0px 0px 0px;
	background-color:#FFF;
	border:1px solid #544113;
	text-align:center;
	letter-spacing:normal;
}
#logoWrapper {
	width:186px;
	height:135px;
	text-align:center;

}

#navWrapper {
	width:800px;
	font-size:11px;
	font-style:italic;
	color:#FBC7B0;
	text-align:center;
	position:absolute;
	right:90px;
	bottom:0px;
}
#navWrapper a {
	color:#544113;
	text-decoration:none;
	margin:0px;
}
#navWrapper a:hover {
	color:#e26d6a;
	text-decoration:none;
}


.textContainer 	{
	position:absolute;
	top:300px;
	overflow:auto;
	width:510px;
	height:440px;
	
}

.text   {
	position:absolute;
	top:0px;
	float:left;
	overflow:fixed;
	width:490px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#524033;
	font-weight: normal;
	text-align: left;
	height: 420px;
}


/* -- Home Styles --*/
.home {
	color:#544113;
	text-decoration:none;
}
.home p {
	font-size:13px;
	line-height:22px;
}
.home h1 {
	font-size:18px;
	font-weight:normal;
}

/* -- Details Styles --*/
.details {
	color:#544113;
	padding:74px 84px 0px 84px;
}
.details p {
	font-size:12px;
	line-height:18px;
	margin:0px 0px 10px 0px;
}
.details h2 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.details h3 {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}
.details b {
	font-style:italic;
}

.details a {
	color:#544113;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.details a:hover {
	color:#544113;
	text-decoration:underline;
}
/* -- About Styles --*/
.about {
	color:#544113;
	padding:74px 24px 0px 24px;
	text-align:left;
}
.about p {
	font-size:11px;
	line-height:17px;
	margin:0px 0px 10px 0px;
}

.about h1 {
	font-size:12px;
	margin:0px;
}
.about h2 {
	text-align:center;
	margin:0px 0px 20px 0px;
}
.about h1 img {
	float:left;
	margin-right:20px;
}

.about a {
	color:#544113;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.about a:hover {
	color:#544113;
	text-decoration:underline;
}

/* -- Why Styles --*/
.why {
	color:#544113;
	padding:74px 44px 0px 44px;
}
.why p {
	font-size:19px;
	line-height:24px;
	margin:0px 0px 24px 0px;
}
.why a {
	color:#544113;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.why a:hover {
	color:#544113;
	text-decoration:underline;
}
.still {
	color:#544113;
	padding:134px 44px 0px 44px;

}
.still p {
	font-size:15px;
	margin:0px 0px 14px 0px;
}
.still p b {
	font-style:italic;
}

/* -- Extra Icing Styles --*/
.extra {
	color:#544113;
	padding:24px 44px 0px 44px;

}
.extra p {
	font-size:12px;
	line-height:18px;
	margin:0px 0px 16px 0px;
	clear:both;
}
.extra h1 {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
}
.extra h2 {
	font-size:14px;
	font-style:italic;
	margin:0px 0px 0px 0px;
}
.extra h3 {
	font-size:11px;
	font-weight:normal;
	margin:0px;
}
.extra h4 {
	font-size:10px;
	margin:0px;
}
.extra b {
	font-style:italic;
}
.extra a {
	color:#544113;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	font-size:14px;
}
.extra a:hover {
	color:#544113;
	text-decoration:underline;
}
.extra a span{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.extra .left {
	float:left;
	width:400px;
	margin:24px 24px 0px 0px;
}
.extra .right {
	float:left;
	width:400px;
	margin:24px 0px 0px 24px;
}

/* -- Contact Styles --*/
.contact {
	color:#544113;
}
.contact td {
	color:#544113;
	font-size:11px;
	text-align:right;
	padding:0px 10px 5px 0px;
}
.contact h1 {
	font-size:19px;
	font-weight:normal;
	line-height:24px;
}
.contact h2 {
	font-size:17px;
	font-style:italic;
}
.contact form input {
	border:1px solid #FBC7B0;
	background-color:#fff;
	height:18px;
}
.contact a {
	color:#544113;
	text-decoration:none;
}
.contact a:hover {
	color:#544113;
	text-decoration:underline;
}
/* -- Photos Styles --*/
.photos {
	color:#544113;
	padding:20px 0px 0px 0px;
	text-align:center;
}
.photos a {
	color:#544113;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.photos a:hover {
	color:#544113;
	text-decoration:underline;
}
.photos p {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:0px 0px 20px 0px;
}

/* -- Footer Styles --*/
.footer {
	color:#544113;
	font-size:11px;
	margin-left:0px;
}
.footer a {
	color:#544113;
	text-decoration:none;
}
.footer a:hover {
	color:#544113;
	text-decoration:underline;
}
.footer span {
	color:#FBC7B0;
}
.footer span a {
	color:#FBC7B0;
	text-decoration:none;
}
.footer span a:hover {
	color:#FBC7B0;
	text-decoration:underline;
}
