body {
  background: #646464 url(images/webdesign/bg2.jpg) repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  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: #333333;
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 875px;
	padding: 0 2px 0 2px;	
}
#container #header {
	width:487px;
  height: 210px;
	background: url(images/webdesign/header.jpg) top left no-repeat;
	float:left;
}
#container #header h1 {
	text-indent:-9999px;
	margin:0;
}
#container #right_header {
	width:388px;
  height: 210px;
	background-color: #ffffff;
	float:left;
}
#container #menudiv {
	height:30px;
	background:url(images/webdesign/menu_bg.jpg);
	padding-top:5px;
}
#podcast {
	margin-top:15px;
	margin-left:8px;
	margin-bottom:15px;
}
#container #footer {
	clear:both;
	width:875px;
  height: 43px;
  background-color: #424242;
	color: #ffffff;
  border-bottom: #666666 solid 1px;
	padding-top:10px;
}
.footer_links {
	font-size: 11px;
	line-height:18px;
	color:#FFFFFF;
	text-align:center;
}
.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: #99C6E5;
	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;
}

/* 2 column layout = default layout */
#content_wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background: #fff url(images/webdesign/content_bg.jpg) repeat-y left top;
}
#main_column_wrapper {
	float: left;
  width: 600px;  
	background-color: #fff;
	padding-top:12px;
}
#main_column_text {
	background-color: #fff;
	color:#333333;
	margin-left:7px;
	padding:40px 30px 3px 30px;
}
#secondary_wrapper {
	float:right;
	width: 250px;
}

#addr {
	font-size:12px;
	padding-top:45px;
	padding-bottom:25px;
	padding-left:15px;
}
#right_text {
	margin-top:50px;
	text-align:center;
	padding-right:15px;
	line-height:normal;
}

/* 2 column layout end */

/* 1 column layout, set body class to column_one */
.one_column #main_column_wrapper {
	float: left;
  width: 800px;  
	background-color: #fff;
	padding: 12px 15px 12px 15px;
}
/* 1 column layout end */