html { 
	min-width: 895px;
	height: 100%;
	margin: 1px;
}

body {
    min-width: 895px;
    background-image: url("../images/background.png");
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-color: #CCF;
}

.heading1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #609;
	background-color: #FFF;
	line-height: normal;
}

.heading2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #222;
	background-color: #FFF;
	line-height: normal;
}

.body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #333;
	top: inherit;
	vertical-align: top;
	width: auto;
	line-height: 18px;
	text-align: justify
}

.link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #609;
	top: inherit;
	vertical-align: top;
	width: auto;
	line-height: 18px;
	text-align: justify
}

a.link:link, a.link:visited {
 	color: #609;
 	text-decoration: none;
}

a.link:hover {
 	text-decoration: underline;
}

.smallprint {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #333;
	top: inherit;
	vertical-align: top;
	width: auto;
	line-height: 18px;
}

.menu {
	width: 230px;
	height: 30px;
  	border-style: none;
}

.container {
  	width: 176px;
  	height: 176px;
  	float: left;
}

.galleryimage {
  	border: 2px solid #DDD;
  	float: left;
}

.galleryimage img {
  	margin: 9px;
  	border-style: none;
}
