/*###### BODY #####*/

body.HomePage {
	background-position: 0 0, right top;
}

body.HomePage #wrapper2 {
	padding-left: 265px;
	position: relative;

}

/*###### =about #####*/

/*body.HomePage div#about {
	padding-top:  70px;
	width:  220px;
}*/

body.HomePage div#aboutContainer {
	border-bottom: 1px solid #777;
	/*background: #727b61;*/
	width:  180px;
	font-size: 1.1em;
	margin: 0 17px 16px 5px;
	padding: 0;
	padding-bottom: 16px
}

body.HomePage div#about img {
	display:  block;
	border:  solid 2px #ddd;
	/*margin: 0 -2px 20px 22px ;*/
	/*margin-bottom: 16px;*/	
}

#about h2 {
	/*background: #727b61;*/
	color: #c7cfc7;
	line-height: 1.1em;
	font-weight: bold;
	/*background: url(../images/bg-about-h2.png) no-repeat right center #87996b;*/
	background: #87996b;
	border-bottom: 1px solid #747e62;
	border-top: solid 1px #777;
	padding:  2px;
/*	padding-left: 8px;*/
	font-size:1.3em;
	margin-bottom: 30px;	
	position:  relative;
	width: 160px;
	/*left:  -6px;*/
}


body.HomePage div#about p {
	margin: 0 2px 16px 2px;
	color: #ddc; /*#829266*/
}

body.HomePage div#about a {
	color:  white;
}

body.HomePage div#about a {
	text-decoration:  none;
	background-color: #87996b;
}


body.HomePage div#about a.contact {
	/*position:  relative;
	left:  -6px;*/
	display:  block;
	text-decoration: none;
	color:  #ddeecc;
	margin: 24px 0 32px 0;
	border-bottom: 1px solid #747e62;
	border-top: 1px solid #747e62;
	padding: 6px 0 6px 30px;
	background: url('../images/mail.png') no-repeat 2px center ;
}

body.HomePage div#about a:hover.contact {
	background-color: #87996b;
	color:  white;
}
 
body.HomePage div#about #aboutTab {
	background-image: url(../images/about-tab.png);
}




