body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #c00;
}
a:hover {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

#header {
	width: 307px;
	height: 120px;
	float: left;
}
h1 {
	margin: 0;
	padding: 0;
	background-image: url(images/gregor-hochmuth.png);
	background-repeat: no-repeat;
	display: none;
}
.photo, #photoheader, .photobutton {
	height: 120px;
	float: left;
}
#photoheader {
	padding-left: 15px;
}
.photo {
	padding-top: 20px;
	padding-left: 10px;
}
.photobutton {
	padding-top: 71px;
	padding-left: 10px;
}

.photo img {
	border: 4px solid #fff;
}

#content {
	clear: both;
	padding-left: 40px;
	padding-top: 10px;
}

.section {
	width: 270px;
	float: left;
}

.section h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #c00;
	padding: 0;
	margin: 0 0 5px 0;
}
.section h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	padding-top: 0;
	margin-top: 0;
}

.section h3 a:link,
.section h3 a:visited {
	color: #666;
	text-decoration: none;
}

.section h3 a:hover{
	color: #fff;
}

.section .inner {
	padding-left: 15px;
	padding-top: 20px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	
}

.inner p {
	margin: 0 0 1em 0;
}

.list, .smalllist {
	margin-left: 20px;
}

.smalllist {
	font-size: 12px;
	color: #666;
}

.smalllist .date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
}

.note {
	color: #999;
	font-size: 11px;
	font-style: normal;
	padding-left: 5px;
}

#photography .inner,
#projects .inner {
	margin-left: 2px;
}

#more .inner {
	margin-left: 3px;
}

h3#reachme {
	font-style: normal;
	font-weight: bold;
	font-size: 12px; 
}

a#zoomlink:link,
a#zoomlink:visited {
	border-bottom: 1px solid #ccc;
}

a#zoomlink:hover {
	border-bottom: 1px solid #c00;
}


