/*
#####
general formatting
#####
*/

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #dcdcdc;
}

a {
	color: #dd0000;
}

a:hover, a:active {
	text-decoration: none;
	font-style: italic;
}

h2 {
	width: 100%;
	
	text-align: left;
	text-transform: lowercase;
	font-size: 11pt;
	
	padding-left: 10px;
}

h3 {
	text-align: center;
	font-size: 10pt;
	color: #cc0000;
}

h4 {
	text-align: left;
	font-size: 8pt;
	color: #000000;
}

h5 {
	text-align: center;
	font-size: 8pt;
	color: #dd0000;
	
	margin-bottom: 0px;
}

h6 {
	text-align: center;
	font-size: 7pt;
	color: #000000;
	
	margin-top: 0px;
}

a span.noun {
	color: #cc0000;
}

a span.article {
	color: #000000;
}

a:hover span.noun, a:active span.noun {
	color: #000000;
	font-style: normal;
}

a:hover span.article, a:active span.article {
	color: #cc0000;
	font-style: normal;
}

a {
	text-decoration: none;
}

/*
#####
page formatting
#####
*/

body div#head {
	height: 100px;
	width: 100%;
	display: block;
	
	background-color: #EBEBEB;

	border-bottom: #CB0004 1px solid;
}

body div#head div#head-header {
	width: 777px;
	height: 100px;
	
	margin: 0 auto;
	
	background-image: url(images/page/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	border-left: #CB0004 1px solid;
	border-right: #CB0004 1px solid;
}

div#head div#head-header a#head-link {
	display: block;
	height: 100px;
	width: 777px;
}

body div#foot {
	height: 100px;
	width: 100%;
	display: block;
	
	background-color: #EBEBEB;

	border-top: #CB0004 1px solid;
}

body div#foot div#foot-footer {
	width: 777px;
	height: 100px;
	
	margin: 0 auto;
	
	background-image: url(images/page/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	border-left: #CB0004 1px solid;
	border-right: #CB0004 1px solid;
}

body div#body {
	width: 777px;
	margin: 0 auto;
	min-height: 397px;
	display: block;
	
	border-left: #CB0004 1px solid;
	border-right: #CB0004 1px solid;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	background-color: #ffffff;
	background-image: url(images/page/page-body.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

body div#body div#body-left {
	width: 70px;
	height: 397px;
	display: block;
	
	background-image: url(images/page/page-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

body div#body div#body-right {
	width: 40px;
	height: 397px;
	display: block;
	
	background-image: url(images/page/page-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	position: absolute;
	right: 240px;
	top: 0px;
}

body div#body div#content {
	padding-left: 70px;
	padding-right: 0px;
	width: 430px;
}

/*
#####
Sidebar
#####
*/
/* menu */

body div#sidebar {
	width: 240px;
	min-height: 397px;
	display: block;
	
	background-image: url(images/page/menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	font-family: Verdana, Arial;
	float: right;	
}

body div#sidebar ul#menu {
	margin-top: 30px;
	margin-left: 40px;
	padding: 0px;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	text-transform: lowercase;
}

body div#sidebar ul#menu li {
	list-style-image: url(images/page/list.png);
	list-style-position: outside;
	
	margin-top: 5px;
}

/* events */

body div#sidebar div#datelist {
	margin-top: 50px;
	width: 215px;
}

body div#sidebar div#datelist h3 {
	font-size: 11pt;
}

body div#sidebar div#datelist h4 {
	margin-bottom: 0px;
}

body div#sidebar div#datelist p {
	margin-top: 0px;
	font-size: 8pt;
	line-height: 12pt;
}

/*
#####
general page content
#####
*/

div#content {
	font-family: Verdana;
	font-size: 8pt;
	
	padding-bottom: 20px;
	padding-top: 10px;
}

div#content img {
	padding: 3px;
	border: 1px solid #000000;
}

/*
#####
page: person
#####
*/

div#person {
	text-align: center;
}

div#person img#foto {
	width: 120px;
	height: 120px;
	
	margin: 30px;
}

div#person h4 {
	text-align: center;
}

/*
#####
page: home
#####
*/

div#home {
	text-align: center;
}

div#home img#home-pic {
	width: 300px;
}

div#home p {
	text-align: left;
}

/*
#####
page: exhibitions
#####
*/

div#exhibitions {
	font-size: 8pt;
	font-family: Verdana;
}

/*
#####
page: studio
#####
*/

div#studio div#images img {
	height: 135px;
	border: none;
	padding: 0px;
	
	margin: 3px;
}

div#studio h4 {
	margin-bottom: 0px;
}

/*
#####
page: exhibition
#####
*/

div#exhibition div.exhibitionList li p {
	margin: 0;
}