body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1em 2em 1em 2em;
	padding: 0;
}
#header img {
	float: right;
}
#content {
	clear: both;
}
#footer {
	clear: both;
	font-size: x-small;
	text-align: center;
	margin-top: 2em;
}
#main-menu {
	clear: both;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.current-menu-item, .menu-item {
    font-size: 12pt;
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
	text-decoration: none;
}
.current-menu-item {
    background-color: #000000;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.photo-view {
	clear: both;
	text-align: center;
}
.photo-title {
    font-size: 12pt;
	margin-top: 1em;
	font-weight: 700;
	text-align: center;
}
.photo-footer{
	width: 100%;
	text-align: center;
}	
.photo-footer .flickr-link {
	float: left;
	text-align: left;
	width: 40%;
}
.photo-footer .photo-navigation {
	float: right;
	text-align: right;
	width: 40%;
}
.photo-navigation .next {
	display: inline;
	/* margin-left: 1em; */
}
.photo-navigation .details {
	display: inline;
}
.photo-navigation .size-shift {
	display: inline;
}
.photo-navigation .previous {
	display: inline;
	/* margin-right: 1em; */
}
.photo-list {
	list-style-type: none;	
}
.photo-list li {
	display: table;
	float: left; 
	margin: 20px;
	width: 140px;
	height: 140px;
}
.photo-list li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
.photo-list li a:hover {
	background-color: #000000;
}
.photo-list li img { 
	border-width: 0;
	vertical-align: middle;
}
.contact-form {
	text-align: left;
}
.form-item .form-field {
	margin-bottom: 1em;
}
.form-item .form-label {
	font-weight: 600;
	color: #FFFFFF;
}
.contact-form .form-text {
	width: 50em;
}
.form-button {
	background-color: #000000;
	font-weight: 600;
	color: #FFFFFF;
}
.photo-image {
	width: 500px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
}
.photo-image img {
	margin-bottom: 10px;
}
.photo-details .photo-title {
	text-align: left;
	margin-bottom: 1em;
}
.photo-description {
	/*float: left;*/
}
.flickr-message {
	margin-bottom: 1em;
}
.about-image {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.about-content {
	vertical-align: top;
	text-align: left;
}