@charset "UTF-8";
/* CSS Document */

html
{
	background: url(imgs/bg.png) repeat-x #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em; 
}

a { color: #444; }

#wrapper
{
	background: #fff;
}

#header
{
	height: 230px;
	background: #000;
}
#header_title
	{
	width: 950px;
	height: 100px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	letter-spacing: .5em;
	line-height: 30px;
	font-variant: small-caps;
	}

#header_title a
{
	color: #fff;
}

#header_title #header_subtitle
	{
	height: 20px;
	width: 960px;
	display: block;
	font-size: .5em;
	letter-spacing: .75em;
	line-height: 20px;
	padding: 15px 0px;
	}

#footer
{
	background: #fff;
	padding-top: 5px;
	border-top: 1px dotted #444;
}

#footer #copyright
{
	font-size: 8px;
	padding-right: 20px;
}

#navmenu
{
	height: 35px;
	display: block;
	position: relative;
	top: 65px;
	text-align: center;
}

#navmenu li, #subnavmenu li, #subsubnavmenu li
{
	display: block;
	float: left;
}

#navmenu li a
{
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #444;
	font-variant: small-caps;
	font-size: 20px;
	letter-spacing: .15em;
}

#navmenu li a.normal
{
	background: url(imgs/navmenu-normal.gif);
}

#navmenu li a.active
{
	background: url(imgs/navmenu-active.gif);
}

#navmenu li #left.active
{
	background: url(imgs/navmenu-active-left.gif);
}

#navmenu li #right.active
{
	background: url(imgs/navmenu-active-right.gif);
}

#subnavmenu
{
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 5px;
	/*border-bottom: 1px dotted #999;*/
}

#subnavmenu li a
{
	color: #444;
	font-variant: small-caps;
	font-size: 15px;
	letter-spacing: .15em;
}

#subnavmenu li a.active
{
	background: url(imgs/subnavmenu_bg.gif) #fff;
}

#subsubnavmenu
{
	/* height: 16px;*/
	line-height: 25px;
	text-align: center;
}

#subsubnavmenu li a
{
	background: #fff;
	color: #444;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing: .15em;
	padding: 3px 0px;
}

#subsubnavmenu li a.active
{
	background: url(imgs/subsubnavmenu_bg.png) #fff center no-repeat;
}

/* Content */

#content p
{
	margin: 10px 30px;
}

#content h3
{
	margin: 20px 0px 10px 30px;
}

#content h3.center
{
	text-align: center;
}

#content h4.center
{
	display: block;
	margin: 1em auto;
	text-align: center;
}

/* end Content */

/* Flash Gallery */
#flash_gallery
{
	width: 930px;
	margin: 0 auto;
	height: auto;
}
/* end Flash Gallery*/
