@charset "utf-8";
/* CSS Document - print style sheet*/

/************************** MAIN WRAPPER **************************/
#main_wrapper {
	width: 100%;
	margin: 0;
	float: none;
	background-color: #FFFFFF;
	overflow:visible;

}

/************************** MASTHEAD **************************/
#masthead {
	display:none;
}





IFRAME.custom, IFRAME, iframe, #iFrameContent
{
width:    100%;
height:    100%;
	overflow:visible;
}



/************************** LEFT COLUMN: Navigation, Other modules **************************/
#left_col {
	display:none;
}

/************************** CONTENT **************************/
#content {
	width: 97%;
	margin: 0; 
	float: none;
}

/************************** BreadCrumbTrail **************************/
#breadcrumbtrail {
	display:none;
}

/************************** ENQUIRY FORM (FEEDBACK), REGISTRATION FORM, LOGINFORM **************************/
#content .enquiryform, #content #registrationform, #content .photossearchform, #left_content #loginform, #content #resetpasswordform, #left_content #pollform, #left_content .pollresult{
	color: #223E6E;
	border: 1px solid #223E6E;
}


/************************** TEMPLATE 2 : PAGE WITH 2 COLUMNS IN THE MAIN CONTENT **************************/
#content #main_content_left {
	float: left;
	width: 65%;
}

#content #main_content_right {
	float: left;
	width: 31%;
}

/************************** FOOTER **************************/
#footer {
	background-color: #FFFFFF;
	height:auto;
	padding-top: 0px;
	margin-bottom:0px;
	background-image:none;
}

#footer p {
	color: #000000;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #000000;
}

#footer .right {
	display:none;
}

#content .bluebox_content {
	border: 2px solid #F0F3F8;
	background-color:#FFFFFF;
}




