body {
  margin: 10px; 
  text-align: center;
  background-color: black;
  font-family: "Garamond"; font-size: 14px; 
}

#container {
   width: 750px;
}

#collageholder {
   margin: 8px;
   text-align: left;
   width: 380px;
}

#addressholder {
  margin: 1px;
  padding: 0px;
  font-size: 16px; 
  font-weight: bold;
  color: white; 
  text-align: left;
  width: 800px;
}

#hmenuholder {
  font-size: 14px;
  font-weight: bold;
  color: white; 
  padding-bottom: 5px;
  float: right;
}

#vmenuholder {
  width: 182px;
  height: 100%;
  background-image: url(/images/palette.jpg);
  background-repeat: no-repeat;
}

#contentholder {
  margin-left: 10px;
  padding: 15px;
  background: beige;
  text-align: left;
  height: 100%;
  width: 100%;
}

.imgwithborder{
  border: 1px black solid;
  margin-left: 5px;
}

#footerholder {
  color: white;
}

#footerholder a:link {color: white; }
#footerholder a:visited { color: white; }
#footerholder a:hover { color: red; }

h1 { 
  font-size: 28px; font-weight: bold; 
  font-style: italic; color:darkred;}

#scriptfont {
  font-size: 32px; font-weight: bold; 
  font-family: "Vivaldi";
  color: black;
}

h2 { font-size: 20px; font-weight: bold; }

.shadow 
{ 
  FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: white;
  position: relative; left: 1px; top: 1px; 
}

a.sidetext
{
  font-weight: bold;
  FONT-SIZE: 16px; COLOR: black; text-decoration:none;
  position: absolute; left: -2px; top: -2px;
}

a.sidetext:link    { color: black }
a.sidetext:visited { color: black }
a.sidetext:hover   { color: red }

.footer
{
  FONT-SIZE: 14px; 
  font-weight: bold;
  text-decoration: none;
}

.menulist {
  font-size: 16px; 
  font-weight: bold;
  color: white;
  background: black;
  margin: 0 0px;
  text-align: center;
}

.menulist li { 
  background: black; 
  font-weight:bold; 
  width: 115px;
  text-align: center;
}
.menulist a { color: white; }
.menulist a:hover { color: red; background-color:black; }
.menulist a.highlighted:hover { color: red; background-color:black; }
.menulist a:focus { background-color:black; }
.menulist a:visited { background-color: black; }

.tmenu { 
  margin:0 8px;
  font-size: 14px;
  text-decoration: none;
}

#newsletterbanner {
	font-family: Garamond;
	font-size: 42px;
	font-weight:bold;
	color: black;
}
#newsletterwhitetext {
	font-family: Garamond;
	font-size: 14px;
	font-weight:bold;
	color: white;
}
.newsletterborderedcell {
	border-width: 2px;
      border-style: solid;
	border-color: darkgray;
}