.article {
	clear: both;
	margin-bottom: 10px;
}
.article h2 {
	background-color: #B5AD96;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.articlecontent {

}
.articlecontent p {
	color: #333333;
	font-size: 12px;
}
.articlecontent a {
}
.articlecontent-list {
	text-align: center;
	clear: both;
}
.articlecontent-list-letter {
	clear: both;
	width: 468px;
}
.articlecontent-list-letter a {
	text-align: center;
	display: block;
	float: left;
	width: 18px;
}
.articlecontent-items {
	text-align: center;
	width: 600px;
}
.articlecontent-items a{
	width: 20%;
	text-align: left;
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 5px;
}
.articlecontent-items a:hover{
	text-decoration: underline;
	
}
.articlecontent-gcitems {
	text-align: center;
}
.articlecontent-gcitems-gmap {
	height: 200px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.articlecontent-gcitems p{
	margin-bottom: 10px;
	margin-top: 5px;
}
.articlecontent-gcitems a{
}
.searchform {
	text-align: center;
}
.searchform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.searchform-input {
	width: 200px;
	margin-right: 7px;
}

.searchform-sumbit {
	background-color: #B5AD96;
	border: 1px solid #532F04;
}
