@charset "UTF-8";
body  {
	font-size: 90%;
	font-family: serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #DFE6DB;}
img	{
	border-style: none;
}

#container { 
	width: 880px;
	height: 1135px;
	background: url('images/vh_website_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 112px 0 0 0;
} 
#navigation { 
    border: none; 
	margin: 0px 0 0 233px;
	width: 434px;
	height: 83px;
	float: left;
}  
#gallery {
	margin: 0px 0 0 233px;
	float: left;
	width: 190px;
	height: 185px;
	background: #FFFFFF;
}
#mainContent { 
	/* margin: 0px 0 0 205px; */
	height: 185px;
	width: 244px;
	float: left;
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	font-family: serif;
} 
#footer { 
	float: left; 
	width: 180px; 
	height: 36px;
	margin: 695px 0 0 233px;
	padding: 10px 0 0 300px;
	background: #B2C1A5;
	font-size: 90%; 
	font-family: serif;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
		a:link {color: #e5e5e5}
		a:visited {color: #e5e5e5}
		a:hover {color: #ea1c1c}
		a:active {color: #e5e5e5}
		a {text-decoration:none}
		a img {
		border-color: #FFFFFF;
		border: 0px;
}