* {
	margin: 0;
	padding: 0;
}

body {
	background: #bec6d2 url(/assets/images/bg.jpg) top center no-repeat;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#page {
	width: 812px;
	margin: 0 auto;
	padding: 0 26px;
	background: url(/assets/images/pageBg.png);
}

#header {	
	background: url(/assets/images/headerBg.png);
	width: 800px;
	height: 75px;
	position: relative;
	left: 6px;
}

#logo {	
	float: left;
	width: 165px;
	height: 75px;
}

#icons {	
	float: left;
	width: 176px;
	height: 45px;
	position: relative;
	top: 30px;
	left: 245px;
}

#registration {	
	float: left;
	width: 203px;
	height: 59px;
	background: url(/assets/images/headerPanel.png);
	position: relative;
	top: 16px;
	left: 255px;
	background-repeat: no-repeat;
}

#menu {
	background: url(/assets/images/navBg.png);
	/*height: 26px;*/
	width: 800px;
	margin: 5px 0;
	position: relative;
	left: 6px;
	min-height: 26px;
	background-repeat: no-repeat;
	background-color:#003175;
}

#searchBox {
	position: absolute;
	top: 2px;
	/*left: 600px;*/
	left: 675px;
}

#searchButton {
	position: absolute;
	top: 0;
	right: 0;
}

#visual {
	width: 800px;
	position: relative;
	left: 6px;
}

#overlay {
	position: absolute;
	height: 211px;
	width: 400px;
	background: url(/assets/images/overlay.png);
	top: 0;
	left: 20px;
	padding: 20px;
	overflow: hidden;
	/* to reduce space at top */
	/*padding-top:10px; 
	height:221px;*/
	/* to control scroll allowing text to be viewed with max zoom */
	overflow: auto;
	/*height: 229px;
	padding-bottom:12px;*/
	/* reduce width */
	width: 315px;
}

#panels {
	padding-top: 10px;
}

.panel, .panelEnd {
	width: 271px;
	float: left;
	height: 110px;
}

.panelEnd {
	width: 270px;
}

.panelBody {
	width: 151px;
	height: 59px;
	padding: 10px 105px 10px 15px;
}

#largePanels {
	height: 151px;
}

#largePanel1 {
	width: 255px;
	height: 106px;
	background: url(/assets/images/largePanel1.png);
	float: left;
	padding: 30px 20px 10px 130px;
	overflow:hidden;
}

#largePanel2 {
	width: 245px;
	height: 116px;
	background: url(/assets/images/largePanel2.png);
	float: left;
	padding: 20px 20px 10px 140px;
}

#content {
	width: 800px;
	position: relative;
	left: 6px;
	padding: 10px 0 20px 0;
}

#colLeft, #colRight {
	width: 164px;
	float: left;
}

#colCentre {
	width: 412px;
	float: left;
	background: url(/assets/images/colCentreBg.png) top center no-repeat;
	padding: 0 30px;
	position:relative;
}

.colPanel {
	background: url(/assets/images/colPanelBody.png);
	width: 144px;
	padding: 10px;
}

.colPanelEnd {
	background: url(/assets/images/colPanelEnd.png) top no-repeat;
	width: 164px;
	height: 14px;
}

#breadcrumb {
	padding: 10px 0;
	font-size: 1.1em;
	width: 430px;
	min-height: 20px;
	overflow: hidden;
}

#footer {
	border-top: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	width: 800px;
	position: relative;
	left: 6px;
}

#end {
	width: 864px;
	height: 20px;
	margin: 0 auto;
	background: url(/assets/images/end.png);
}
#printfooter {
	display:none;
}
