body {
	margin: 0;
	background-color: #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

#container {
  width: 100%;
  height: 100%;
  padding-left:10;
  
}

#navigation {
  width: 100%;
  padding-left:10;
  padding-bottom:10;
}

#VMC_image {
  width: 100%;
  padding-left:10;
  padding-top: 30;
}


.VMC_link {
	float:right;
	margin-right:35px;
}

.image_gallery_link {
	float:left;
	clear: right;
	margin-left:5px;
}

.close_window_link {
	float:right;
	margin-right:35px;
}

/*
These styles define the links in this particular landmark. They redefine the anchor tag.

*/
a:link 
{
text-decoration:underline;
color:#D4D403;

}
a:visited 
{
text-decoration:underline;
color:#D4D403;

}
a:hover 
{
text-decoration:underline;
color:#000000;

}

