﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
  background-position: center top;
  width: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../Logos/Leftborder.png');
  background-repeat: no-repeat;
  background-attachment: inherit;
}
#page_content {
  background-position: center top;
  margin-right: 200px;
  margin-left: 200px;
  background-image: url('../Logos/Contentborder-1.png');
  background-repeat: no-repeat;
  background-attachment: inherit;
}
#right_col {
  background-position: center top;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url('../Logos/Rightborder.png');
  background-repeat: no-repeat;
  background-attachment: inherit;
}

#footer {
}

