* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#000;
	color:#000;
	font:100.01%/1.4 Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-287px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:574px;
	width:100%;
	clear:left;
	background: #E67F6D;
	border: 0;
/*
	border:1px solid #c93;
	border-top-color:#fff;
	border-left-color:#fff;
*/
	}

#holder {
	position: relative;
	width: 720px;
	height: 574px;
	margin-left: 0;
	margin-right: auto;
	padding-left: 165px;
	/*
background: transparent url(../_images/bkgd_main.gif) no-repeat;
	background-position: 165px 34px;
*/
	}

.bkgdDEF{
	background: transparent url(../_images/bkgd_main.gif) no-repeat;
	background-position: 165px 34px;
	}
	
.bkgdALT{
	background: transparent url(../_images/bkgd_secondary.gif) no-repeat;
	background-position: 57px 0;
	}
	
#holderALT {
	position: relative;
	width: 720px;
	height: 574px;
	margin-left: 0;
	margin-right: auto;
	padding-left: 165px;
	background: transparent url(../_images/bkgd_secondary.gif) no-repeat;
	background-position: 57px 0;
	}
	
#holder ul {
	position: absolute;
	right: 0;
	top: 65px;
	display: block;
	}

#holder ul li{
	float:left;
	list-style: none outside none;
	padding-left: 1em;
	}
	
#holder ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration: none;
	color: #000;
	letter-spacing: .25em;
	}

#holder ul li a:hover{
	color: #FFBDB1;
	}

strong{
	font-weight: 700;
	}

h1{
	position: absolute;
	width: 280px;
	height: 110px;
	display: block;
	background-color: transparent;
	text-indent: -9999em;
	}

.pics {  
    height:  403px;  
    width:   720px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    top:  0; 
    left: 0 
}

#slideshow{
	position: absolute;
	top:116px;
	}

#content{
	position: absolute;
	top:172px;
	width: 570px;
	}

#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: .25em;
	font-weight: 400;
	}

#content h2::before{
	content: "\7b  ";
	display: inline;
	}

#content p{
/*
	font-size: 70%;
	line-height: 2em;
	padding-top: 1.5em;
*/
	}
	
.pDEF{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	padding-top: 1.5em;
	}

.pDEF p{
	margin-top: 15px;
	}

.credits{
	font-size: 70%;
	}
	
.pALT{
	font-size: 70%;
	font-family: Georgia, serif;
	line-height: 1.75em;
	padding-top: 1.5em;
	}

#content a{
	color: #000;
	text-decoration: none;
	}
#content a:hover{
	color: #FFBDB1;
	}
	
#footer{
	position: absolute;
	bottom: 20px;
	font-size: 50%;
	}
	
#orderForm {
	padding: 2.5em;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	position: absolute;
	top: -60px;
	left: 355px;
	width: 350px;
	height: 475px;
	background-color: #E7B5A5;
	}

fieldset {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	}

.formLabel{
	display: block;
	width: 210px;
	float: left;	
	}
	
legend {
	display: inline;
	width: 200px;
	float: left;
	}

label{
	margin-right: 1em;
	}

.txtInput,textarea{
	padding: 2px;
	background-color: #E7B5A5;
	border: 1px solid #000;
	}
	
textarea{
	width: 100%;
	}

.formButton{
	margin: 15px 15px 0 0;
	float: left;
	}
