body
{
  color: #000000;
  background-color: #fff5e6;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url("/bkgd.jpg");
	background-position: top center;
  background-repeat: repeat-y;
}

#container
{
	width: 700px;
	margin: 0px auto;
	text-align: left;
	color: #000000;
  background-color: #d9d0c3;
}

h1, h2, h3, p
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1
{
  font-size: 24px;
}

h2
{
  font-size: 20px;
}

h3
{
  font-size: 16px;
  font-weight: 700;
}

p
{
	font-size: 14px;
}

a:link    { color: #807a73; }
a:visited { color: #807a73; }
a:hover   { color: #000000; }

h1#header
{

	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}

div.section
{
  border-bottom: 1px solid #ffffff;
  padding: 20px;
  background-color: #d9d0c3;
}

div.section a
{
  font-weight: 700;
  text-decoration: none;
}

div.section a:link
{
  color: #555555;
}

div.section a:visited
{
  color: #555555;
}

div.section a:hover
{
  color: #000000;
}

div.section img
{
  padding: 3px;
  border: 3px solid #dddddd;
  vertical-align: middle;
  margin-right: 8px;
}

div.section a:hover img
{
	border: 3px solid #807A73;
}

h1#cynsations
{
	margin: 0;
	padding: 10px 0 10px 0;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

h1#virtualsumo
{

	font-size: 20px;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #ffffff;
	background-color: #807a73;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

h1#virtualsumo a:link { color: #cccccc; }

h1#virtualsumo a:visited { color: #cccccc; }

h1#virtualsumo a:hover { color: #ffffff; }

.imgbox
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  float: left;
  margin: 0;
  padding: 4px;
  width: 210px;
  height: 210px;
  font-size: 12px;
}

.imgbox a
{
	text-decoration: none;
}

.imgbox img
{
  padding: 3px;
  border: 3px solid #dddddd;
}

.imgbox a:hover img
{
	border: 3px solid #807A73;
}

div#bottomband
{
	width: 700px;
	height: 40px;
	color: #ffffff;
	background-color: #807A73;
	clear: both;
}