/*
Shira-LeeShalit.com Coming Soon Style Sheet
Author: Daniel Hung
Author URL: http://seedlessmedia.com
*/
html {
	height: 100%;
}

body {
	background: #c8c8c8 url('images/bgpat.gif');
	height: 100%;
}

.outer {
  display: table;
  height: 100%;
  width:100%; 
}
.inner {
  display: table-cell;
  vertical-align: middle;
}

iframe {
	margin-left: 47px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#outer {
	height: 100%;
	overflow: visible;
	margin: 0 auto;
}

table {
	padding: 0; 
	margin: 0;
}

#outer {height: 100%; overflow: visible;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#name {
	margin: 0 auto;
	width: 800px;
	height:59px;
	padding: 0;
}

	#name h1 {
		text-indent: -9999px;
		background-image: url('images/logo.png'); 
		height: 59px;
		width: 351px;
		margin: 0 0 0 450px;
		padding: 0;
	}

#container {
	width: 812px;
	height: 408px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

	#left {
		width: 190px;
		height: 408px;
		background: url('images/left.png') no-repeat;
		position: absolute;
		padding-top: 40px;
	}
	
		#left ul {
			list-style-type: none;
		}
		
		#left ul li {
			padding-bottom: 20px;
			width: 150px;
			height: 23px;
		}
		
		#left ul li a{
			font-family: Verdana, sans-serif; 
			font-size: 14px;
			color: #ffffff;
			text-decoration: none;
			width: 150px;
			height: 20px;
			display: block;
			font-weight: bold;
		}
		
		#left ul li a:hover {
			background: #ffffff;
			color: #d47501;
		}
		
		#left ul li a.selected {
			background: #ffffff;
			color: #d47501;
		}
		
	
	#right {
		width: 618px;
		height:407px;
		background: url('images/right.png') no-repeat;
		position: absolute;
		left: 190px;
		top:0px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
		#content {
			height: 354px;
			width: 557px;
			background: url('images/content_bg.jpg') no-repeat;
			padding: 0;
			margin: 22px 0 0 29px;
		}
		
		#content h2 {
			font-family: georgia, serif;
			padding: 0 0 0 2px;
			margin: 0 0 0 8px;
			width: 530px;
			font-style: italic;
			color: #d47501;
			border-bottom: 1px #d47501 solid; 
		}
		
		
		.scrollable {
			height: 329px;
			width: 530px;
			overflow-y: auto;
			overflow-x: hidden;
			padding: 8px 10px 10px 10px; 
			margin: 0;
			font-family: tahoma;
			font-size: 12px;
		}
		
		#scrollable h2 {
			font-family: georgia, serif;
			padding: 0;
			margin: 0;
			width: 530px;
			font-style: italic;
			color: #d47501;
			border-bottom: 1px #d47501 solid;
			margin-bottom: 6px; 
		}
		

	
	#myGallery {
		margin: 0 auto;
		margin-top: 10px;
	}
	
	

		
			#photo {
				width: 532px; 
				height: 300px;
				margin: 0 auto; 
				padding: 2px 0 0 0;
			}
			
			#box {
				width: 532px;
				margin: 0 0 0 8px;
				padding: 0;
			}
			
			#navi {
				border-top: 1px #d47501 solid;
				border-bottom: 1px #d47501 solid;
				width: 532px;
				height: 14px;
				margin-top: 1px;
			}
			
			.extend {
				clear: both;
			}
			
			#photo p {
				padding: 0;
				margin: 0;
			}
			
			#next {
				float: right;
			}
			
			#next a {
				display: block;
				color: #d47501;
				width: 70px;
				text-decoration: none;
				text-align: center; 
				font-family: verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
			}
			
			#next a:hover {
				color: #d47501;
				font-style: italic;
			}
			
			#previous a {
				display: block;
				color: #d47501;
				width: 70px;
				text-decoration: none;
				text-align: center; 
				font-family: verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
			}
			
			#previous a:hover {
				color: #d47501;
				font-style: italic;
			}
			
			#previous {
				float: left;
			}
			
		
	#welcome {
		position: absolute;
		top: 0px;
		left: -215px;
		padding: 0;
		margin: 0;
	}
	
	#welcome h2 {
		color:  #ffffff;
		font-style: italic;
		font-family: sans-serif;
		font-size: 40px;
		padding: 0;
	}

