/* Css version 1.4 - veronica-gibson.co.uk */
/* by Edward Turtle */

/* General */

html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url('images/back.jpg') repeat-x;
	background-color: #069;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #666666;
	text-align:center;
}

a {
	padding: 0px;
	font-weight: bold; 
	outline: none;
}

a:link {
	color: #0066CC; 
	text-decoration: none;
}

a:visited {
	color: #0066CC; 
	text-decoration: none;
}
 
a:active {
	color: #0066CC; 
	text-decoration: none; /* C06 -pink 06C -blue */
}

a:hover {
	color: #C06; 
	text-decoration: none; 
}

a img {
	border: none; 
}

form {
	display:inline; 
}

/* IDs */

#pagenumbert {
	border: 2px solid #666;
}

#pagenumbert:hover {
	border: 2px dotted #666;
}

#pagenumberb {
	border: 2px solid #666;
}

#pagenumberb:hover {
	border: 2px dotted #666;
}

#nav-bar {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #06C;
	display: table;
	padding: 6px;
	margin-left:auto;
	margin-right:auto;
	width: 480px; 
	text-align: center;
}

#nav-bar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav-bar ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#main-text {
	width: 97%;
	font-family:Verdana, sans-serif;
	font-style:normal;
        text-align:justify;
	font-size:90%;
	color: #333;
}
#main-text p:first-letter {
	font: 1.4em Georgia, Times, serif;
}

#header {
	height: 60px;
	width: 100%;
	background: url('images/back_main_t.jpg') 0px -15px repeat-x;
}

#footer {
	height: 80px;
	width: 100%;
	background: url('images/back_main_b.jpg') repeat-x;
}

  #footer a:link, #footer a:visited {
	font-weight:normal;
	color: #666;
	text-decoration: none;}
  #footer a:hover, #footer a:active, #footer a:focus {
	font-weight:normal;
	color: #000;
	text-decoration: underline;}

#exhib td {
	font: italic 1em Georgia, Times, serif;
	color: #333;
	border: 1px solid #CCC;
	width:300px;
	padding: 2px 5px;
}

/* CLASSes */

table.main {
	background: #FFC;
	border: 2px solid #3CF;
	width: 910px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}

table.main td {
	border-width: 2px;
}

.smallleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}

.normaleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:100%;
	color: #333;
}

.normajust {
	font-family:Verdana, sans-serif;
	font-style:normal;
        text-align:justify;
	font-size:90%;
	color: #333;
}

.bigleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:100%;
	color: #333;
}

.title {
	font-family:Georgia, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:150%;
	font-variant: normal;
	color:#C06;
}

.subtitle {
	font-family:Georgia, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:100%;
	font-variant: normal;
	color:#06C;
}

.border {
	border: 10px solid #FFC;
}

