body {
	background:#e7e7e7 url(background-light.png) repeat-x fixed bottom;
	margin:0;
	height:94%;
	width:100%;
	position:fixed;
	font-family:Georgia, serif;
	font-size:1em;
}

a { text-decoration:none; color:#028; }
a:hover { color:#060; }

h1, h2, h3, h4 { text-shadow:white 0 1px 0; }
img { border:0; }
acronym { font-style:italic; }
p { line-height:1.3em; }

#header {
	background:white url(header.png) repeat-x bottom;
	padding:30px 40px 10px;
}

#menu {
	position:absolute;
	top:.8em; right:2em;
	font-size:1.4em;
	list-style:none;
	margin:1em 0;
}
#menu li {
	display:inline;
	margin-left:1em;
}
#menu a {
	color:black;
	text-shadow:white 0 1px 0;
}

#stage {
	border-width:1px;
	border-style:solid none;
	border-color:#666;
	background:#666 url(background-dark.png) repeat-x;
	text-align:center;
	height:210px;
	padding:10px;
}

#content {
	border-top:1px solid #aaa;
	padding:10px 20px;
	font-size:1.1em;
	text-align:justify;
}
#content p { max-width:510px; }

#footer {
	text-align:center;
	font-size:.7em;
	color: #666;
	letter-spacing: 2px;
	text-transform: lowercase;
	padding-top: 10px;
	clear: both;
}

ul.links { list-style:none; padding-left:1em; }

#logo {
	display:block;
	margin-bottom:1em;
}

.title-logo {
	float:right;
	padding:.3em 1.2em;
}

#stage img {
	vertical-align:middle;
}

.gravatar {
	vertical-align:middle;
	padding-right:.2em;
}
