@charset "utf-8";
/* CSS Document */

body {background-color:#000000;
      color:#9999FF;
}
.main {background-color:#000000;
       background-image:url(img/pawspursm.jpg);
	   background-repeat:no-repeat;
	   background-position:center;
	   background-attachment:fixed;	   
       } 
.mainlg {position:absolute;
         margin-right:0;
         margin-bottom:0;
		 }
.enter a:link {float:right;
               color:white;
               text-decoration:none;
			   padding:6px;
			   background:#000000 url(img/indentbg.gif) center center repeat-x;
			   width:25%;
			   font-family:Georgia, "Times New Roman", Times, serif;
			   font-size:x-large;
			   font-weight:bold;
              }
.enter a:visited {float:right;
                  color:#CCCCCC;
                  text-decoration:none;
			      padding:6px;
			      background:#000000 url(img/indentbg.gif) center center repeat-x;
			      width:25%;
			      font-family:Georgia, "Times New Roman", Times, serif;
			      font-size:x-large;
			      font-weight:bold;
                  }
.enter a:hover {float:right;
                color: white !important;
				font-weight:bold;
                padding:6px;
                background: black url(img/indentbg2.gif) center center repeat-x;
                }
 .img {background-image:url(img/dog2.jpg);
       background-repeat:no-repeat;
	   background-attachment:fixed;
	   background-position:bottom left;
       }

#content {width:48%;
          font-family:Geneva, Arial, Helvetica, sans-serif;
		  font-size:small;
          color:#CCCCFF;
          float:right;
		  height:auto;
		  margin-top:5%;
		  margin-right:5%;
		  margin-bottom:5%;
		  overflow:hidden;
         }
#content a:link {color:#9999FF;
        text-decoration:none;
                 }
#content a:visited {color:#999999;
           text-decoration:none;
                    }
#content a:hover {color:#FFFFFF;
                  border-right:double;
		          border-right-color:#9900FF;
		          padding-right:.5em;
                  }
.indent {text-indent:1em;
        } 
 .title {float:left;
         position:absolute;
		 margin-top:5%;
		 margin-right:80%;
         color:#9966FF;
		 font-family:Georgia, "Times New Roman", Times, serif;
		 font-size:larger;
        }
 li {list-style:none;
    }
 li a:link {color:#9999FF;
            text-decoration:none;
           }
 li a:visited {color:#999999;
               text-decoration:none;               
	          }
 li a:hover {text-decoration:none;
             color:#9900FF;
		    } 
/* navigation */
.indentmenu{font: bold 13px Arial;
            width: 100%; /*leave this value as is in most cases*/
            overflow:hidden;
           }
.indentmenu ul{margin: 0;
               padding: 0;
               float: right;
               width: 85%; /*width of menu*/
               border: 1px solid #564c66; /*dark purple border*/
               border-width: 1px 0;
               background: black url(img/indentbg.gif) center center repeat-x;
			   overflow:hidden;
              }
.indentmenu ul li{display: inline;
                 }
.indentmenu ul li a{float: left;
                    color: white; /*text color*/
                    padding: 5px 11px;
                    text-decoration: none;
                    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
                    }
.indentmenu ul li a:visited{color: white;
                           }
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(img/indentbg2.gif) center center repeat-x;
                                    }
.bold {font-weight:bold;
       font-size:larger;
	   }
.italic {font-style:italic;
        }
.footer {position: absolute;
	     left:6px;
	     bottom:6px;
	    }
.footer a:link {color:#9999FF;
                text-decoration:none;
	           }
.footer a:visited {color:#999999;
                   text-decoration:none;
	              }
.footer a:hover {color:#FFFFFF;
                 border-right:double;
		         border-right-color:#9900FF;
		         padding-right:.5em;
		        }
.attention {color:#FF0000;
            font-weight:bold;
			}
			
/* lightbox */

#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}