.container {
	width: 90%;
	height: 648px;
	max-width: 848px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 848px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

#viewer{
	margin-top: 20px;
	width: 424px;
	height:450px;
	/*border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:white;*/
	float: left;
	position:relative;
	background: url(images/WorkSpiralEmptySmall.png) no-repeat;
}

#nav{
	margin-top: 20px;
	overflow: hidden;
	width:424px;
	height:450px;
	/*background-color:white;*/
	
	}
	
.light {
	margin: 10px;
	/*border: 1px solid #f0f0f0;
	border-bottom: 2px solid #949432;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	
#nav li{
	padding-top:10px;
	position:relative;
	float:right;
	width:424px;
	height:450px;
	list-style-type: none;
	overflow: hidden;
}

#nav h4 a{
	text-decoration: none;
}

#header{
	padding-right: 100px;
	padding-left: 100px;
}

.small{
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
	}
	
/***img settings inside info div***/
.left{
	float: left;
	display: inline;
	padding: 2px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.wrap{
	float: left;
}

.right{
	float: right;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.right h6{
	margin: 0px;
}

.left h6{
	margin: 0px;
}




/* ~~ This grouped selector gives the lists in the .content area space ~~ */
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer{
	padding-left: 250px;
	padding-right: 250px;
	text-align: center;
	position:relative;
}

/*img placement*/

/*replace image 

#replaceMe_th{
	top: 375px;
	left: 435px;
	will be replaced in Dreamweaver
}
*/

#end_th{
	top: 338px;
	left: 177px;
}
#simian_th{
	top: 233px;
	left: 280px;
}
#spring_th{
	top: 274px;
	left: 261px;
}
#music_th{
	top: 277px;
	left: 204px;
}
#floor_th{
	top: 238px;
	left: 161px;
}
#door_th{
	top: 185px;
	left: 159px;
}
#tulip_th{
	top: 147px;
	left: 199px;
}
#twin_th{
	top: 142px;
	left: 257px;
}
#pie_th{
	top: 222px;
	left: 329px;
}
#paint_th{
	top: 166px;
	left: 306px;
}
#vessel_th{
	top: 285px;
	left: 312px;
}
#twig_th{
	top: 326px;
	left: 256px;
}
#coffee_th{
	top: 308px;
	left: 99px;
}
#tea_th{
	top: 237px;
	left: 41px;
}
#relic_th{
	top: 141px;
	left: 32px;
}
#hall_th{
	top: 52px;
	left: 89px;
}
#wheeled_th{
	top: 4px;
	left: 186px;
}
