/* $Id: index.css,v 1.6 2004/05/26 09:01:24 tim.parry Exp $ */

body {
	/* IE hack to center the wrapper div */
	text-align: center;
	background-color: #CCC;
	background: #ccc url(../../images/bradfordmuseum/background.gif) top center repeat-y;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 80%;
	margin-top:0px;

}

/* tables don't inherit from body */
table {
	font-family: verdana,sans-serif;
	font-size: 100%;
}
/* colour classes */

.wrapperColour {
	background-image: url(../../images/bradfordmuseum/bgLeft.gif);
	background-repeat: repeat-y;
}

.contentColour {
	background: #F0EBE5;
}

#wrapper {
	/* undoes the above IE hack */
	text-align: left;
	/* the correct way to center the wrapper div */
	margin: auto;
	/* the width of the page */
	width: 764px;

	background-color: #F0EBE5;

}


#navigate {
    float: left;
	/* the width of the navigation column */
    width: 146px;
    background-color: white;
    background-image: url(../../images/bradfordmuseum/bgLeft.gif);
	background-repeat: repeat-y;
	clear: left;
}
#content {
	/* the width of the page minus the width of the navigation  column */
	/* 760 - 137 = 623 */
	width: 618px;
    float: left;
}

* html #content{
	width: 616px;
}

#footer {
	clear: both;
}

h1{
	font-size: 120%;
	text-align: center;
}

h3{
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a:link{
	color: #333;
}

a:visited{
	color: #333;
}

a:hover{
	color: white;
}

img {
	border: 0;
}

#jumpLinks{
	display: none;
}
