html,
body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	height:100%;
}

.header
{
	position:relative;
	left:33%;
	width: 410px;
	
}
.links
{
	position:relative;
	left:25%;
	margin-bottom:4%;
	width: 70%;
}
.links a{
	border: none;	
}

.gallery
{
	position:relative;
}

.prev
{
	position:relative;
	left:1%;
}

.next
{
	position:relative;
}


	
.current
{
	position:absolute;
	
	font-size:1.2em;
	font-style:italic;
}

.main
{
	position:relative;
	top:15%;
	bottom:15%;
	left:15%;
	right:15%;
	margin-right: 10%;
}

.main_text
{
	line-height:140%;
	font-size:1em;
	padding-right:15%;
	margin-right:13%;
}

.first_letter
{
	font-size:2em;
	line-height:100%;
}

.left
{
	position:relative;
	float:left;
	margin-top:30px;
}

.right
{
	float:right;
}


.indent
{
	padding-left:80px;
}


img
{
	border:0;
}

.hr_50
{
	width: 50%;
}
.hr_75
{
	width: 75%;
}
.formText
{
	position:relative;
}

.formBox1
{
	position:relative;
	left:135px;
}

.formBox2
{
	position:relative;
	left:70px;
}

.formBox3
{
	position:relative;	
	left:217px;
}
.error{
	position:relative;
	top:10px;
	font-size: 120%;
	color:red;
}

.address
{
	position:relative;
	width:50%;
	left:200px;	

}
.footer
{
	margin-top:15px;
	position:relative;
	height:15px;
	bottom:5px;
	width:100%;
	font-style:italic;
	font-size:0.9em
}

#container
{
	position:relative;
	min-height:100%;
	width:100%;

}

#center
{
	margin-left:15%;
	padding-bottom:35px;
	margin-right:10%;
	
}

#thumbnails 
{
	overflow: auto;
	float:left;
	padding-left:20px;
	height: 370px;
	width: 200px;
	
}

.thumb_header
{
	margin-left:-18px;
}

.bottom_links
{
	position:relative;
	font-size:1em;
	left:22%;
	width: 60%;
}

.me
{
	position:relative;
	left:30%;
}

#map {
	position:relative;
	left:20%;
	width:505px;
	height:349px;
	z-index:1;
}

.moreInfo
{
	left: 10%;
	width: 70%;
	position: relative;
}

a:link 
{
	color:#3366FF;
	text-decoration:none;
	font-style: normal;	
}

a:visited 
{
	color:#3366FF;  text-decoration: none;	font-style: normal;	

}

a:active 
{
	color:#3366FF; text-decoration: none;	font-style: normal;	

}

a:hover 
{
	color: red; text-decoration: none; font-style: normal;	

}

.hide
{
	visibility: hidden;
}

td.right
{
	font-weight: bold;
	text-align: right;
}

table.checkout
{
	width: 62%;
	top:25%;
	left: 19%;
}

.mainheading
{
	vertical-align:top;
	
	text-align:center;
	font-size:2em;
	font-weight:bold;
}

td
{
	text-align:center;
}

	
#container #thumbnails {
	position: absolute;
}

#gallery_holder {
	position:relative;
	left:25%;
	width:800px;
	z-index:1;
}

#startpage_divider {
	position:absolute;
	width:78px;
	height:341px;
	z-index:1;
	left: 45%;
	top: 124px;
}
#startpage_left1 {
	position:absolute;
	left:20%;
	top:215px;
	width:207px;
	height:50px;
	z-index:1;
}
#startpage_right1 {
	position:absolute;
	left:58%;
	top:215px;
	width:207px;
	height:50px;
	z-index:1;
}
#startpage_left2 {
	position:absolute;
	left:22%;
	top:285px;
	width:163px;
	height:23px;
	z-index:1;
}
#startpage_right2 {
	position:absolute;
	left:60%;
	top:285px;
	width:163px;
	height:23px;
	z-index:1;
}
.row{
	position:relative;
	padding:5px;
	height:20px;
}
.col1{
	float:left;
	clear:left;
	width:200px;
}
.col2{
	float:left;
}