@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #000;	
}

#siteContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#menuContainer {
	height: 46px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#exibitionsContainer {
	width: 878px;
	margin-left: 11px;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 45px;
	float: left;
}
#exibitionBox {
	width: 123px;
	height: 175px;
	margin-right: 28px;
	float: left;
	background-image: url(../images/exibitionBoxBackground.png);
}
#exibitionBoxLast {
	width: 123px;
	height: 175px;
	float: left;
	background-image: url(../images/exibitionBoxBackground.png);
}
.exibitionBox {
	display: block;
	width: 123px;
	height: 175px;
	margin-right: 28px;
	float: left;
	background-image: url(../images/exibitionBoxBackground.png);
}
.exibitionBoxLast {
	width: 123px;
	height: 175px;
	float: left;
	background-image: url(../images/exibitionBoxBackground.png);
}

#footerContainer {
	height: 16px;
	width: 900px;
	float: left;
	margin-top: 100px;
}
#footerTxtBox {
	height: 16px;
	width: 160px;
	float: right;
	margin-right: 15px;
}
#footerCredits {
	height: 16px;
	width: 255px;
	float: left;
	margin-left: 15px;
}
#contact
{
  display: block;
  margin-right: 20px;
  margin-top: 17px;
  width: 72px;
  height: 17px;
  background: url("../images/contactMenuButton.png") no-repeat 0 0;
  float: right;

}

#contact:hover
{ 
  background-position: 0 -17px;
}

#contact span
{
  display: none;
}
#cv
{
  display: block;
  margin-right: 15px;
  margin-top: 17px;
  width: 23px;
  height: 17px;
  background: url("../images/cvMenuButton.png") no-repeat 0 0;
  float: right;

}

#cv:hover
{ 
  background-position: 0 -17px;
}

#cv span
{
  display: none;
}
.headingFormat {
	float: left;
	margin-left: 15px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.indexThumbsFormat {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	margin-left: 4px;
	margin-top: 4px;
}
.creditsTxt{
	font-size: 11px;
	color: #666;
}
