@CHARSET "UTF-8";
a
{
	color: silver;
}
a:hover
{
	color: white;
}
body
{
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
}
div.header
{
	position: absolute;
	width: 100%;
	height: 159px;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url('/images/signature.gif');
	background-position: 15px 10px;
	background-repeat: no-repeat;
}
div.header h1
{
	display: none;
}
a.header-home-link
{
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 275px;
	height: 144px;
}
a.header-home-link span
{
	display: none;
}
div.menubar-container
{
	position: absolute;
	right: 0px;
	top: 0px;
}
img.menubar-line
{
	position: absolute;
	right: 0px;
	top: 54px
}
div.menubar ul
{
	padding: 0px;
	margin: 15px 0px;
}
div.menubar ul li
{
	list-style-type: none;
	display: inline;
	border-left: 1px solid white;
	font-size: 20px;
	padding: 15px;
}
div.menubar ul li.admin			{ border-color: #191b18 }
div.menubar ul li.about			{ border-color: #393939 }
div.menubar ul li.gallery		{ border-color: #5a5a5a }
div.menubar ul li.exhibitions	{ border-color: #808080 }
div.menubar ul li.links			{ border-color: #b5b5b5 }
div.menubar ul li.contact		{ border-color: #d4d4d4 }
div.menubar ul li a
{
	color: #CACACA;
	text-decoration: none;
	text-transform: lowercase;
}
div.menubar ul li a:hover
{
	color: #EDEDED;
}
div.menubar ul li.active a
{
	color: #FFFFFF;
}
div.leftbar
{
	position: absolute;
	width: 103px;
	top: 159px;
	left: 0px;
	bottom: 122px;
	background-color: #000000;
}
div.content
{
	position: absolute;
	left: 103px;
	top: 159px;
	right: 247px;
	bottom: 122px;
	overflow-y: auto;
	overflow-x: hide;
	background-color: #0a0a0a;
}
div.rightbar
{
	position: absolute;
	width: 247px;
	top: 159px;
	right: 0px;
	bottom: 122px;
	background-color: #000000;
	background-image: url('/images/jess-top.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.footer
{
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 122px;
	background-color: #000000;
	background-image: url('/images/jess-bottom.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
div.footer span
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 20px;
}
h2.hidden
{
	display: none;
}
div.content h2
{
	margin-top: 30px;
	padding-left: 30px;
}
div.content h3
{
	margin-top: 30px;
	padding-left: 30px;
}
p.indent
{
	margin-left: 40px;
}
table.mini
{
	font-size: 12px;
}
table
{
	padding: 0 50px;
	width: 100%;
}
table td, table th
{
	padding: 4px;
}
table thead tr
{
	text-align: left;
	background-color: #ADADAD;
	color: #000000;
}
table tbody tr
{
	background-color: #222222;
	color: #ffffff;
}
table tbody tr:hover
{
	background-color: #282828;
}
ul.links
{
	margin-left: 30px;
}
ul.links li 
{
	list-style-type: square;
}
dl
{
	margin: 0 50px;
	padding: 20px 0;
}
dt
{
	width: 150px;
	padding-top: 8px;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: right;
}
dd
{
	margin-left: 160px;
	padding: 3px 0;
	width: 250px;
}
dd input
{
	font-size: 18px;
	width: 250px;
}
dd.submit
{
	text-align: center;
}
dd.submit input
{
	width: 100px;
}
