/* CSS Document */
	
* { margin:0; padding:0; 	}
/* Define the minimum window slide size, edges and colour of the screen and the fonts to be used*/
body { min-width: 1200px;	margin:0px 12px 0px 0px;	padding:0px 12px 0px 0px;	background-color:#cff;
		font-family: "Times New Roman", Times, serif;					}
h1	{ font-size:16pt;	color:#003; font-weight:normal;	text-align:center;  text-transform:uppercase; margin:10px 0 0 0; padding:0px 0 0 0 ;  	}
h2	{ font-size:12pt;	color:#069; font-weight:normal;	text-align:center;  padding:10px 10px 10px 10px;	}
h3	{ font-size:12pt;	color:#069; font-weight:normal;	line-height:1.4em;	text-align:justify;			}
h4	{ font-size:12pt;	color:#069; font-weight:bold; 	line-height:1.0em;							}
h5	{ font-size:12pt;	color:#069; font-weight:normal;	text-align:justify; line-height:1.4em;	margin-left:10%;	margin-right:10%;			}
h6	{ font-size:12pt;	color:#069; font-weight:bold;		text-align:center;							}
p	{ font-size:10pt;	color:#900; font-weight:normal;											}
img	{ border:0;		margin:10px 10px 0 10px;		}							/* remove the default border from images */
span	{ display:inline;							}
/*******	End of Globals				******/

/*******	Start of Containers			******/
/* Define the screen-palette as an area of 100% by 100% then bring in the top, right and left  margins by 12px then add a 67px (by 20px) wide blue bar down left screen side */
#aldeburgh	{ height:100%; 	width:99.9%;	/* keep the width in  bounds */	margin:12px 12px 0px 12px;		}
/* Define the top banner area's height and colour - this area doesn't change page to page*/
#bed 		{ background-color:##cff; 	height:50px;						}
/* Define the main textural area and ensure the text doesn't crash into the right margin */
#breakfast	{ width:100%;					}
/* Define the left column textural area, 67px wide */
#left 		{ float:left;		width:67px;		}
/* Define the right column textural area, white and 67px wide */
#right 		{ float:right;		width:69px;	background-color: #cfF; 		}
/* Define the center's  textural area, 70px from right window and 68px from the left window edge */
#center 		{ margin:0px 70px 0px 68px;	padding:0px 50px 0px 50px;	background-color:#fcf; 				}
#footer 		{ clear:both;	height:50px;	background:#fcf; 					}
/*******	End of Containers 			******/
	
/******* Start of Decortion 			******/
/* insert a size specific box into the center area generally floated left */
.titleline	{ float:left;	width:100%;	height:80px;	background-color:#fcf;	margin:0px 0 0 0;		padding:10px 0 0 0;	}
.box100		{ float:left; 	width:98%;								}
.box32		{ float: left;	width:32.8%;	margin:0px 0px 0px 0px;	padding:10px 0px 0px 0px;				}
.box32r		{ float:right;	width:32.8%;	margin:0px 0px 0px 0px;	padding:10px 0px 0px 0px;	clear:right;	}
.base		{ margin:8px 0px 12px 12px;	padding: 0px;						}
/* define the main text area */ 		
.bodytext		{ background-color:#cff;		margin:5px 0px 0px 0px;		padding: 5px 10px 22px 7px;			}
/*******	End of Containers			******/
/*******	Start of Decoration	******/
.bodytext  a:hover 	{ background:#cff;	color:#Fff;		font-weight:bold;	}
.bodytext  a.active, .bodytext a.active:hover 	
				{ color:#fff;	background:#cff;	font-weight:bold;		}
.bodytext  a span 	{ display:block;	font-weight:bold;						}
.clear		{ clear:left;						}
.clearb		{ clear:both;						}
.clearr		{ clear:right;						}
.centered		{ text-align: center;				}
/*******	End of Decoration			******/

	