/*	Andrew Niblett Raku Potter stylesheet
	Beige colour: C3AC9C - primary background
	Dark red colour: 802329 - secondary background, headings, navbar links
*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #C3AC9C;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p,td {
	color: #000000;
	font-size: 0.9em;
	text-align: left;
}
a:link, a:visited{
	color: #802329;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {color: #FF6633;
text-decoration: underline;}

h1 {
	font-size: 2.2em;
	color: #802329;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.raku {font-size:80%;}
h2 {font-size: 1.8em;
	color: #802329;
	font-weight: normal;
	margin-top: 20px;
	text-align: left;}

h3 {font-size: 1.1em;
font-weight: bold;
text-align: left;}
.mainbody {
	font-size: 95%;
	color: #802329;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
.exhib {
	font-size: 1.2em;
	color: #802329;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;

}
.smalltext { 
	font-size: 0.8em;
	color: #802329;
	padding: 2px;
	margin: 2px;
}
.enqtext {color: #003399}
.introtext { font-size: 95%; font-weight: bold; }
.introtext2 { font-size: 95%; color: #999999; }
.sendfortext {color: #CC0033; font-size: 105%; }
.formtext { font-size: 90%;	color: #999999; }	
.infotext { font-size: 0.9em; }	
.credits {
	font-size: 70%;
	font-weight: normal;
}
.celtoppic {
/*header bar, all pictures but rightmost */
	border: 3px;
	border-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
 }
.celtoppic2 {
/*header bar, rightmost picture: right border added */
	border: 3px;
	border-color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.celbotcol1 {
	border: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.celbotcol2 {
	border: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-color: #802329;
}
.celnobotcol2 {
	border: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #802329;
	background-color: #802329;
}
/* (top, right, bottom, left) */
.celnobotcol3 {
	border: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #ffffff;
}

div#navbar {font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
/*	background-color: #CCCCCC;*/
	font-weight: bold;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px}

#navbar a:link, #navbar a:visited {
	color: #802329;;
	text-decoration: none;
	border: none;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-bottom: 2px;
	display: inline}

#navbar a:hover, #navbar a.current {text-decoration: none;
	color: #FF6633;
	border-bottom: 0px #FF6633 solid}
img {
	border: 0px;
}

