/* CSS Document */

body {
	font-family: arial, verdana, sans-serif;
}

a:link, a:visited, a:active {color:#333;}
a:hover {text-decoration:underline;color:#000;}

#content p, #content ul {
	font-size: 13px;
	color: #333;
}

#content ul {
	list-style: none;
	padding-left: 45px;
	text-indent: -36px;
}

.title {
	font-weight: bold;
	padding-right: 4px;
}

h2 {
	padding: 10px 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	font-style: italic;
	border-bottom: 1px dotted #ccc;
}

blockquote {
	font-size: 13px;
	font-style: italic;
	color: #333;
	margin: 15px;
}

#retrospective {
	width: 510px;
	padding-left: 40px;
}

#bottomlink {
	clear: both;
}
p#bottomlink {
	font-size: 10px;
}

/* NAVIGATION */

#nav {
	display: none;
}

#nav_container {
	display: none;
}

/* SUB NAV */

#subnav {
	display: none;
	}

/* GALLERIES */

#leftgallery {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#rightgallery {
	float: right;
	width: 230px;
	margin-right: 10px;
}

#content img {
	border: 1px #333 solid;
}
.imgbox {
	height: 270px;
}


/* FOOTER */

#footer {
	display: none;
}