﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-size:small;
	color:black;
	font-family:Verdana, Arial;
}

#masthead {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 920px;
  height: 110px;
  background-color:#C0C0C0;
  border:thick;
  border-color:red;
  border-style:solid;
}

#ad {
	background-color:white;
	width: 330px;
	height:280px;
	border:thin black solid;
	font-size:xx-small;
	text-align:center;
}

#top_nav {
  position: absolute;
  top: 132px;
  left: 10px;
  width: 930px;
  height: 75px;
}

#container {
  position: absolute;
  top: 200px;
  left: 10px;
  width: 578px;
  height: 900px;
  background-color:#C0C0C0;
  padding:5px;
}

#r_container {
  position: absolute;
  top: 200px;
  left: 598px;
  width: 333px;
  height: 900px;
  background-color:#C0C0C0;
  padding:5px;
}

#cm {
	background-color:white;
	width: 580px;
	border:thin black solid;
}

#right_box{
	background-color:white;
	width: 330px;
	border:thin black solid;
}

#right_box_content {
	padding:5px;
}

#spacer{
	height:5px;
}

#cm_content {
	padding: 5px;
}

#temp_spacer {
	height:200px;
}

#footer {
  position:absolute;
  top:1050px;
  background-color:#C0C0C0;
  left: 10px;
  width: 921px;
  height:25px;
  padding:5px;
  font-size:small;
  color:black;
  font-family:Verdana, Arial;
  text-align:center;
}

.spaceImageRight {
  padding:5px;
}

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-bottom:10px;
}

.middleHeightImage {
  display: block;
  margin-top:10px;
  margin-bottom:10px;
}

div.clearer {clear: left; line-height: 0; height: 0;}
