html 
{ 
	min-height: 100%; 
	height: 100%; 
	background-color: #000000; 
}

body
{
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	background-image: url(http://www.asciirose.com/doug/images/earth.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#content { width: 100%; }

#content_moon
{
	width: 100%;
	background: transparent url(http://www.cs.virginia.edu/~dr3f/moon/) no-repeat scroll 90% 90px;
}

#core
{
	padding: 20px 20px 60px 20px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

#doug_ross
{
	width: 240px;
	height: 135px;
	border: solid 1px #ffffff;
	background-image: url(http://www.asciirose.com/doug/images/doug_ross.jpg);
	background-repeat: no-repeat;
}

#blink
{
	position: relative;
	left: 89px;
	top: 49px;
	width: 60px;
	height: 25px;
	background-image: url(http://www.asciirose.com/doug/images/blink.gif);
	background-repeat: no-repeat;
}

#footer
{
	font-size: 60%;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	clear: both;
}

.bud
{ 
	font-family: "times new roman", "new york", serif;
	font-weight: bold;
	color: #cc0000;
}

.stem
{
	color: #00cc00;
}

.dot
{
	font-weight: bold;
	font-size: 150%;
	line-height: 50%;
}

p.quotation
{
	font-family: georgia, serif;
	font-style: italic;
	font-size: 80%;
	width: 50%;
	padding: 10px;
	margin: 10px;
}

p.quotation span.author
{
	display: block;
	font-style: normal;
	font-family: arial, sans-serif;
	width: 100%;
	text-align: right;
}

div.spacer
{
	clear: both;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-image: url(http://www.asciirose.com/doug/images/spacer.gif);
	background-repeat: repeat-x;
	background-position: 0px 50%;
}

div.project { clear: both; margin: 0px 0px 10px 0px; padding: 0px; }
div.project img { float: left; margin: 0px 20px 10px 0px; }

img
{
	margin: 0px;
	padding: 0px;
	display: block;
}

img.slide_show { padding: 10px; margin: 0px; border: 1px solid #ffffff; max-width: 580px; max-height: 435px; }

div#image_navigation a { font-weight: bold; }

p.footnote { font-size: 60%; }

a img
{
	border: 1px solid #99ffff;
}

a { text-decoration: none; }
a:hover { color: #9999ff; text-decoration: underline; }
a:link { color: #99ffff; }
a:visited { color: #9999ff; }
a:active { color: #99ffff; }