body {
	width:859px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
    margin:0 auto;
    margin-top:10px;
	padding: 0 auto;
    background-color: #5E5E5E;

}
a {
  color:   #C9DA2A;
}


#container{
  width: 100%;
}


#nav {
  background-color: #C9DA2A;
}
#menu {
      position:absolute;
      font-size:1.3em;
      padding-left:5px;
      font-weight: bold;
      text-align:center;
      }
      #menu ul .item{display:none;}

      #menu ul:hover .item{
        display:block;
        background:#4B4C4D;
        padding:1px;
        margin:1px;
        font-size: 0.9em;
        border-right: #fff 1px solid;
        border-bottom: #fff 1px solid;

      }
      #menu ul:hover .item a{color:#fff;text-decoration:none;}
      #menu ul:hover .item a:hover{color:#999;}

      #menu ul{
        width:116px;

        float:left;
        margin:0px;
        padding:2px;
        background:white;
        list-style:none;
        border-right: #C8DB2C 1px solid;
        border-bottom: #C8DB2C 1px solid;
        background-image: url(http://217.112.82.26/wp-content/themes/lloyd/images/menubg.jpg);

      }
      #menu ul a{
        color: #000;
        text-decoration: none;
      }


.clear{clear:both;height:10px;}
#text{
  background-color: #fff;
  width: 856px;
  float: left;
  border-left-color: #8E975C;
  border-left-style: solid;
  border-left-width: 2px;

}
#inner_text{
  width: 850px;
  border-left-color: #C8DA2D;
  border-left-style: solid;
  border-left-width: 3px;
  float:left;
  border-right-color: #C8DA2D;
  border-right-style: solid;
  border-left-width: 4px;
  text-align: left;
  font-size: 1.2em;
  padding-top: 35px;

}

#inner_text h1{
  margin-left: 32px;
  color:#626668;
  font-size: 1.5em;
}

#inner_text h2{
   font-size: 1.4em;
  color:#626668;
}
#post {
  width: 350px;
  padding-left: 32px;
  float: left;

}
#second_col{
  float:right;
  width: 410px;
  padding-right: 30px;

}

.slogan{
  color:#CADB33;
  font-size: 1.6em;
  font-weight: bold;
}


#buttons {
  margin-left: 450px;
  padding-top: 50px;
}


#footer{
     clear:both

}


.login {
  color: #990000;
  font-size: 2.1em;
  text-decoration: none;
}

#copywrite{
color:white;
}


   #dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
        padding-left:150px;
	}

	#previewPane{
		margin-bottom:10px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;

		/* CSS HACK */
		height: 502px;	/* IE 5.x */
		height/* */:/**/490px;	/* Other browsers */
		height: /**/490px;

	}
	#previewPane img{
		line-height:600px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{

		height:102px;	/* Height of the images + 2 */
	   position:relative;
		overflow:hidden;
		padding:1px;

		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}

	#theImages .imageCaption{
		display:none;
	}
    .printed {
      border: 0px;
    }

