body {
	margin-top: 20px;
	padding: 0;
	background-color: #C797B0;	
}

#wrapper {
width: 900px;
height: 561px;
margin-right: auto;
margin-left: auto;
background-image: url(images/DIL_home_2a.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#nav {
	float: left;
	width: 400px;
	height: 470px;
	margin-top: 100px;
	margin-left: 60px;
}
#nav ul {
	list-style: none;
	margin-left: .5em;
	padding: 0px 0px;
}
#nav li {
	font-size: 25px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	padding: 15px 10px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #7E1C2A;
	background-color: transparent;
}
#nav a:hover {
	color: #fff;
}

A.type1:link    {color:#7E1C2A; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#7E1C2A; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#7E1C2A; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#fff; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

#clear {
clear: both;
}
#footer {
  background: #60899F;
  height: 35px;
  width: 881px;
  padding:10px 0px 0px 0px;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #7A2330;
}
