#outer_wrap{
	left: 50%;
	position: absolute;
	height: 100%;
	width: 1000px;
	margin-left: -500px;
	/*background-image: url(../_img/0ref_bkg.jpg);*/
}
#top{
	align: left;
	width: 1000px;
}
#logo{
	width: 110px;
	margin-left: 10px;
}

#nav{
	position: absolute;
	top: 0px;
	left: 400px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	/*float: right;*/
}
#nav li{
	vertical-align: bottom;
	float: left;
	text-align:right;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#gallery{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 340px;
	background-image: url(../_img/gallery_bkg.jpg);	
	display: block;
}
#gallery_video{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 560px;
	background-image: url(../_img/gallery_video_bkg.jpg);	
	display: block;
}
#flashcontent{
	position: relative;
	top: 20px;
	left: 30px;
	width: 940px;
	/*height: 300px;*/
	background-color: #FFFFFF;
}
#flashcontent h1{
	color: #000000;
	margin: 0;
	line-height: 20px;
	font-size: 1.2em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
}
#content{
	
}

#bottom{
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
	width: 940px;
	height: 20px;
	display: block;
	text-align: left;
	vertical-align: bottom;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	float: left;
}
#bottom p{
	font-size: 1em;
	font-variant: small-caps;
	color: #999999;
	padding: 0;
}

/*#contactform input{
	font-size: 10px;
	width: 250px;
}*/
#biggallery{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 640px;
	background-image: url(../_img/biggallery_bkg.jpg);	
	display: block;
}