@charset "utf-8";


/* ------ General Styles ------ */

body
{
	margin: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

div
{
	overflow: hidden;
}

a
{
	text-decoration: none;
	color: #000000;
}

img
{
	border: none;
}

hr
{
	width: 90%;
	height: 1px;
	color: #919191;
	background-color: #919191;
	border: 0;
}


/* ------ Layout ------ */

#wrapper
{
	width: 1024px;
	margin: auto;	
	color: #919191;	
}

#header
{
	margin: 30px auto; 
	font-size: 40pt;
	letter-spacing: 7pt;
}

#content
{
	margin: 30px auto;
	padding: 0 20px;
	text-align: left;
}

#footer
{
	clear: both;
	font-size: x-small;	
}


/* ------ Menu Bar ------ */

#menuBarWrapper
{
	width: 1024px;
	height: 54px;
	margin: 0;
	padding: 0;
}

#menuBarWrapper #menuBarLeft
{
	/*display: inline-block;*/
	float: left;
	width: 25px;
	height: 54px;
	margin: 0;
	padding: 0;
	background : url(../img/menu_bar/menu_bar_left.png) 0% 100% no-repeat;	
}

#menuBarWrapper #menuBarRight
{
	/*display: inline-block;*/
	float: right;
	width: 25px;
	height: 54px;
	margin: 0;
	padding: 0;
	background : url(../img/menu_bar/menu_bar_right.png) 0% 100% no-repeat;	
}

#menuBarWrapper #menuBar
{
	/*display: inline-block;*/
	/*width: 900px;*/
	height: 54px;
	margin: 0;
	padding: 0;
	background : url(../img/menu_bar/menu_bar.png) 0% 100% repeat-x;	
}

#menuBarWrapper #menuBar a
{
	margin: 0 30px;
	font-size: 14pt;
	letter-spacing: 1pt;
	color: #919191;
}

#menuBarWrapper #menuBar a:hover
{
	color: #717171;
}


/* ------ Slide Show ------ */

#slideShow
{
	text-align: center;	
}


/* ------ Galleries ------ */

#gallery
{
	width: 100%;
	height: 100%;
}

#gallery #filmstrip
{
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: #CCC;
}

#gallery #filmstrip img
{
	display: inline-block;
	height: 60px;
	margin: 5px;
}

#gallery #currentImage
{
	text-align: center;	
}

#gallery #currentImage img
{
	margin: 10px 0;	
}