/* CSS Document */
*{
	margin:0;
}
img a:link{
 border:0
}
html,body {
	margin: 0px;
	padding: 0px;
	background-color: #DFE0E3;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
}
	
#wrapper {
	padding: 0px;
	margin:0 auto;
	width:800px;
	height: 625px;
}
#header {
	margin:0px;
	padding:0px;
	height: 88px;
	background-image: url(../../Images/header.jpg);
	width: 800px;
	background-repeat: no-repeat;
}
#mainmenu{
	width: 800px;
	height: 36px;
	text-align:left;
}
#primaryImage{
	width: 800px;
	height: 331px;
	border: 0px solid #4d4d49;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;

}
#footer{
	text-align:left;
	font-size:10.5px;
	padding:15px;
	background-image: url(../../Images/bkground_gradient.jpg);
	height: 84px;
}


.blockA {
	display:block;
	width:95px;
	height:77px;
}
a.blockD {
	display: block; 
	width: 778px;
	height: 216px;
}

.headline{
	color: #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin:10px 12px 5px 12px;
	text-align:left;
}
.headline a:link, a:visited, a:hover{
	color: #000000;
	text-decoration:none;
}

#replacement-1 {
  width: 23px;
  height: 22px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  background: transparent url(../images/bt_submit.gif);
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

	
