#header1 {
	background-repeat: no-repeat;
	height: 200px;
	background-image: url(images/elephant.png);
	background-position: 100% 0%;
	padding-top: 60px;
	padding-left: 180px;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	position: relative;
	top: -40px;
}
.contWrapLeft      {
	width: 590px;
	margin-bottom: 10px;
	float: left;
}
.contWrapRight {
	width: 290px;
	margin-bottom: 10px;
	float: right;
}


.bg {
	background-color: #E0E0E0;
	background: -moz-linear-gradient(center top, rgba(197,197,197,1) 0%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(197,197,197,1)),color-stop(1, rgba(236,236,236,1)));
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.bgSlashLine {
	background-image: url(images/bg-slash-white.png);
	background-repeat: repeat;
	padding: 10px;
}
 h2.contTitle    {
	float: right;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	margin: 0px;
	padding: 00px;
}
dl.products {
	clear: both;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
}

   dl.products   dt  {
	float: left;
	text-align: center;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
     dl.products     dd  {
	float: left;
	width: 370px;
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: normal;
}
dl.products:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

dl.profile {
	clear: both;
}

  dl.profile  dt  {
	font-weight: bold;
	color: #666666;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.35),
				  1px  1px 2px rgba(255, 255, 255, 1);
	font-size: 15px;
}
 dl.profile dd  {
	margin-left: 30px;
	margin-bottom: 20px;
}



.cont-desc {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-top: 3px;
	clear: both;
}
ul.news {
	overflow: hidden;
	clear: both;
}
ul.news li.date  {
	float: left;
	width: 110px;
	color: #669900;
}
ul.news li.title  {
	font-weight: bold;
	color: #669900;
	height: 19px;
	width: 460px;
	overflow: hidden;
}
ul.news li.desc  {
	max-height: 38px;
	clear: both;
	margin-left: 110px;
	overflow: hidden;
	margin-bottom: 20px;
}
.iddyprofile {
	font-size: 11px;
}
.iddyprofile .iddyprofilephoto {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #content .socialButtons {
	clear: both;
	float: none;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #content .socialButtons li {
	display: inline;
}

