body
{
	background: url('../images/BackgroundPattern2.jpg');
	color: #737373;
}

a
{
	color: #737373;
	text-decoration: underline;
	font-weight: bold;
}

p
{
	font-family: 'Old Standard TT', serif;
	font-size: 10pt;
	color: #737373;
	line-height: 1.5em;
	margin-bottom: 1em;
}

h3
{
	font-family: 'Old Standard TT', serif;
	font-size: 10pt;
	font-style:italic;
	color: #94567F;
	line-height: 1.5em;
}

#stripe
{
	background: url('../images/banner.png');
	position: absolute;
	width: 100%;
	height: 113px;
	top: 0;
}

#position
{
	position: relative;
	margin: 120px auto 25px auto;
	width: 914px;
}
/*
#shadow-vertical
{
	position: relative;
	width: 100%;
	background-image: url('../images/shadow_right_side.png');
	background-repeat:  repeat-y;
	background-position: right;
}

#shadow-horizontal-bottom
{
	position: relative;
	width: 100%;
	height: 7px;
}
*/
#content
{
	position: relative;
	margin: 0 7px;
	width: 900px;
	background: #ffffff;
	z-index: 0;
}

#content .padding
{
	margin: 0 5px;
}

#text
{
	position: relative;
	margin: 20px auto 5px auto;
	width: 800px;
}

#menu
{
	width: 900px;
	margin: 0 auto;
}

#menu .menuitem
{
	float: left;
	padding-left: 14px;
	background: url('../images/menudivider.jpg') no-repeat;
}

#menu .menuitem:first-child
{
	padding-left: 0;
	background: transparent;
}

#gallery-dropdown .dropdownmenuitem  a
{
	line-height: 1px;
}

.dropdownmenu
{
	display: none;
	position: absolute;
	z-index: 10;
}

#tabs
{
	position: absolute;
	top: 35px;
	right: -47px;
	/* z-index seems to screw up the linking in the image map */
}

#footer
{
	/* nothing yet */
}

#footer .copyright
{
	font-family: 'Old Standard TT', serif;
	font-size: 10pt;
	color: #737373;
	text-align: right;
	padding: 10px;
}
