/* ----- Set all margins and paddings to 0 ----- */

* {
	margin: 0;
	padding: 0;
	}

/* ----- Defaults ----- */

body {
	color: #000000;
	background-color: #ffffff;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -1px;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	line-height: 15px;
	padding-top: 3px;
	}
		
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px; 
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	}

#content a {
	font-style: normal;
	font-size: 11px;
	text-decoration: underline;
	}

img {
	border: 0px none;
	}			
	
/* ----- Top ----- */

#back {
	float: left;
	margin-left: 22px;
	height: 26px;
	}

#title { 
	width: 185px;
	height: 26px;
	margin: 24px auto 0 auto;
	}

/* ----- Menu ----- */

#menu {
	width: 430px;
	margin: 0 auto 0 auto;
	}
	
/* ----- Photos ----- */

#content {
	width: 3130px;
	position: absolute;
	top: 75px;
	}

#photo1, #photo2, #photo3, #photo4, #photo5, #photo6, #photo7, #photo8, #photo9 {
	float: left;
	width: 320px;
	margin: 0 0 75px 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #888888;
	}

