﻿* {
  padding: 0;
  margin: 0;
  font-family: Verdana, Sans-Serif;
}
body
{
  background-color: #EE7900;
}
#via_container {
  position: relative;
  margin: 10px auto 0;
  width: 940px;
}

#via_container_top_nav {
  position: relative;
  margin:0px auto 0;
  width: 940px;
}

#via_header {
  position: relative;
  clear: both;
  overflow: hidden;
}
#via_banner {
  position: relative;
  top: 8px;
  clear: both;
  width: 940px;
  height: 120px;
}
#via_content {
  position: relative;
  background-color: #FDEDDB;
  clear:both;
  overflow:hidden;
  top: 0px;
  width: 100%;
}
.via_ColumnLeft {
  position: relative;
  float: left;
  width: 230px;
  height: auto;
}
.via_ColumnContent {
  background-color: #FFFFFF !important;
  overflow: hidden;
  min-height:514px;
}
.via_ColumnCenter {
  position: relative;
  background-color: #FFFFFF;
  float: left;
  padding-left: 25px;
  width: 455px;
  height: auto;
}
.via_ColumnRight {
  position: relative;
  left: 5px;
  background-color: #FFFFFF;
  float: left;
  width: 225px;
  height: auto;
}
#via_linkHead {
  position: relative;
  top: 11px;
  background-color: #FFFFFF;
  clear: both;
  height: 46px;
 }

