html,body,img,h1,h2,h3,h4,form,table,td,tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

p {
	padding:10px;
	padding-left:0px;
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
}

hr {
	border: 0;
	color: #dadada;
	background-color: #dadada;
	height: 1px;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	font: normal 11px Arial, Tahoma, Verdana;
	background-color: #fff;
}

#mainWrapper {
	text-align: center;
	width: 950px;
	min-height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

* html #mainWrapper {
height: 100%;
}

#mainWrapper #headWrapper {
	height: 121px;
	background-color:#E6E6E6;	
}


#mainWrapper #bodyWrap {
	text-align: left;
	padding-bottom: 60px;
}

#footer {
	width: 950px;
	height: 46px;
	clear: both;
	margin-top: -65px;
	position: relative;
	color: #000;
	background-color: #fff;
}


/* Custom css */

#headerData {
	text-align:left;
}

#dynamicBlock {
	width:700px;
	height:125px;
	float:left;
	background-color:#f0f0f0;
	overflow:hidden;
}

#dynamicContentLeft {
	float:left;
	width:20px;
	height:125px;
}

#dynamicContentLeft div {
	margin:57px 0px 0px 0px;
	cursor:pointer;
}

#dynamicContentRight {
	float:left;
	width:59px;
	height:125px;
}

#dynamicContentRight div {
	margin:57px 0px 0px 10px;
	cursor:pointer;
}

#dynamicImage {
	float:right;
	margin-top: 47px;
}

#dynamicContent {
	float:left;
	width: 500px;
	height:100%;
	margin:0px 0px 0px 0px;
}

#dynamicContent div { 
	width: 500px; 
	height: 110px; 
	color: #333; 
	text-align: left; 
	font-size:12px;
	overflow: hidden;
}
#bannerBlock {
	width:239px;
	height:125px;
	float:left;
	background-color:#000;
}



