body {
	background: #666;
	color: #fff;
	padding: 0;
	font-size: 100%;
	/* font size = 16px */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 20px 0;
}

.inner-page {
	background: #666;
}

#wrapper {
	font-size: 0.80em;
	margin: 0px auto;
	width: 570px;
	/*background: red;*/
	border: 2px solid red;
/*border-bottom: 2px solid blue;*/
}

.inner-page #wrapper {
	border-color: #fff;
}

#more {
	position: absolute;
	top: 490px;
	margin-left: 590px;
}

#more a {
	color: #fd6a6b;
	text-decoration: none;
}

#more a:hover {
	color: #f52523;
	/*border-bottom: 1px solid;*/
	background-color: #c7c7c7;
}

#footer {
	font-size: 0.6em;
	margin: 0px auto;
	width: 570px;
	text-align: center;
	margin-top: 5px;
}

.row {
	width: 566px;
	float: left;
	clear: both;
	border: 2px solid red;
}

.text {
	text-align: center;
	width: 100%;
	padding-top: 83px;
	font-weight: bold;
	/*height: 100%;*/
}

.inner {
	height: 100%;
}

.block-region {
	float: left;
	width: 186px;
	height: 186px;
	border: 2px solid red;
	border-bottom: none;
	border-top: none;
	padding: 0;
	margin: 0;
	background-color: #000;
	position: relative;
}

.block-region p {
	padding: 0;
	margin: 0;
}

#top-left {
	border-left: none;
}

	#top-left .inner {
		/*border: 1px solid blue;*/
		border: none;
	}

#top-center {
}

	#top-center .inner {
		/*background: no-repeat url(images/foud.png) 0 -100px;*/
	}

#top-right {
	border-right: none;
}

	#top-right .inner {
		/*background: no-repeat url(images/people.png) 0 -100px;*/
	}

#center-left {
	float: left;
	border-left: none;
}

	#center-left .inner {
		background: no-repeat url(images/our-story.png) 0 0;
	}

#center-center {	
}

#center-center .inner {
	background: #000 no-repeat url(images/fou.png) 12px 12px;
}

#center-right {
	float: right;
	border-right: none;
}

	#center-right .inner {
		background: no-repeat url(images/people.png) 0 0;
	}

#bottom-left {
	border-left: none;
}

#bottom-center {
}

	#bottom-center .inner {
		/*background: no-repeat url(images/contact.png) 0 -100px;*/
	}

#bottom-right {
	border-right: none;
}

.clearer {
	clear: both;
}

h1.title {
	display: block;
	margin: 0;
	padding: 5px 0 2px 5px;
	font-size: 1.2em;
	font-weight: bold;
	background: #000;
	color: #fff;
	height: 17px;
/*border: 1px solid blue;*/
}

h1.title a {
	display: block;
	/*width: 100%;*/
	text-decoration: none;
	color: #fff;
}

h1.title a:hover {
	color: #d04e4b;
}

.bottom h1.title {
	position: relative;
	bottom: 0;
	/*margin-top: -24px;*/
}

.text img {
	border: none;
}

h1.feed-link {
	background: #000 no-repeat url(images/feed-icon-14x14.png) 169px 6px;
}

h1.plus-link {
	background: #000 no-repeat url(images/plus.png) 169px 6px;
}

.text p{
	padding: 3px 5px 0;
	text-shadow: #000 1px 1px 2px;
}

.text.bottom {
	height: 35px;
	margin-top: 127px;
	background-color: rgba(0,0,0,0.6);
}