body {
  background:url(images/webdesign/bg2.png);
  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; 
}
#container {
  background-color: #fff;
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  width: 850px;
}
#container #menudiv {
	margin-top:22px;
	margin-left:60px;
	width:545px;
	background-color: #333333;
}
#container #content-wrapper #left-column-wrapper {
	float: left;
	width:220px; 
	margin:0px;
	padding:0px;
	background: #FFFFFF url(images/webdesign/other_leftcol.jpg) top left no-repeat;
}
#container #content-wrapper #left-column-wrapper #left-content {
	background-color: #FFFFFF;
	margin-top:165px;
	font-size:0.9em;	
}
#container #content-wrapper #left-column-wrapper #left-content p {
	margin-left:15px;
}
#container #content-wrapper #left-column-wrapper #left-links {
	background-color: #FFFFFF;
	margin-top:15px;
}
#container #content-wrapper #left-column-wrapper #left-links p {
	margin-left:15px;
}
#container #content-wrapper #right-column-wrapper {
	float:right;
	width: 630px;
	background:url(images/webdesign/other_topbar.jpg) top left no-repeat;	
}
#container #content-wrapper #right-column-wrapper #wide-text {
	float:left;
	background-color: #FFFFFF;
	color:#333333;
	width:575px;
	margin-top:25px;
	padding:40px 15px 2px 20px;  /* (top, right, bottom, left) */
	border-left-color: #666666;
	border-left: thin;
	border-left-style: dotted;	
}
#container #content-wrapper #right-column-wrapper #left-text {
	float:left;
	background-color: #FFFFFF;
	color:#333333;
	width:325px;
	border-right-color: #666666;
	border-right: thin;
	border-right-style: dotted;
	margin-top:25px;
	padding:40px 15px 2px 20px;  /* (top, right, bottom, left) */
}
#container #content-wrapper #right-column-wrapper #left-text p {
	font-size:1.2em;
}
#container #content-wrapper #right-column-wrapper #right-text {
	float:right;
	background-color: #FFFFFF;
	color:#333333;
	width:235px;
	margin-top:25px;
	padding:40px 15px 2px 8px;  /* (top, right, bottom, left) */
}
#container #footer {
	clear:both;
	width:850px;
  height: 42px;
	background:url(images/webdesign/bottombar.jpg);
}
.footer_links {
	font-size: 11px;
	line-height:18px;
	color:#FFFFFF;
	text-align:center;
	margin-top:20px;
}
.footer_links a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #FFFF99;
	background-color: transparent;
}
.footer_links 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;
}