/* CSS Document */
html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#C1291E;
	background-image:url(background_images/page.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	height: 90%;
}

#centreContent {
	width: 990px;
	_width: 990px;
	height:auto;
	margin-top:1%;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid red;
	border-right:1px solid red;
	background-color:white;
	text-align:left;
	overflow:visible;
	display:block;
}

#header {
	background-image:url(background_images/header.jpg);
	text-align:right;
	background-repeat:no-repeat;
	color: white;
	background-color:#C1291E;
	padding-right:14px;
	border-bottom:2px solid black;
	height:112px;
}

#menu {
	float: left;
	width: 150px;
	padding-left:10px;
	margin-right:10px;
	padding-top:30px;
	height:100%;
	min-height:542px;
	_height:544px;
	display:block;
	background-color:#A62017;
}

#menu div {
	margin-bottom:10px;
}

#menu a {
	text-decoration:none;
	color: white;
	padding:3px;
	padding-left:4px;
	width:132px;
	display:block;
	margin-bottom:-8px;
}

#menu a:hover {
	color: red;
	background-color:black;
}

h1 {
	font-size:large;
	color: #C1291E;
	margin-left:auto;
}

h2 {
	margin-left:auto;
	font-size:larger;
	color: #C1291E;
}

#mainContent {
	width:820px;
/*	margin-left:160px; */
	display:block;
	float:left;
/*	position:absolute;
	top:120px; */
	height:auto;
	_height: 574px;
	min-height:562px;
	background-repeat:no-repeat;
	background-position: top right;
	padding-right:0px;
	padding-top:10px;
	overflow:visible;
	background-color:white;
}

a {
	color: #C1291E;
}

ul {
	margin-left:30px;
}

li {
	margin-left:30px;
}

#footer {
	clear:both;
	border-top:2px solid black;
	background-color:white;
}

#footer table {
	width:100%;
}

#footer table td {
	color: #666666;
	font-size:x-small;
	text-align:center;
}

.rollOver {
	display:none;
}
