@charset "UTF-8";
/* CSS Document */

a {
	outline: none;
	outline-color: #FFF;
}

a:link {
	color: #7A7672;
	text-decoration: none;
}

:-moz-any-link:focus {
	outline: none;
}

#container {
	width: 580px;
	height: auto;
	background: #FFF;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#banner {
	width: 580px;
	height: 70px;
}

#inspire {
	width: 560px;
	background: #E6E6E6;
	padding: 20px 0px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#inspire_image {
	height: 100%;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#inspire_text {
	height: auto;
	width: auto;
	margin-bottom: 20px;
	margin-right: 20px;
	
}

#inspire_title{
	font-size: 16px;
	text-align: center;
	color: #333;	
}

#inspire_description{
	font-size: 12px;
	line-height: 125%;
	text-align: justify;
}

#inspire_gallery{
	width: auto;
	height: auto;
	margin-top: 0px;
}

#inspire_gallery_row1 {
	height: auto;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	
}

#inspire_gallery_item{
	float: left;
	width: 92px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#inspire_gallery_image{
	margin: 0px 0px 0px 0px;
}

#inspire_gallery_title{
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
}



body {
	font-family: "Trebuchet MS";
	color: #7A7672;
}

.space {
	line-height: 9px;
}

.subline {
	font-size: 10px;
}