html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(gradientback.gif) repeat-x;
	background-color: #D3CAD5;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #723147;
}

body { font-size: 62.5%; } /* Targets Internet Explorer - Windows */
html>body { font-size: 10px; } /* Targets Other Browsers */

a:link, a:visited, a:hover {text-decoration: none; }

a:link {
	color: #FF0066;
}


a:visited {
	color: #9966FF;
}

a:hover {
	color: #fff;
}

/*** Components ***/

#wrapper1 {
	background: url(photos/footerdesert1.jpg) no-repeat bottom right fixed;
	min-height: 800px;
	height: auto !important;
	height: 800px; 
	margin: 0px;
}

#wrapper2 {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-left: 242px;
	width: 436px;
	height: 200px;
	background: url(header1.gif) no-repeat center;
	z-index: 5;
}

#headerleft {
	position: absolute;
	left: 0;
	margin-top: 80px;
	margin-left: 40px;
	width: 180px;
	height: 250px;
	background: url(photos/mainpic.jpg) no-repeat center;
}


#middle {
	clear: both;
	width: 800px;
	margin-top: 10px;
}

#nav {
 	width: 120px;
	min-height: 100px;
	height: auto !important;
	height: 100px; 
	float: left;
	margin-top: 150px;
	padding-left: 50px;
	position: relative;
}

#content {
	margin-left: 249px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}


#content a img {
	border: 0;
}

#topnav {
	text-align: center;
	width: 100%;
}

#topnav a, #topnav a:visited {
	color: #000;
	font-size: 1.3em;
}

#topnav a:hover {
	color: #f9e4ad;
}

#topnav .active {
	font-weight: bold;
	cursor: default;
}


#content p {
	padding: 0;
}

#content p em {
	padding: 0 20px;
	display: block;
	text-align: justify;
	overflow: visible;
	height: 1%;
}

#content h1 {
	color: #412248;
	font: bold 1.7em Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	color: #412248;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	color: #412248;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}

#content p.contact {
	font-size: 1.3em;
}

#content li {
	margin-left: .1em;
}

#content form {
	position: relative;
	width: 80;
}

/* form text box */
textarea {
	font: 1.1em "Trebuchet MS", Verdana, sans-serif;
	width: 29em;
	padding: .2em;
}

#footer {
	margin-top: 10px;
	width: 780px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}

#footer p {
	font-size: 0.9em;
	color: #666666;	
}

/*** Navbar ***/

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 8px 4px 30px;
	background-image:  url(button1.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #f9e4ad;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}

#navlist a:hover {
	background-image:  url(button3.jpg);
	color: #2D1E2D;
}

#nav #navlist .uberlink {
	background-image:  url(button3.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}

.quote {
	text-align: right;
}

.caption {
	width: 235px;
	float: right;
}

.caption p {
	font-size: .8em;
	line-height: 1em;
	margin: 0 5px;
}

.left {
	float: left;
	padding-right: 5px;
}
.right {
	float: right;
}

.clear { clear: both; }

