body {
	/*background-image: url(image/topOrnament.png);
	background-repeat: repeat-x;*/
	margin:0;
	padding:0;
	position:relative;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin:0 auto;
	height: 475px;
	}
#header {
	background: url(image/logoDesign.png) no-repeat 50% 40%;
	width: 800px;
	height: 400px;
	margin-top: 70px;
	/*border-right: medium dotted #000000;
	border-left: medium dotted #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #000000;
	border-bottom-color: #000000;*/
}
#header h1 {
	text-indent: -9999px;
	}
	
#contact {
	background: url(image/contactBG.png) no-repeat 50% 40%;
	width: 800px;
	height: 400px;
	margin-top: 70px;
}

#contacttext {
padding-top: 60px;
}

#about {
	background: url(image/contactBG.png) no-repeat 50% 40%;
	width: 800px;
	height: 400px;
	margin-top: 70px;
}

#abouttext {
width:500px;
padding-top: 60px;
margin-left: auto;
margin-right: auto;
}

p, h1, h2 {font-family:Verdana, Arial, Helvetica, sans-serif;}

#ss_textarea {
border:none;
}
	
/*|||||||||||| Main Nav Styling |||||||||||||*/


#nav ul {
	clear: both;
	margin: 0;
	padding: 0;
	}

#nav li {
	display:inline;
	}
#current {
	color:#FFFFFF;
	background-color: #CCCCCC;
	border: thin solid #FFFFFF;
	cursor: default;
	}
#ss_prev, #ss_next {
	color:#FFFFFF;
	background-color: #000000;
	border: 3px solid #C97054;
	}
a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#000;
	background-color: #FFFADA;
	margin: 0em 2em;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border: thin solid #C97054;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 0.15em;
	}
a:hover {
	color: #FFFFFF;
	background: #C97054;
	}
a:active {
	color: #FFFFFF;
	background: #000000;
	}
#ss_img_div {
	top: 20px;
	position: relative;
	}
#ss_controls {
	position: relative;
	top: 660px;
	}
#ss_img_link {
	background: transparent;
	border-style: none;
	}
#slideshow #ss_form #ss_text {
	position: relative;
	top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	}
/*#ss_controls #home {
	background: #999;
	color:#fff;
	}
#ss_controls #home:hover {
	background: #333;
	}*/

