/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color:#0099CC;
	font:15pt/20pt georgia; 
	color:White;
	margin: 0px; 
	padding: 0px;
	}
	
h1 {
	font:medium bold;
	}
	
a {
	color:#0099CC;
	font-size:medium;
	font-weight:bold;
	}

a:hover {
	color:White;
	}
	
	

/* Specific elements */

#barDiv {
	width:700px;
	margin: 20px 0px 10px 20px
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#barDiv h1 { 
	background: transparent url(../images/snapshots.gif) no-repeat top right; 
	width: 220px; 
	height: 40px; 
	float: right;
	}
#barDiv h1 span {
	display:none
	}
	
#titleDiv 
{
	width:700px;
	background-color:#66CC99;
	padding:20px;
	background-image:url(../images/star.gif);
	background-repeat:repeat;
	background-position:-20px -20px;
	margin-left:20px
	}
	
div#clickablePath 
{
	margin-bottom:20px;
}
			
a.thumbnailLink {
	background-color:#0099CC;
	width:150px;
	height:150px;
	float:left;
	margin-right:20px;	
	margin-bottom:20px;
	border:0px;
	padding-top:5px;	
	text-align:center;	
	}

a.thumbnailLink:hover {
	background-color:#FFFFFF;
	}

div.navigation{
	clear:both;	
	width:660px;
	height:30px;
	}

span#previous
{
	width:165px;
}

span#next
{
	width:165px;
	text-align:right;
}

span#numbers
{
	width:330px;
	text-align:center;	
}

span.big {
	font:medium bold;
	}
	
span.newDirectory {
	font:medium bold;
	}

div#stylesDiv
{
	margin-left:40px;
}	
	
div#stylesDiv span 
{	
	font:small normal;	
}

div#stylesDiv ul 
{
	display:inline;
	position:relative;
	left:-40px;
}

div#stylesDiv ul li
{
	display:inline;
}

div#stylesDiv ul li a
{
	display:inline;
	font:small normal;
	color: #66CC99;
}

p#footer {
	font-size:small;
	margin-left:20px
	}
