
/* general settings */
body {
	margin: 10px;
	background: #202020;
	color: #990066;
	font-size: 1.0em;
	font-family: Times New Roman;
} 

h1 {
	font-size: 2.6em;
	font-variant: small-caps;
	margin: 0px;
}

h2 {
	font-size: 1.4em; 
	margin: 0px;
}

th {
	font-size: 175%;
	font-family: ;
}

td {
	font-size: 150%;
	font-family: ;
}

/* settings for index page */
#title {
    border: ;
    width: 770px;
	height: 90px;
    position: absolute;
    margin: 0px;
}

/* used by currentartwork.htm & whoweare.htm to position */
#content {
	position: absolute;
	width: 580px;
	margin-left: 190px;
	margin-top: 90px;
	border: ;
	text-align: justify;
}

#content ul {
	list-style: none;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 0;
}

#content li {
	font-size: 100%;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color:  #990066;
	background: transparent;
}

#content a:hover {
	color: #FFFF00;
}

/* Positions the map on the contactdetails page */
#googlemap {
	position: relative;
	width: 550px;
}

/* configures the navigation menu on all but the index  page */
#nav {
	position: absolute;
	width: 190px;
	margin-top: 90px;
	padding-top: 10px;
	border: ;
}

#nav ul {
	list-style: none;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 0;
}

#nav li {
	border-bottom: 1px solid #FFFF00;
	margin-bottom: 7px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: 990066;
	background: transparent;
}

#nav a:hover {
	color: #FFFF00;
}
	
/* configures the table on the opening hours  page */
#openinghours {
	position: relative;
	width: 400px;
}

#openinghours td {			
	border-bottom:1px solid #FFFF00;
	background: #202020;
	font-size: 1.0em;
}	
		
#mailinglist td {
	position: relative;
	font-size: 1.0em;
}
