body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #33333;
	background-image: url( "../images/background.jpg" );
	background-repeat: no-repeat;
}

#profile_submenu, #services_submenu {
  width: 148px;
	height: 169px;
  position: absolute;
	text-align: right;
  top: 110px;
  left: 5px;
  visibility: hidden;
  z-index: 100;
}

#navigation {
  width: 113px;
  height: 169px;
}

#leftcolumn {
  width: 282px;
}

#testimonials {
  text-align: left;
  padding: 0 0 30px 0;
  color: white;
  width: 282px;
}

#curve {
  width: 51px;
  height: 605px;
}

#logo {
  padding: 20px 0 0 20px;
}

#tagline {
  padding: 30px 0 20px 70px;
}

#bodytext, #news {
  margin: 0 0 0 30px;
  line-height: 2em;
  width: 440px;
  font-size: 12px;
}

dl {
  margin: 0 0 0 30px;
}

h2.testimonials {
  letter-spacing: .5em;
  font-variant: small-caps;
  margin: 80px 5px 20px 5px;
  text-align: center;
  font-size: 16px;
}

h4 {
  font-size: 12px;
	font-weight: bold;
	color: #33333;
}

h4.news {
  margin: 10px 10px 10px 10px;
  font-size: 12px;
	color: #33333;
	font-weight: bold;
}

p.testimonial {
  color: white;
  line-height: 1.5em;
  margin: 0 20px 0 20px;
  font-style: italic;
	font-size: 11px;
}

.testimonial-author {
  margin: 10px 0 0 30px;
  color: white;
  font-style: italic;
  font-size: 10px;
}

a:link {
  color: #373b6a; /* blue */
	text-decoration: underline;
}

a:hover {
  color: #698F7A; /* green */
	text-decoration: underline;
}

a:visited {
  color: #698F7A; /* green */
  text-decoration: underline;
}

a:link.plain, a:visited.plain {
  text-decoration: none;
}

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

#news a:link, #news a:visited {
  color: 	#373b6a; /* blue */ /* #9B9DB5; light blue */
	text-decoration: none;
	font-style: italic;
}

#news a:hover {
  text-decoration: underline;
}

#news a:visited {
  color: #698F7A;
	text-decoration: none;
}


/* Liquid column display */
.outer { width: auto; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; }
.leftnav { float: left; position: absolute; top: 104px; left: 0; visibility: hidden; z-index: 13; }
.rightnav { float: left; position: relative; z-index: 16; }

.wide { width: 100%; position: relative; z-index: 17; }

.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.right p { padding-left: 10px; }
.center { margin: 0 -8px 0 -2px; }
