body{ 
	margin-top: 0px;
 	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
 }

.background {
	margin-left: auto;
	margin-right: auto;
	width: 1224px;
	height: 1474px;
	background-image: url(site_img/background.jpg);
	margin-top: auto;
}

.sidebar {
	width: 320px; 
	height: 1052px;
	float: left;}
	
.logo{
	
	width: 234px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 46px;
	margin-bottom: 80px;
}

.lines{
	background-image:url(site_img/dotted_lines.png);
	width: 236px;
	height: 298px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
}

.nav{
	width: 189px;
	height: 238px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content {
	width: 904px;
	height: 1052px;
	float: right;
}

.content_logo {
	width: 683px;
	height: 36px;
	margin-left: 108px;
	margin-right: auto;
	margin-top: 46px;
	margin-bottom: 19px;
}
	
.banner {
	background-image: url(site_img/inno_pic_top.png);
	width: 363px;
	height: 214px;
	padding-left: 1px;
	margin-bottom: 1px;
	float: left;
	margin-left: 108px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
	/* For IE 8 */
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, 		Direction=135, Color='#000000');
}

.banner_text {
	width: 292px;
	height: 214px;
	padding-left: 32px;
	float: left;
	font: Verdana;
	font-size: 15px;
	text-align:left;
	color: #58585A;
	
}

.bottom_logo{
	width: 688px;
	height: 36px;
	float: left;
	margin-left: 108px;
	margin-top: 76px

}

.movie {
	width: 688px;
	height: 417px;
	float: left;
	margin-left: 108px;
	margin-top: 29px;
}

.link {
	width: 686px;
	height: 18px;
	float: left;
	margin-left: 108px;
	margin-top: 20px;
	
}

.gallery_logo{
	width: 688px;
	height: 36px;
	float: left;
	margin-left: 108px;
	margin-top: 76px

}
	
.gallery{
	width: 698px;
	height: 406px;
	float: left;
	margin-left: 104px;
	margin-top: 29px;	
}

.gallerycontainer{
	position: inherit;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 10px solid white;
	margin: 8px 8px 8px 8px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
