/**********************************************************/
/* Layout CSS                                             */
/* Copyright (c) 2005 MORZINE365.com                      */
/**********************************************************/

/* 	border: 1px solid magenta;  */ 



/*---------------------------------------------------*/
/* Printer friendly style sheet                      */
/*---------------------------------------------------*/

body {
   background: white;
   font-size: 11pt;
   }


/* hide the elements we don't want */
#container_header, #header_panel, #logo_panel, #header01, #header02, #crumbtrail_panel, #lefthand_panel, .shadowed_summerpanel, .shadowed_winterpanel, .shadowed_panelcontent, #advertising_panel, #footer_homepg, #footer_contentpg  {
	display: none;
}



/* Used to hold all DIV's in the right hand column */
#righthand_panel {
	width: 407px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	position:relative;
}

#righthand_panel a {
	color:#333333;
}

/* This panel has the drop shadow associated with it for use on the summer pages */
#right_imgsummerpanel {
	position:relative;
	float:left;
	width: 407px;
	height: auto;
	padding-bottom: 3px;
	margin-bottom: 15px;
	color:#823D3C;
}

/* This panel has the drop shadow associated with it for use on the winter pages */
#right_imgwinterpanel {
	position:relative;
	float:left;
	width: 407px;
	height: auto;
	padding-bottom: 3px;
	margin-bottom: 15px;
	color:#823D3C;
}

/* This panel contains main content page image that sits with a 10px border inside the either of the shadowed panels above */
#main_img {
	position:relative;
	float:left;
	width: 382px;
	height: 156px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

/* This panel sits directly below either the .right_imgsummerpanel or the .right_imgswinterpanel and is used to hold all content copy */
#righthand_bodycopy {
	width: 406px;
	height: auto;
	padding: 0px 0px 30px 1px;
	margin: 0px;
	float: left;
	position:relative;
	clear:both;
}

#righthand_bodycopy ul {
}

#righthand_bodycopy ul li {
list-style-type:disc;
}

/*---------------------------------------------------*/
/* Page content                                      */
/*---------------------------------------------------*/

/* Used to centre the content in the browser window, this sits directly below #conatiner_header */
#container_content, #righthand_panel, #righthand_bodycopy {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}


