html
{
	overflow: scroll;
}

body
{
  margin: 0 0 0 0;
	font-family: verdana;
	font-size: 12px;
	color: #505050;
	line-height: 18px;
}

img
{
  border: none;
}

a:link, a:visited
{
  text-decoration: none;
  color: #3d5570;
  font-weight: bold;
}

#banner
{
  height: 140px;
  text-align: center;
}

.headline
{
  height: 18px;
  font-size: 11px;
  background-image: url('images/headline.jpg');
  background-repeat: repeat-x;
  padding: 4px;
  padding-top: 2px;
  padding-left: 6px;
  color: #ffffff;
  font-weight: bold;
}

.container
{
	font-size: 11px;
  padding: 8px;
  padding-left: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

#sidebar
{
  float: right;
  width: 200px;
  background-repeat: repeat-x;
  height: 300px;
  margin-left: 20px;
}

#showcase
{
  width: 578px;
  border: 1px solid #404040;
  border-top: none;
}

#showcase2
{
	width: 200px;
  border: 1px solid #404040;
  border-top: none;
}

#showcase3
{
	width: 352px;
	height: 190px;
  border: 1px solid #404040;
  border-top: none;
}

#menu
{
  margin: auto;
  width: 800px;
  height: 34px;
  background-image: url('images/menu.jpg');
}

.menuBtn
{
  padding: 8px;
  width: 120px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
  text-align: center;
  background-repeat: repeat-x;
  border-right: 1px solid #3d5570;
}

.menuBtn:hover
{
  background-image: url('images/menu_hov.jpg');
}

#content
{
  padding-top: 18px;
	width: 800px;
	margin: auto;
	text-align: justify;
}

#subContent
{
  width: 580px;
}

#copyright
{
  margin: auto;
  margin-top: 28px;
  margin-bottom: 20px;
  width: 800px;
  border-top: 1px solid #afafaf;
  padding-top: 4px;
  font-size: 10px;
  color: #909090;
  clear: both;
  text-align: center;
}
