/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator
####################################################### */

/* #######################################################
Grey Separator Thick
####################################################### */
#container .greySeparatorThick
{
	clear: both;
	margin: 46px 0 0 0;
	height: 6px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator Thick
####################################################### */



/*######################################################
About Content
##################################################### */
#container .aboutContent
{
	margin: 54px 0 0 0;
	text-align: left;
}
/*######################################################
---/ End About Content
##################################################### */






/* #####################################################
Description 
###################################################### */
#container .aboutContent .description
{
	float: left;
	width: 515px;
}

#container .aboutContent .description h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 2em "Times New Roman", Times, serif;
	color: #807873;
	font-style: normal;
}

#container .aboutContent .description .highlight
{
	font-weight: bold;
	border-bottom: solid 2px #e97004;
}

#container .aboutContent .description p
{
	margin: 20px 0 20px 0;
	font: normal 0.583em "Times New Roman", Times, serif;
	line-height: 1.5em;
}

#container .aboutContent .description a,
#container .aboutContent .description a:link,
#container .aboutContent .description a:active,
#container .aboutContent .description a:visited
{
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}

#container .aboutContent .description a:hover
{
	text-decoration: underline;
}
/*######################################################
---/ End Description
##################################################### */






/* #####################################################
Image 
###################################################### */
#container .aboutContent .image
{
	float: right;
	margin: 0 0 15px 0; 
}

#container .aboutContent .movie
{
	float: left;
}
/*######################################################
---/ End Description
##################################################### */

		/*--- gallery ---*/
		
#gallery {
	float: right;
	padding: 15px 10px;
	width: 900px;
}
	#gallery ul { 
		list-style: none; 
	}
		#gallery ul li { 
			display: inline; 
			overflow: hidden;
			}
			
			#gallery ul li a {
				color: white;
			}
		
		#gallery ul a img {
			padding:10px 5px;
			border: none;
		}
		
		#gallery ul a img:hover {
			padding: 0;
			border: 5px solid #d5d5d5;
	/*		background-image: url(../images/menu_hover.jpg);	*/
		}

