/* CSS Document */

body {
	text-align:center; 
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbbbbb;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}
a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	font-family:"Trebuchet MS", Arial, Verdana;
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
	color:#626477;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

#content p {
	line-height:20px;
	text-indent:15px;
	color:#555555;
}
/* The containing box for the gallery. */

#container {
    position:relative; 
    width:760px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
	
	/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
	/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
	
	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(misc3pics/promthumb.gif); 
   height:60px; 
    width:93px;
    }
#container a.slideb {
    background:url(misc3pics/shelterthumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(misc3pics/sweatthumb.gif); 
    height:60px; 
    width:93px;
    }

#container a.slided {
    background:url(misc3pics/thomthumb.gif); 
    height:60px; 
    width:93px;
    }

#container a.slidee {
    background:url(misc3pics/edin2thumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(misc3pics/edin1thumb.gif); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(misc3pics/seathumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(misc3pics/bowthumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slidei {
    background:url(misc3pics/dawn1thumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slidej {
    background:url(misc3pics/dawn2thumb.gif); 
    height:60px; 
    width:93px;
    }
#container a.slidek {
    background:url(misc3pics/horsethumb.gif); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(misc3pics/primarkthumb.gif); 
    height:60px; 
    width:93px;
    }
	
	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
	
	/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
	
	/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:540px; 
    height:372px; 
    top:10px; 
    left:10px; 
    color:#000; 
    background:#fff;
    }
	
	#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
	
	#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
	
	#container {
    background:#fff url(berlinpics/back.gif) 75px 10px no-repeat;
    }
	
	/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	color:#555555;
	border-top:1px dashed #cccccc;
