/*************************************************************************/
/*          Style Sheet for the "SilsoeOdours.co.uk" Website             */
/*                       John Lowe, Autumn 2005.                         */
/* With acknowledgement to BlueRobot.com for underlying style prototype. */
/*************************************************************************/
/*               THIS VERSION FOR MAIN PAGES ON SCREEN                   */
/*            (NB: Not all defined styles currently used)                */
/*************************************************************************/
/* Quite a number of these divs force relative positioning - this is to  */
/* get around a well-known IE6 bug and should not really be necessary!   */
/*************************************************************************/

/* Lay out the body, and then the inner workspace */


body {
	padding:0px;
	margin:0px;
	background-color:#FFFFC0;
}

#workspace {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:#FFFFC0;
}

/* Lay out the banner text */

#bannertext {
	position:relative;
	text-align:center;
	background-color:none;
	color:#990000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:35px;
}

/* Lay out the general content box */

#contentbox {
	margin:0px 80px 10px 80px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFC0;
}

/* Characterise the main content text */

#contenttext {
	position:relative;
	font-size:80%;
}

/* Characterise various heading texts */

#Lhead {
	position:relative;
	font-size:120%;
	text-align:center;
	padding:10px 0px 0px 0px;
}

#Shead {
	position:relative;
	font-size:100%;
	font-weight:600;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}

/* Characterise centralised text */

#centretext {
	text-align:center;
}

/* Characterise larger centralised text */

#centretextlarge {
	font-size:110%;
	text-align:center;
}

/* Ensure that new paragraphs always clear any floated images      */
/* (also force relative positioning to get around a known IE6 bug) */

p {
	clear:both;
	position:relative;
}

/* Characterise a general left-floated image */

.img_floatleft {
	float:left;
	margin:0px 10px 6px 10px;
	padding: 2px;
}

/* Characterise a general right-floated image */

.img_floatright {
	float:right;
	margin:0px 10px 6px 10px;
	padding: 2px;
}

/* Define the colours and actions for links in general */

a {
	color:#990000;
	text-decoration:none;
	font-weight:400;
}
a:link {color:#990000;}
a:visited {color:#990000;}
a:hover {text-decoration:underline;}


/* END of Style Sheet for SCREEN DISPLAY */


