@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#wrapper{
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 px;
	margin-bottom: 0 px;
	padding-top: 10px;
}

a img, a:focus, a:active{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: 0;
}



h1,h2,h3,h4,p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color:#E20177;
}

a.current{
	color:#E20177;
}


#content {
	width:600px;
	margin: 0 auto;
	padding: 0px 20px;
	}


#content h2 {
	margin: 20px 0;
}

#content p {
	font-size: 13px;
	margin-bottom:10px;
	line-height: 15px;
}

#content_pink{
	background-image:url(images/pink.png);
	background-repeat: no-repeat;
	height: 612px;
	padding-top: 0px;
}

#content_orange{
	background-image:url(images/orange.png);
	background-repeat: no-repeat;
	height: 612px;
	padding-top: 0px;
}

#content_orange_lg{
	background-image:url(images/orange_lg.png);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	height: 858px;
	padding-top: 0px;
}

#content_green{
	background-image:url(images/green.png);
	background-repeat: no-repeat;
	height: 612px;
	padding-top: 0px;
}

#content_green_lg{
	background-image:url(images/green_lg.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	height: 858px;
	padding-top: 0px;
}

p, h2{
	margin-left: auto;
	margin-right: auto;
}

.gallery ul{ 
	list-style-type: none;
	margin-left:100px;
	margin-right: 100px;
	}

.gallery ul li{
	display: inline;
	
	}

.gallery ul li a img{
	margin-right: 10px;
	margin-bottom: 10px;

	
}

p.left{
	display:inline;
	margin-left: 170px;
	margin-right: 20px;
	width:400px;
	float:left;
	font-size: 14px;
	line-height: 18px;
}

p.right{
	display:inline;
	margin-right:100px;
	width:200px;
	float:left;
	font-size: 14px;
	line-height: 18px;	
}

#footer p{
	color: #FFF;
	font-size: small;
	width:800px;
	
}


/* Slideshow */

#loopedslider {
	margin:0 auto;
	width:600px;
	height:380px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#loopedslider #container {
	margin:0 auto;
	width:560px;
	height:450px;
	overflow:hidden; /* allow scrollbar */
	position:relative;
}

#slideshow #slidesContainer a{
	color:#908977;
	text-decoration: none;
}
#slideshow #slidesContainer a:hover{
	color:#A86842;
}
#loopedslider #container .slides {
	margin:0 auto;
	width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:450px;
	overflow: visible;
}

#slideshow #slidesContainer .slide a{
	color:#908977;
	text-decoration: none;
	font-size: small;
}
#slideshow #slidesContainer .slide a:hover{
	color:#A86842;
}
.control {
  display:block;
  width:39px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

.text{
	width:385px;
}

.contents{
	float: right;
	margin-right: 168px;
	margin-top: -20px;
}
.image{
	width: 150px;
	margin-left:10px;
	float:right;
	margin-top: 25px;
}

