/* extra css to override style.css */
.pagetitle {
/*	background: #244978;*/
/*	background: #175095;*/
}

/* page */
body {
	background: url(images/kubrickbgcolor.jpg);
}

/* main table */
table.maintable {
	width: 380px;
}
table.maintable-big {
	width: 760px;
}
/* title */
tr.pagetitle {
	height: 100px;
}
td.pagetitle {
	background: #73a0c5 url(images/kubrickheader-half.png) no-repeat bottom center;
}
h2.pagetitle {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
	color: #ffffff;
}
tr.pagetitle-big {
	height: 200px;
}
td.pagetitle-big {
	background: #73a0c5 url(images/kubrickheader.jpg) no-repeat bottom center;
}
h2.pagetitle-big {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
	color: #ffffff;
}

/* body */
td.pagebody {
	padding: 10px;
	background: url(images/kubrickbgwide-halfwidth.png) repeat-y top;
}
td.pagebody-big {
	padding: 20px;
	background: url(images/kubrickbgwide.jpg) repeat-y top;
}


/* footer */
tr.pagefooter {
	height: 32px;
}
td.pagefooter {
	background: #e7e7e7 url(images/kubrickfooter-half.png) no-repeat top;
}
tr.pagefooter-big {
	height: 63px;
}
td.pagefooter-big {
	background: #e7e7e7 url(images/kubrickfooter.jpg) no-repeat top;
}

