body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif, "MS sans serif";
}

img {
	border:0px;
}


a.text {
    text-decoration: underline;
}

a:link {
  color: #88443a;
}

a:visited {
  color: #88443a;
}

a:hover {
  color: #FF0000;
}	

h1 {
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.illustright {
	float:right;
	padding: 10px 0px 10px 10px;
}

.caption {
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

.contentcontainer {
	clear:both;
	display:inline-block;
	padding-bottom:1em;
}

#header {
	position:absolute;
	left:5px;
	top:5px;
	width:100%;
	height:133px;
}

#header #randompic img {
	margin-left:102px;
}

#content {
	position:absolute;
	left:107px;
	top:140px;
	padding:7px;
	max-width:680px;
}

#menu {
	position:absolute;
	left:4px;
	top:139px;
	width:102px;
	padding-bottom:300px;
	word-wrap:break-word;
	background-image: url(../img/vertfade.gif);
	background-color: #ffffff;
	background-repeat:repeat-x;
	background-position: bottom;
}


#menu ul {
	/* kill the list indents */
	padding-left:1px;
	padding-bottom:2px;
	margin:0px;
	background:transparent;
}

#menu li {
	/* kill the list indents and markers */
	margin: 2px 0px 0px 0px;
	padding:0px;
    list-style: none;
	background-color: #f0f0f4;
	vertical-align:middle;
}

#menu li.gallerysub {
	display:none;
}

#gallerypage #menu li.gallerysub {
	display:block;
}

#gallerysubpage #menu li.gallerysub {
	display:block;
}

#menu a {
	display:block;
	margin: 0px;
	padding:0px 2px 0px 4px;
	border:0px;
	text-decoration: none;
	color:#000000;
	vertical-align:middle;
	line-height:1.5em;
}

#menu a:hover {
	color:#ff0000;
}

#homepage a#hometab,
#gallerypage a#gallerytab,
#gallerysubpage a#gallerytab,
#eventspage a#eventstab,
#contactpage a#contacttab,
#linkspage a#linkstab,
#cvpage a#cvtab,
#articlespage a#articlestab
{
	background-color: #909094;
	color: #ffffff;
}

/* needed for ie 5, 5.5 and 6 which enlarge the li by about 1 line */
#homepage li#hometabli,
#gallerypage li#gallerytabli,
#gallerysubpage li#gallerytabli,
#eventspage li#eventstabli,
#contactpage li#contacttabli,
#linkspage li#linkstabli,
#cvpage li#cvtabli,
#articlespage li#articlestabli
{
	background-color: #909094;
}

#menu a.sub {
	background-color: #d0d0d4;
	color:#000000;
	text-align:right;
}

#menu li.gallerysub {
	background-color: #d0d0d4;
}

#gallerypage #menu a.sub:hover {
	color:#ff0000;
}

#gallerysubpage #menu a.sub:hover {
	color:#ff0000;
}

table.styleselect {
	width: 80%;
}
table.styleselect td {
	text-align:center;
}
table.styleselect th {
	text-align:center;
}
table.styleselect th a {
    text-decoration: none;
}
table.styleselect td a:link img {
	padding:1px;
    border:1px;
    border-color:#d0d0d0;
}
table.styleselect td a:visited img {
	padding:1px;
    border:1px;
    border-color:#d0d0d0;
}
table.styleselect td a:hover img {
	padding:0px;
    border:2px;
    border-color:#ff0000;
}

.centre {
	text-align:center;
}