@charset "ISO-8859-1";
/**
  * Anders Lindén
  * Photographer
  *
  * Last updated: 2008-01-18
  *
  **/

/* (!) kill font-size on ALL to prevent size changes by browser.
 * set them explicit if needed or delete this. (!)
 */
* {
	font-size: 0;
}

/* kill all image borders */
img {
	border-style: none;
	border-width: 0;
}

/* kill all default margins and paddings */
body, ul, li p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

/* define background color */
body {
	background-color: #e1e4da;
}

div#container {
	margin: 10% 20px 0 15%;
}

table#photos {
	white-space: nowrap;
}

table#photos td {
	
}

table#photos td img {
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 40px;
}

table#photos div {
	background-color: #f3f3e6;
	margin-right: 40px;
	padding-left: 40px;
	padding-top: 33px;
	padding-bottom: 50px;
}

table#photos div.line {
	border-top: 1px solid #c69a97;
	margin: 0 0px 4px 0;
	padding: 0;
}

