/* appliedimages 2008						*/
/* EastonnNeston.org.uk - base style		*/

/*  redefine standard elements                                          */

body {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 1em;
	color: #666;
	line-height: 1.6em;
	margin: 20px 0;
	padding: 0;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	color: #333;
	line-height: 1em;
	font-family: Palatino Linotype, Palatino, serif;
	font-weight: normal;
	clear: left;
}

.link { color: #c90; text-decoration:none;}
.small {
	color: #666;
	font-size: 0.8em;
	line-height: 1em;
	font-family: Palatino Linotype, Palatino, serif;
	font-weight: normal;
}

.newshead {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Palatino Linotype, Palatino, serif;
	font-weight: normal;
}

.headline {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Palatino Linotype, Palatino, serif;
	font-weight: normal;
}

/*	main content elements	*/

/*	'head_container' is fixed width centred horizontally in the 'container'	*/

#head_container {
	width:800px; height:64px;
	margin:0 auto;
}

/*	'body_container' is fixed width centred horizontally in the 'container'	*/

#body_container {
	width:800px; height:auto;
	margin:10px auto;
}

/*  content parts                                                       */
/*  general stuff                                                       */

.column { float:left; position:relative; margin-left: 10px; margin-right: 20px; padding-top:0px; padding-bottom:10px; }

/*  3 column - 1 wide left, 2 narrow right                              */
/*  c32r                                                                */

#content_left { width:170px; height:auto; border-top:none }
#content_main { width:380px; height:auto; border-top:none }
#content_rght { width:180px; height:auto; border-top:none }

/* toc - table of contents - i.e. the top level menu					*/

#toc { width:170px; height:auto; text-align:right; }
#toc a { font-size: 1em; color: #999; text-decoration:none; }
#toc a:hover { font-size: 1em; color: #c60; text-decoration:none; cursor: hand; }
#toc a.current_mnu { font-size: 1em; color: #9c0; text-decoration:none; cursor: default; }

ul.toc, .toc ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
	line-height:1.6em;
}

/*	'foot_container' is fixed width centred horizontally in the 'container'	*/

#foot_container {
	width:800px; height:32px;
	margin:0 auto;
}

#footer {
	position:relative;
	width:400px;
	height:32px;
	left:200px;
	text-align: right;
}

/*	'logo' contains logo images, sits fixed location from left side of containing box	*/

#logo { 	
	position:relative;
	left:200px;
	width:420px; height:70px;
	margin-left: 10px;
	background-image:url(..img/history.png); 
	background-repeat: no-repeat; 
}
