@charset "UTF-8";
/* CSS Document */


body{
	margin:auto;
	padding: 0px;
	text-align: center;
	background-color:#59503F;
	font-size: 9px;	
	}
	
#container {
	margin:0px auto;
	width:1000px;
	height:991px;
	background-image:url(images/homepagebackground.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;

}

h2{
padding-top: 15px;
}

#dreezer{
height: 225px;
width: 164px;
margin-left: 619px;
z-index: 30;
position: absolute;
}





#textwrap{
	height: 539px;
	width: 744px;
	top:298px;

	position: absolute;
	margin-left: 128px;
	}
	
#navbar{
	width:744px;
	height:39px;
	margin-top:261px;
	margin-left:129.5px;
	text-align: center;
	position: absolute;
	background-image:url(images/navbar.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	padding-right: 10px;
       
		
	}


	


 #navlist li{
	list-style:none;
	display: inline;
	margin-right:10px;
	margin-top: 10px;
	list-style-type: none;
	padding: 6px 15px 4px 15px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	
}
#footer{
	width: 744px;
	height: 35px;
	top: 540px;
	margin-left: 129.5px;
	text-align: left;
	position: absolute;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#59503F;
	left: -129px;
}

#footer a:link { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:visited { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:hover  {color: #000000; text-decoration:none;font-variant:small-caps;}
 

#box{
width: 237px;
height: 298px;
position: absolute;
margin-left:40px;
top:230px;
background-image:url(images/announcementbox.jpg);
background-repeat: no-repeat;
text-align: left;
padding-left: 20px;
padding-right: 30px;
padding-top: 15px;
}

#insidebox{
width:190px;
height:265px;
position: absolute;
margin-left: 5px;
top: 5px;
text-align: left;
}
#toptext{
width: 300px;
height: 290px;
position: absolute;
left:300px;
top: 5px;
text-align: left;
z-index:9;

}
#stalker{
margin-top: 355px;
margin-left:300px;
}


 a:link { color:#FFFFCC; text-decoration:none; }
a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
 a:hover {color: #000000; text-decoration:none;}
 
 p{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#2F1300;
 }
 
 p.box{
 font-size: 12px;
 }
h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#663300;
 }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 10px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -100px;
left: 280px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
