		html{
			height:100%;
		}
		
		body{
			background-image:url(../images/bg2.jpg);
  			/*background:#742333 url(../images/bg.png) center top repeat-y;*/
  			font-family:Georgia, Times, serif;
  			padding:0;
  			margin:0;
  		}
		
		ul#selector{
			list-style:none;
			list-style-position:inside;
			height:365px;
			padding:0 15px 0 0;
			margin:40px 0 0 0;
		}
		
		ul#selector li.selected{
			font-weight:bold;
		}
		
		div.thumbs{
			/*background:#9d4959;*/
			background:#222;
			width:110px;
			height:700px;
			float:left;
			overflow:hidden;
		}
		
		div.thumbs div.sliderup,
		div.thumbs div.sliderdown
		{
			height:15px;
			background-color:#000;
			color:white;
			background-repeat:no-repeat;
			background-image:url(../images/arrows.gif);
		}
		
		div.thumbcontainer ul{
			list-style:none;
			list-style-position:outside;
			margin:0px;
			padding:0px;
			width:110px;
		}
		
		div.thumbcontainer li{
			height:90px;
			width:110px;
			clear:both;
			text-align:center;
			cursor:pointer;
			padding:10px 0px 0px 0px;
			margin:0px;
			background-color:#222;
		}
		
		div.thumbcontainer ul li.selectedThumb,
		div.thumbcontainer ul li:hover{
			background-color:#000;
		}
		
		ul#selector li{
			padding:3px 1em 3px 3px;
			background:white;
			cursor:pointer;
			color:white;
			margin-right:.25em;
			margin-bottom:5px;
			background-color:#222;
			text-align:right;
			font-size:12px;
		}
		
		
		div.thumbcontainer{
			height:668px;
			margin:0 0 2px 0;
			overflow:hidden;
			padding:0;
			position:relative;
		}
		
		
		
		
		
		div.imglist{
			/*position:relative;*/
			top:0;
		}
		
		div.imageLayer div.text{
			margin:20px auto 20px 130px;
			width:550px;
		}
		
		div.imageLayer div.text h2{
			color:white;
			font-size:20px;
			text-shadow:1px 1px 1px #df9290;
		}
		
		div#welcome{
			width:400px;
			height:640px;
			/*position:relative;*/
			margin:5px auto auto;
			cursor:pointer;
			background:url(../images/bluedress3.jpg) no-repeat 50% 50%;
		}
		
		div#main{
			margin:30px auto 0;
			width:916px;
			height:700px;
			background:#f7c8c9;
			overflow:hidden;
		}
		
		div.imageLayer a:hover{
			background-color:#000;
		}
		
		/*div.thumbs a{
			display:block;
			text-align:center;
			padding:10px 0;
		}*/
		
		div.imageLayer{
			float:left;
			width:700px;
		}
		
		div#main_nav{
			width:213px;
			height:700px;
			float:left;
			background:#f7c8c9;
		}
		
		div#menu{
			padding:5px;
			background-color:#7F4E56;
			color:white;
			cursor:pointer;
			position:absolute;
			top:90px;
			left:58%;
			
		}
		
		div.imageLayer img.large_image{
			border:6px solid #111;
		}
		
		div#background{
			background:url(../images/vonq.gif) no-repeat 50% 0%;
			top:0px;
			left:25%;
			position:absolute;
			width:500px;
			height:700px;
		}
		
		div#logo{
			background:url(../images/logo2.gif) no-repeat;
			width:205px;
			height:82px;
			position:relative;
			top:18px;
			left:3px;
		}
		
		div#footer{
			
		}
		
		div.img_box{
			height:620px;
			margin-left:130px;
			width:550px;
			background-repeat:no-repeat;
			background-position:center top;
			text-align:center;
		}
		
		div.img_box img{
			margin:auto auto;
		}
		
		div#footer p{
			color:#3e0e17;
			padding:.3em 1em;
			margin:0;
		}
		
		div#footer p a{
			color:#112;
			text-decoration:none;
		}
		div#footer p a:hover{
			text-decoration:underline;
		}
		
		div#footer p span{
			display:block;
			float:left;
			width:100px;
		}
		