﻿@charset "UTF-8";
body  {
	font: 70%  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	background: #182325 url(images/background2.jpg) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #182325;
	background-position: center top;
	
}

.contact{
	background: #182325 url(images/contact_back.jpg) no-repeat;
	background-position: center top;}


#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	text-align:left;
	margin-top: 90px;
	margin-left:570px;
	height: 64px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#mainContent { 
	margin: 40px;
	width: 880px;
	height: 500px;
	font-size:medium;
	font-weight: lighter;
	background: #ffffff;
}

 #footer {
	padding: 0 10px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 80px;
	
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size:x-large;
	color:#d2ee87;
	font-weight: normal;
}

p { padding-top: 20px;}

ul {
	font-size: 1.3em;
	padding: 26px 0px 0px 0px;
	margin: 0px;
}
li {padding-right: 13px;
list-style:none;
display: inline;
	}
	
li.current a {
	color: #d2ee87;}

a.footer {color: #426f77;
font-size: 0.9em}




a {
	color: #b1db3f;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#d2ee87;
	text-decoration:none;
}
.slideshow {
	margin: 0px;
	padding:0px;
}
.slideshow img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#layerContent {
	color:#FFF;
	width: 290px;
	z-index: 50;
	position:relative;
	top:120px;
	left:555px;
	min-height:367px;
	line-height:200%;}
	
#layerContent3 {
	color:#fff;
	font-size:medium;
	background: #485152;
	width: 780px;
	z-index: 50;
	position:relative;
	top:10px;
	left:10px;
	height:400px;
	line-height:120%;
	padding: 40px 40px;}
	
#layerContent2 {
	color:#fff;
	background: #485152;
	width: 260px;
	z-index: 50;
	position:relative;
	top:10px;
	left:530px;
	height:400px;
	line-height:200%;
	padding: 40px 40px;}
	
#layerContent4 {
	color:#FFF;
	width: 290px;
	z-index: 50;
	position:relative;
	top:100px;
	left:555px;
	min-height:367px;
	line-height:100%;}
	
#layerContent5 {
	color:#FFF;
	width: 290px;
	z-index: 50;
	position:relative;
	font-weight: lighter;
	top:70px;
	left:555px;
	min-height:367px;
	line-height:120%;}
	
#thumb {
	margin-left:13px;
	margin-top:13px;
	border: 1px;
	width:109px;
	height:107px;
border: 1px solid #999;
	float:left;
	display:inline;

}
#thumb1 {
	margin-left:13px;
	margin-top:13px;
	border: 1px;
	width:158px;
	height:147px;
border: 1px solid #999;
	float:left;
	display:inline;

}

#Gallery_buttons {
	margin-left:17px;
	margin-top:16px;
	border: 1px;
	width:410px;
	height:220px;
	display:inline;

}


#thumb:hover {
border: 1px solid #ccc;
	
}

#twitter {float:left;
margin-right:5px;
border:none}

#email-link {
	
	height: 19px;
    left: 570px;
    position: relative;
    top: 247px;
    width: 120px;
    z-index: 100;
}

