/* CSS Document */


a:link { color: #800000; text-decoration: none; }
a:active { color: #800000; text-decoration: none; }
a:visited { color: #800000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }


body
{
  margin:0px;
  background-color:#CCCCCC;
}

li
{
  list-style-type:square;
  margin:0px;
  padding:0px;
}

.container
{
	width:100%;
	height:100%;
	border:0px;
	background-image: url(Iditarod-04.jpg);
	background-repeat: repeat;
}

.content
{
	width:560px;
	height:800;
	border:6px;
	border-color:#000000;
	border-style:double;
	font-family:verdana,helvetica,sans-serif;
	font-size:14px;
	color:#000000;
	line-height:28px;
	text-align:justify;
	background-image: url(img/bg_bg.png);
	background-repeat: repeat;
}

.disclaimer
{
  font-family:verdana,helvetica,sans-serif;
  font-size:11px;
  line-height:18px;
}

.areas
{
	width:560px;
	font-family:verdana,helvetica,sans-serif;
	font-size:14px;
	color:#000000;
	line-height:28px;
	text-align:justify;
}

.navigation
{
	width:560px;
	font-family:verdana,helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
}

.map
{
  border-style:solid;
  border-width:2px;
  border-color:#000000;
}

.copyright
{
  width:560px;
  height:50px;
  background-color:#704214;
  font-family:verdana,helvetica,sans-serif;
  font-size:11px;
  color:#FFFFFF;
  line-height:20px;
}
