/* Layout thanks to Paul O'Brien: http://www.pmob.co.uk/temp/3colfixedtest_explained.htm */

/* styles applying to overall page */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #000;
	height: 100%;
	background: url(../images/backgroundLeft.gif) repeat-y left;
}

/* styles with names preceded with 'ie' are there to fix min-width problems for Internet Explorer */
#ieWidth, #ieMinwidth, #ieLayout, #ieContainer {
	min-height: 100%;
	position: relative;
}
#ieWidth {
	min-width: 830px;
}
* html #ieMinwidth,  { /* HACK: IE (mac/win) only */
	padding-left: 830px;
}
* html #ieContainer { /* HACK: IE (mac/win) only */
	margin-left: -830px;
}
/*\*/
* html #ieWidth, * html #ieMinwidth, * html #ieLayout, * html #ieContainer { /* hide this style from IE5 Mac */
	height: 1px;
}
/**/
/* end of styles to fix min-width IE problems */

#nonFooter {
	position: relative;
	min-height: 100%;
	padding-bottom: 52px;
	background: url(../images/backgroundRightSmall.gif) repeat-y right;
}
* html #nonFooter, * html #nonFooter3col {
	height: 100%;
}
#nonFooter3col {
	position: relative;
	min-height: 100%;
	padding-bottom: 52px;
	background: url(../images/backgroundRight.gif) repeat-y right;
}
#header {
	background: #FFFFFF;
	position: relative;
	height: 98px;
	min-width: 850px;
}
#randomImage1, #randomImageAlms1, #randomImageDeben1, 
#randomImage2, #randomImageAlms2, #randomImageDeben2, 
#randomImage3, #randomImageAlms3, #randomImageDeben3, 
#randomImage5, #randomImage6 {
	width: 110px;
	height: 100%;
	background: #999999;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
#randomImage1, #randomImageAlms1, #randomImageDeben1, 
#randomImage5 {
	right: 230px;
}
#randomImage2, #randomImageAlms2, #randomImageDeben2, 
#randomImage6 {
	right: 125px;
}
#randomImage3, #randomImageAlms3, #randomImageDeben3 {
	right: 15px;
}

/* left column (holds navigation) */
#leftCol {
	position: relative;
	width: 179px;
	float: left;
	border-top: 20px solid #003B7E;
}
/* centre column */
#centrecontent {
	position: relative;
	margin-left: 183px;
	margin-right: 14px;
	border-top: 20px solid #003B7E;
}
#centrecontent3col {
	position: relative;
	margin-left: 183px;
	margin-right: 234px;
	border-top: 20px solid #003B7E;
}
#topLeftCorner {
	height: 100%;
	width: 100%;
	background: url(../images/topLeftCorner.gif) no-repeat left top;
}
#topRightCorner {
	height: 100%;
	width: 100%;
	background: url(../images/topRightCorner.gif) no-repeat right top;
}
#content {
	padding: 20px 15px;
}
/* right column (holds calls to action */
#rightCol {
	position: relative;
	width: 231px;
	float: right;
	border-top: 20px solid #003B7E;
}
#rightCol li#rightColPhoto {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 70px;
	width: 199px;
}

#footer {
	position: relative;
	margin-top: -52px;
	clear: both;
	height: 52px;
	color: #000;
	text-align: center;
	background: #CCCCCC url(../images/footerRightSmall.gif) repeat-y right top;
}
#footer #leftColBorder {
	width: 100%;
	height: 52px;
	background: url(../images/footerLeft.gif) repeat-y left top;
}
#footer #rightColBorder {
	width: 100%;
	height: 52px;
	background: url(../images/footerRight.gif) repeat-y right top;
}
