/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
	margin: auto;
	padding: 0;
  }
  body{
	text-align: center;
	font: normal 10px Verdana, Arial, Tahoma, sans-serif;
	color: #ccf;
	background: #1f4680 url(../images/top_bg.jpg) repeat-x;
	position: relative;
  }
  #container{
    position: relative;
    z-index: 200;
    margin: 0 auto;
    width: 820px;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/

  * + html #mainNav li { display:inline; }
   * html #mainNav li { display:inline; }
  ul#mainNav li{
	
	vertical-align: top;
	padding: 0px 1px 0 2px;


  }
  ul#mainNav li a{
	display: block;
	float: right;
	padding: 3px 0;
	width: 120px;
	color: #003;
	text-decoration: none;

  }
  ul#mainNav a:hover{
	color: #003;

  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
    clear: both;
  }
  #addColumn{
    float: left;
    padding-top: 10px;
    width: 300px;
  }
  #content{
    margin-left: 340px;
    padding-top: 10px;
  }
  h2{
    margin-bottom: 40px;
    border-bottom: 1px solid #369;
    padding-bottom: 10px;
    color: #69c;
    font-size: 18px;
  }
  h3{
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
  }
  h2, h3{
	font-weight: normal;
	font-size: 14px;
  }
  div.shortInfo{
    margin-bottom: 20px;
  }
  .shortInfo h3{
    float: left;
  }
  .shortInfo p{
	font-size: 12px;
}
  .shortInfo img{
    float: right;
    margin-left: 20px;
  }
  #content p{
	padding-bottom: 10px;
	font-size: 12px;
  }
  

  #logo {
	float: left;
    display: block;
    width: 225px;
    height: 250px;
    background: transparent url(../images/template_logo.gif) no-repeat;
  }
  
  #name{
	float: right;
    display: block;
    width: 820px;
    height: 225px;
	background: transparent url(../images/revelstokedogsledadventures.gif) no-repeat;
  }
  #mainNav{
	position: relative;
	display: inline;
	float: right;
	width: 500px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font: 14px Impact, sans-serif;
	letter-spacing: 1px;
	list-style: none;
	text-align: center;
  }

/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    position: relative;
    z-index: 100;
    margin-top: -160px;
    padding-top: 200px;
    height: 240px;
    background: transparent url(../images/bottom_bg2.jpg) left bottom no-repeat;
    color: #69c;
  }
  ul#metaLink{
    margin: 0 auto;
    border-top: 1px solid #369;
    padding-top: 2px;
    width: 800px;
    font-size: 8px;
    list-style: none;
  }
  ul#metaLink a{
    color: #69c;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
  li.validate{
    padding-right: 5px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  div.extra1{
    margin-top: -440px;
    height: 440px;
    background: transparent url(../images/bottom_bg.jpg) left bottom repeat-x;
  }
#container #header h1 {
	text-align: right;
}
#container #mainNav li a img {
	text-align: left;
}
