/* CSS Document */

body {
      background-image: url("../images/wally.gif");
      font-family : Arial, Verdana;
	  font-size: 0.9em;
	  color: #FFFFFF;
	  text-align:center;
      }

/* Navigation
----------------------------------------------- */
  
  	#nav-container {
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 10px;
     padding-bottom: 0px;
	 text-align:right;
	 font-family : Arial, Verdana;
	 font-size: 1em;
	 font-weight:  bold;
  }
 	#nav-container a {
	color: #FFFFFF;
	text-decoration: none;
	} 

	#nav-container a.active {
	color: #CCCCCC;
	}
	#nav-container a:hover {
	background-color:#CCCCCC;
	color: #EE8819;
	}
  	#nav-container ul{
	list-style: none;
	margin: 0;
	list-style-type: none;
	margin: 0px;
	font-size: 100%;
	color:#FFFFFF;
	text-align: right;
	line-height: 120%;
	 }

/* Links
----------------------------------------------- */


a:link{
  color:#FFFFFF;
  text-decoration:underline;
  }
a:visited {
  color:#CCCCCC;
  text-decoration:underline;
  }
a:hover {
  color:#EE8819;
  text-decoration:none;
  background-color:#CCCCCC;
  }



/* Headings
----------------------------------------------- */

h1 {
	font-size: 140%;
	color: #EE8819;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	color: #EE8819;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	color: #EE8819;
	font-weight: bold;
}

p {
	font-size: 100%;
	color: #FFFFFF;
	line-height: 110%;
	margin-top: 0px;
}

/* Logo
----------------------------------------------- */
  #logobar {
    background-image: url(../images/logobar.gif);
	background-repeat: no-repeat;
    width:748px;
	height: 80px;
    margin: auto;
	position:absolute;
    }
	
	#logolounge {
	background-image: url(../images/logolounge.gif);
	background-repeat: no-repeat;
	width:748px;
	height: 80px;
	margin: auto;
	position:absolute;
    }
	
/* Content
----------------------------------------------- */
  #content-container {
    width:748px;
    margin: 40px auto 40px;
	height: 800px;
	position: relative;
	text-align:left;
    }

  #leftarea {
	background-image: url(../images/trans.png);
	width:400px;
	position:absolute;
	top: 80px;

    }
	
  #rightarea {
    width:348px;
    position:absolute;
	top: 80px;
	left: 400px;
    }
	
  #pics {
	width:348px;
    }
	
/* 
----------------------------------------------- */
  
  #text-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align:left;
  font-size: 1em;
  font-weight: normal;
  }
  
  #copyright-container {
  width: 348px;
  text-align:right;
  font-size: 70%;
  font-weight: normal;
  color: #F4B168;
  }
  

/* Thunbnail gallery class
----------------------------------------------- */
.thumbs {
float: left;
padding-bottom:0em;
  }
	
