body {
	font:80% verdana, lucida, arial, helvetica, sans-serif;
	background:#eee;
	padding:0px;
	margin:0px;
	text-align:center;
}

h1, h2 {
	font-variant:small-caps;
}

#container {
	width:90%;
	background:#eee;
	margin-top:10px;
	margin:0px auto;
	text-align:center;
}

#header {
}

#content {
	text-align:center;
	margin:25px;
}

#picture img {
	border:2px solid #111;
}

.thumbnail img {
	border:2px solid #111;
}

#title {
	color:#444;
	font-variant:small-caps;
}

.title {
	color:#444;
	font-variant:small-caps;
	font-size:x-small;
}

#details {
	font-size:xx-small;
}

#about {
	text-align:left;
	margin:25px;
	width:90%;
}

#about a {
	text-decoration:none;
	font-weight:bold;
	color:#111;
}

#about a:link {
	text-decoration:none;
	font-weight:bold;
	color:#111;
}

#about a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#111;
}

#about a:active {
	text-decoration:none;
	font-weight:bold;
	color:#444;
}

#about a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#444;
}

#flickr {
	text-align:center;
}

#footer {
	font-size:75%;
	text-align:center;
	border-top:2px solid #111;
}

#menu {
	float:left;
	width:90%;
	font-size:93%;
	line-height:normal;
	text-transform:uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
#menu ul {
	margin:0;
	padding:5px 5px 5px 5px;
	list-style:none;
}
#menu li {
	float:right;
	margin:0;
	padding:5px 5px 5px 5px;
}
#menu a {
	float:right;
	display:block;
	width:.1em;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#111;
}
#menu > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
	/* End IE5-Mac hack */
#menu a:hover {
	color:#444;
}
#menu #current {
	background-position:0 -150px;
	border-width:0;
}
#menu #current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#444;
}
#menu li:hover, #menu li:hover a {
	background-position:0% -150px;
	color:#444;
}
#menu li:hover a {
	background-position:100% -150px;
}

