﻿div.content {
  border: solid 1px #606060;
  border-top-width: 0px;
  background-color: #ffffff;
  width: 750px;
}

div.copyright {
  background: transparent url("../images/copyright_bg.gif") repeat-x scroll top right;
  border-top: solid 1px #c0c0c0;
  color: #505050;
  font-size: 9pt;
  padding: 5px;
  text-align: center; 
}

div.layout {
	background: transparent url("../images/layout_bg.gif") repeat-x scroll top left;
	height: 100%;
	width: 100%;
}

div.page {
	margin: 0px auto;
	width: 750px;
}

div.logo {
  height: 105px;
}

div.logo img {
  float: left; 
}

div.slideshow {
	background-color: #f0f0f0;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	border-bottom: solid 1px #191919;
	border-top: solid 1px #3b3b3b;
	height: 248px;
	overflow: hidden;
	width: 748px;
}

div.slideshow img {
	float: left;
	margin-left: 1px;
}

div.tabs {
	height: 50px;
}

div.tabs img {
	display: inline;
	float: left;
}