<!-- /* Brislington Community Archaeology Project css 3 col */ -->



	body {
		margin:0;
		padding:0;
		border:0;			
		width:100%;
		background:#FDF0DF;
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		color:#221001;
		min-width:600px;		
		font-size:100%;
	}
	a {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
		color:#353537;
	}
	a:hover {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
		color:#250B19;
		background:#fff;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#250B19;
	}
	p {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		color:#34014C;
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}


	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color:#A27759;
background: url(pix/bgdk.jpg) repeat;	
	}
	#header {
		border-bottom:1px solid #A27759;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#D3BCAF;
		color:#3D142B;
		text-decoration:none;
		position:static;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#3D142B;
		color:#D3BCAf;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#D3BCAF;
		background:#3D142B;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	
	/* column container */
	.colmask {
		position:relative;	
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;		
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	
		overflow:hidden;
	}


	/* 3 Column settings */
	.threecol {
		background:#CCF7FC;
background: url(pix/bg.jpg) repeat;		
	}

	.threecol .colmid {
		right:30%;			
		background:#FDF0DF;
	}

	.threecol .colleft {
		right:50%;			
		background:#CCF7FC;
background: url(pix/bg.jpg) repeat;
	}

	.threecol .col1 {
		width:46%;			
		left:102%;		
	}

	.threecol .col2 {
		width:16%;			
		left:36%;			
	}


	.threecol .col3 {
		width:26%;			
		left:90%;			
	}


#box
{
align:center;
background-color:#FCEBCC;
width:80%;
height:200px;
overflow: auto
}




#box2
{
align:center;
background-color:#FCEBCC;
width:80%;
height:200px;
overflow: auto
}



	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #904B3F;
		background-color:#904B3F;		
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	



