body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/chantry-fade-bg.png) repeat-x left top #231f20;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}

h1{
	font-size: 155%;
	font-weight: bold;
	color: Lime;
	margin: 0px 0px 5px 0px;
	
}
h3{
	font-size: 135%;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 5px 0px;
}

a , img, embed, object, div{
	outline: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a img {
	border: 0px;
}
.heading {
	font-size: 175%;
	color: #ccc;
	margin: 0px 0px 5px 0px;
}
.subheading {
	font-size: 135%;
	font-weight: bold;
	color: #ccc;
	margin: 0px 0px 5px 0px;
}
.articleheading {
	font-size: 120%;
	font-weight: bold;
	color: #ccc;
	margin: 0px 0px 5px 0px;
}
.imglink {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 5px #363432;
}
.imglink:hover {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 5px #555;
}
.aboutlink {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	border: solid 5px #363432;
}
.aboutlink:hover {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	border: solid 5px #555;
}
.paddown5 {
	padding-bottom: 5px;
}
.subbutton {
	border: solid 1px #333;
	background: #505d66;
	font-size: 12px;
	color: #efefef;
	outline: none;
	padding: 4px;
	font-weight: bold;
}

#accordion {
	width: 400px;
}
#accordion .accordionheader {
	font-weight: bold;
	margin-top: 5px;
}
#accordion .accordioncontent {
	width: 380px !important;
	padding: 5px 0px;
	overflow: hidden;
}
#accordion ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 940px;  
	margin: 10px auto; 
	text-align: left; 
	position: relative;
	z-index: 5;
}
#header {
	background: url(../images/chantry-header.png) no-repeat left top;
	height: 97px;
	width: 940px;
}
#central {
	position: relative;
	width: 940px;
	min-height: 518px;
	height:auto !important;
  	height:518px;
	z-index: 1;
}
	#centralbg {
		z-index: 1;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#centralnav {
		background: url(../images/chantry-nav-bg.png) repeat left top;
		z-index:30;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 940px;
	}
		#centralnav a{
			display: block;
			padding: 16px 30px;
			z-index: 10;
			white-space: nowrap;
		}
		#centralnav a:hover, #centralnav a.selected {
			text-decoration:none;
			color: #fff;
			background: #363432;
		}
		#centralnav .navitem {
			float: left;
			z-index: 50;
		}
		#centralnav .navdropitem {
			float: left;
			position: relative;
			z-index:50;
		}
			.subdropdiv {
				background: #555 repeat left top;
				position: absolute;
				left: 0px;
				top: 0px;
				margin-top: 45px;
				display: none;
				z-index:40;
			}
			.subdropdiv a {
				display: block;
				
			}
	
	#newsblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 65px;
		right: 20px;
		height: 105px;
		width: 350px;
		z-index: 20;
		text-align: right;
		padding: 10px 15px;
	}
		.blockheader {
			font-size: 12px;
		}
		.blockheader2 {
			font-size: 12px;
			 text-align: center;
			  width:100%;
		}		
		.newsblockcontent {
			margin-top: 10px;
		}
			.newsblockcontent a {
				color: #ccc;
				padding-bottom: 5px;
				font-size: 12px;
				display: block;
			}
			
			
	#aboutblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 65px;
		right: 20px;
		height: 145px;
		width: 350px;
		z-index: 20;
		text-align: right;
		padding: 10px 15px;
	}
	.aboutblockcontent {
			margin-top: 20px;
		}
		.aboutblockcontent a {
				float:left;
			}
			
			
			
	#homeblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 250px;
		left: 30px;
		height: 75px;
		width: 350px;
		z-index: 20;
		text-align: center;
		padding: 10px 15px;
	 
	}
	.homeblockcontent {
			margin-top: 20px;
		}
		.homeblockcontent a {
				float:left;
			}		
		.homeblockheader {
				
			}		
			
			
			
			
	#contactblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 350px;
		left: 540px;
		height: 45px;
		width: 350px;
		z-index: 20;
		text-align: center;
		padding: 10px 15px;
	 
	}
	.contactblockcontent {
			margin-top: 20px;
		}
		.contactblockcontent a {
				float:left;
			}		
		.contactblockheader {
				
			}							
			
			
			
			
			
			
	#logosblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 355px;
		right: 20px;
		height: 125px;
		width: 370px;
		z-index: 20;
		text-align: center;
		padding: 10px 0px;
	}
	.logosblockcontent {
			margin-top: 20px;
		}
	#portfolioblock {
		background: url(../images/chantry-body-trans-bg.png) repeat left top;
		position: absolute;
		top: 65px;
		left: 20px;
		z-index: 5;
		text-align: left;
		padding: 10px 15px;
		width: 870px;
	}
		.portfolioimage {
			float: left;
			display:inline;
			background: #363432;
			padding: 8px;
			text-align: right;
			margin: 10px 30px 0px  30px;
		}
		.portfolioimage img {
			display: block;
			margin-bottom: 3px;
		}
	#articlesblock {
		background: url(../images/chantry-body-trans-bg2.png) repeat left top;
		position: absolute;
		top: 65px;
		left: 20px;
		z-index: 5;
		text-align: left;
		padding: 10px 15px;
		width: 870px;
		height: 410px;
	}
		#articlesblockcontent {
			height: 375px;
			width: 860px;
			position: absolute;
			display: block;
			left: 15px;
			top: 35px;
			z-index: 6;
		}
		#articlesscroller {
			width: 860px;
			height: 375px;
			overflow: auto;
		}
		.article {
			border-top: solid 1px #777;
			border-bottom: solid 1px #777;
			margin-bottom: 8px;
			padding: 6px 0px;
		}
		
		.article2 {
		    	font: 12px Verdana, Arial, Helvetica, sans-serif;
			border-top: solid 1px #777;
			border-bottom: solid 1px #777;
			margin-bottom: 8px;
			padding: 6px 0px;
		}		
	
	#centralcontent {
		position: absolute;
		bottom: 0px;
		padding: 20px;
		background: url(../images/chantry-content-fade-bg.png) repeat-x 0px bottom;
		z-index: 10;
		color: #ccc;
		text-align: justify;
		font-size: 12px;
		line-height: 1.3;
	}
		.right200 {
			right: 0px;
			width: 200px;
		}
		.right250 {
			right: 0px;
			width: 250px;
		}
		.right300 {
			right: 0px;
			width: 300px;
		}
		.right350 {
			right: 0px;
			width: 350px;
		}
		.right380 {
			right: 0px;
			width: 380px;
		}
		.right420 {
			right: 0px;
			width: 420px;
		}
		.right470 {
			right: 0px;
			width: 470px;
		}
		.right520 {
			right: 0px;
			width: 520px;
		}
		.right570 {
			right: 0px;
			width: 570px;
		}
		.right620 {
			right: 0px;
			width: 620px;
		}
		.right720 {
			right: 0px;
			width: 720px;
		}
		.right770 {
			right: 0px;
			width: 770px;
		}
		.left200 {
			left: 0px;
			width: 200px;
		}
		.left250 {
			left: 0px;
			width: 250px;
		}
		.left300 {
			left: 0px;
			width: 300px;
		}
		.left350 {
			left: 0px;
			width: 350px;
		}
		.left380 {
			left: 0px;
			width: 380px;
		}
		.left420 {
			left: 0px;
			width: 420px;
		}


#footer {
	position: relative;
	color: #b2b2b2;
	margin: 20px 30px 10px 30px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
}
	#footer a {
		display: block;
		color: #999;
		padding-top: 3px;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	#footer a:hover {
		color: #b2b2b2;
		text-decoration: underline;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
	}