body {
	font: normal normal normal 0.8em Arial, sans-serif;
	text-align:justify;
	overflow:scroll;
	overflow-x: hidden;
	margin:0px;
	padding:0px;
}

/*ie 6*/
* html body, {
	overflow:auto;
}
/*ie 7*/
*:first-child+html body {
	overflow:auto;
}

#container {
	width:960px;
	margin-left:-480px;
	position: relative;
	left:50%;
}

#about_me {
	position:relative;
	top:0px;
	height:100px;
	margin-top:55px;
}
#about_me img{
	border: 1px solid silver;
}

/*ie 7*/
*:first-child+html #about_me {
	padding-top:45px;
}

#about_me span {
	display:block;
	clear:both;
	font-size: 50%;
	
}
h2 {
	height:30px;
}

#navigation {
	position: fixed;	
	top:0px;
	width:150%;
	height:30px;
	margin-left:-480px;
	padding-left:480px;
	background-color: #FFFFE1;
	z-index:999;
	border-bottom: 1px solid silver;
}

/*ie 6*/
* html #navigation {
	width:100%;
	margin-left:0px;
	padding-left:0px;
}

#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin-left:10px;
}
#navigation ul li a {
	font-family: Lucida Sans,Lucida Grande,Verdana,Arial,sans-serif;
	font-size:0.9em;
	line-height:30px;
	color:black;
	text-decoration: underline;
}

#what_did_i_do dl dt {
	text-decoration: underline;
	cursor: pointer;
	background-color: #FFFFE1;
	border-bottom: 1px solid silver;
	padding:2px;
}

#what_did_i_do dl dd {
	width:90%;
}

/*ie 6*/
* html #what_did_i_do dl dd {
	padding-top:20px;
	padding-bottom:20px;
}

/*ie 7*/
*:first-child+html #what_did_i_do dl dd {
	padding-top:20px;
	padding-bottom:20px;
}














