﻿#contentwrapper.landing
{
	padding-top: 10px;
}
#home_content
{
	/*background:red;*/
	padding-bottom: 10px;
}

#galleryWrapper
{
	/*width: 312px;
	height: 312px; (100px)*/
	/*width: 462px;
	height: 462px;*/
	width: 372px;
	height: 372px;
	display: inline-block; /*background:red;*/
	/*margin: 0 279px; (100px)*/
	/*margin: 0 204px; (150px)*/
	margin: 0 249px;
	
}
#gallery
{
	margin: 0;
	padding: 0;
}
#gallery li
{
	display: inline;
	list-style-type: none;
	background: #eee;
	/*width: 100px;
	height: 100px;*/
	width: 120px;
	height: 120px;
	float: left;
	margin: 2px;
}
#gallery li a.thumb
{
	/*width: 100px;
	height: 100px;*/
	width: 120px;
	height: 120px;
	float: left;
	cursor: pointer;
}
#gallery li span { /*--Used to crop image--*/
	/*width: 100px;
	height: 100px;*/
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: block;
}
#gallery li a.thumb:hover
{
	background: #333;
}
#gallery li a {text-decoration: none; color: #777; display: block;}

#intro
{
	width: 462px;
	display: inline-block;
	text-align: center; /*background:red;*/
	display: inline-block;
	margin: 5px 204px;
	color:Gray;
	min-height: 105px;
}

#intro h1
{
	font-size: 2.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:Gray;
}
#intro p
{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*padding: 0 90px;*/
	padding: 0 35px;
	margin: 0; /*background:blue;*/
}
.clr
{
	clear: both;
	height: 0.1px;
	font-size: 0;
	line-height: 0;
}





