html
{
	height:100%;
}

body
{
	font-family: Tahoma;
	font-size: 12px;
	height:100%;
 	margin:0%;
 	padding:0%;
 	text-align:center;
 	background-image: url("bg.gif");
}

a:link,a:visited
{
	text-decoration: underline;
	color: #008DBB;

}

a:hover,a:active,a:focus
{
	color: navy;
	text-decoration: underline;
}
div#outer
{
	width:800px;
	margin:0px auto;
	text-align:left;
}

h1
{
	font-size:18px;
	margin:0px;
}

#title
{
	padding-top:15px;
	height:24px;
}

#menu
{
	color:#ffffff;
	text-align:left;
	border-top:1px solid #669999;
	clear:right;
	padding-bottom: 15px;
	padding-top: 5px;
}

#content
{
	border:1px solid #ffffff;
	background-color:#eeeeee;
	padding:10px;
	color: #333;
	min-height: 500px;
}

#profileImage
{
	z-index: 1000;
	position: absolute;
	width:730px;
	text-align:right;
	margin:0px auto;
}

#footer
{
	width:786px;
	margin:0px auto;
	text-align:right;
}

#ohloh
{
	position: absolute;
	width:780px;
	text-align:right;
	border: 1px solid #ffffff;
	margin:0px auto;
	z-index: 100;
	padding-top: 20px;
}

#ohloh img
{
	border: 0 none;
}

#footer img
{
	border: 0 none;
	padding-top: 2px;
}

div.feedbox h1
{
	padding-top: 2px;
	padding-left: 40px;
	padding-bottom: 6px;
	color: #008DBB;
}

.feedbox
{
	background-image: url("./../images/rss.png");
	background-repeat: no-repeat;
}

.feeddate
{
	font-size: 10px;
}

.key
{
	font-size: 14px;
	width: 150px;
	vertical-align: top;
}

.value
{
	font-size: 14px;
	vertical-align: top;
}