body {
  background:url(images/webdesign/gray1.gif);
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
  background-color: #fff;
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}
#container #header {
	width:800px;
	height:124px;
	background-color: #ffffff;
}
#testimonials {
	margin-top:25px;
	margin-bottom:25px;
}
#linkarea {
	width:800px;
	margin: 40px auto 0 auto; /* (top, right, bottom, left) */
	font-size: 11px;
	line-height:18px;
	color: #D4ACDF;
	text-align:center;
}
#linkarea a:link {
	color: #ffffff;
	text-decoration: none;
}
#linkarea a:visited {
	text-decoration: none;
	color: #ffffff;
}
#linkarea a:hover {
	text-decoration: underline;
	color: #99C6E5;
	background-color: transparent;
}
#linkarea a:active {
	text-decoration: none;
}
#vweb a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#vweb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#vweb a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}
#vweb a:active {
	text-decoration: none;
}

/* 2 column layout */
#container #content-wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background: #F5E19A url(images/webdesign/gold_gradient.jpg) top left repeat-x;
}
#container #content-wrapper #left-column-wrapper {
	float: left;
	margin-left:12px;
  width: 180px;
	color:#333333;
	background-color: transparent;
	padding-top:12px;
	padding-bottom:10px;
}
#container #content-wrapper #left-column-text {
	background-color: #DEDEDE;
	color:#333333;
	margin-left:7px;
	margin-right:7px;
	padding:28px 8px 3px 8px;
}
#container #content-wrapper #right-column-wrapper {
	background-color:#FFFFFF;
	float:right;
	width: 565px;
	margin-right:12px;
	margin-bottom:12px;
	border: #DFBE50 thin solid;	
}
#container #content-wrapper #right-column-text {
	background-color: #FFFFFF;
	color:#333333;
	padding:40px 15px 2px 8px;  /* (top, right, bottom, left) */
}
/* 2 column layout end */

/* 1 column layout */
#content-wrapper-1col {
	background: #F5E19A url(images/webdesign/gold_gradient.jpg) top left repeat-x;
	color:#333333;
}
#single-column-text {
	background-color:#FFFFFF;
	color:#333333;
	margin-left:15px;
	margin-right:15px;
	padding:20px 20px 20px 20px;
	border: #DFBE50 thin solid;
}
/* 1 column layout end */