/* 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		
		}

body {
		
		}
		
/*  --------- 2. structure  --------- */


#content {
		}

#footer {
		}

#photoContainer {
		padding-top: 10px;
		float: left;
		width: 340px;
		margin-right: 20px;
		}

#thumbnails {
		width: 275px;
		float: left;
		padding-top: 10px;
		}

.separator {
		clear: both;
		height: 10px;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}
		

		
/* ---------- 4. fonts ---------- */

h1, h2, h2, h4, p, ul {
		}


h2 {
		}

h2 {
font-size:90%;
padding:8px 0 8px 20px;
		}
		
h4 {
		}



#caption {
		padding-left: 20px;
		color:#FFFFFF;
		}

#caption em {
		font-size: 10px;
		}



/* ---------- 5. images ---------- */

a img {
	border: 1px;
	border-color: #FFFFFF;
		}

#photoContainer img {
		border: 7px solid #ffffff;
		margin-bottom: 10px;
		}
		
#thumbnails img {
		float: left; margin: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
