img {
	behavior: url("pngbehavior.htc");
}
.inline {
	display: inline;
}
body{
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 10px;
}
#MainTable {
	height: 545px;
	width: 743px;
	border: 0px solid #CCCCCC;
	background-color: #B0B962;
	text-align: center;
}
#MainTable #Top {
	height: 123px;
	background-color: #B0B962;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#MainTable #LeftSide {
	width: 117px;
	height: 404px;
	background-color: #B0B962;
	background-repeat: no-repeat;
}
#MainTable #Content {
	width: 607px;
	height: 404px;
	background:#FFFFFF;
	background-repeat: no-repeat;
}
#MainTable #RightSide {
	width: 19px;
	height: 404px;
	background-color: #B0B962;
	background-image: url(images/bg-right.jpg);
	background-repeat: no-repeat;
}
#MainTable #Bottom {
	height: 18px;
	background-color: #B0B962;
	background-image: url(images/bg-bottom.jpg);
	background-repeat: no-repeat;
}
#BorderGray{
	background:#CCCCCC;
	padding: 3px;
	width: 745px;
	height: 545px;
}
#BorderYellow{
	background:#f2f6a6;
	display: table;
	padding: 25px;
	width: 760px;
	vertical-align: top;
}
#PortfolioGrid {
	width: 607px;
	height: 404px;
}
#PortfolioGrid td.GridArea{

}
#PortfolioGrid td.GridArea a img{
	border: 0;
}
#PortfolioGrid td.GridArea h1{
	margin: 0px;
	padding: 0px;
	display: none;
}
#PortfolioGrid td.PreviewArea {
	text-align:right;
	vertical-align:top;
	padding-top: 9px;
	padding-right: 9px;
	width: 352px;
}
#PortfolioGrid td.LeftImageArea {
	text-align:left;
	vertical-align: top;
	height: 117px;
	width: 255px;
}
#PortfolioGrid td.LeftImageArea div {
	position: relative;
	z-index: 4;
}
#PortfolioGrid td.LeftImageArea img, #PortfolioGrid td.LeftImageArea div{
	position: absolute;
	z-index: 5;
}



#Content {
	width: 607px;
	height: 404px;
}
#Content td.ImageArea{

}
#Content td.ImageArea h1{
	margin: 0px;
	padding: 0px;
	display: none;
}
#Content td.TextArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	padding-top: 32px;
	padding-right: 15px;
	width: 352px;
	color: #8c9351;
	font-weight: normal;
	line-height: 16px;
}
#Content td.TextArea p{
	margin: 0;
	margin-bottom: 8px;
}
#Content td.TextArea strong {
	color: #586200;
}
#Content td.TextArea a {
	color: #5d622f;
	text-decoration: none;
}
#Content td.TextArea a:hover {
	color: #383d11;
}
#Content td.LeftImageArea {
	text-align:left;
	vertical-align: top;
	height: 117px;
}
#Content td.LeftImageArea div {
	position: relative;
	z-index: 4;
}
#Content td.LeftImageArea img, #Content td.LeftImageArea div{
	position: absolute;
	z-index: 5;
	top: 461px;
}




.paragraphStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8c9351;
	font-weight: bold;
	line-height: 16px;
}
.paragraphStyle strong {
	color: #586200;
}
.paragraphStyleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c9351;
	font-weight: bold;
	line-height: 16px;
}
.paragraphStyleSmall strong {
	color: #586200;
}

.ContactForm {
	padding-left: 20px;
}
.ContactForm p {
	color: #676767;
	font-size: 10px;
	font-weight:100;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.homepage h1, .homepage h2, .homepage p{
	display: none;
}