ul{
	margin: 0px;
	padding:0px;
	margin-right: 0px;
}
#topOfPage{
	float:left;
	clear:both;
	border-bottom: 5px solid #777777;
	position: relative;
	width: 840px;
}
#top li a {
    background: none repeat scroll 0 0 #999999;
    border-radius: 7px 7px 0 0;
    color: #FFFFFF;
    display: block;
    margin: 0 0 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

#top li a:hover {
	background: none repeat scroll 0 0 #777777;
}

#top li.currentpage a {
	background: none repeat scroll 0 0 #777777;
	text-decoration: none;
}

li {
	/*margin-top:48px; not there anymore?*/
	float: left;	
	font-size:14pt;
	list-style: none;
	margin-right: 0px;
}

#home{
	width: 77px;
}

#about{
	width: 78px;
}	

#download{
	width: 114px;
}	
#paperAndPresentation{
	width: 122px;
}	
#sourceCode{
	width: 135px;
}

#image {
	float:left;
	/*vertical-align: bottom;
	margin-left: 5px;
	height: 82px;
	border: 0px;*/
}

#top{
	float:right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px;
	padding: 0px;
	width: 527px;	
	/*float:left;
	margin-left: 75px;
	margin-top: 0px;
	padding-top: 0px;
	height: 82px;
	*/
}

#tapBeatsImage {
	border: 0px;
}

#wholePage {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    margin: 20px auto;
    overflow: hidden;
    padding: 5px 30px;
    width: 840px;
}


#mainContent {
	margin-top: 0px;
	clear: both;
	padding-top: 20px;
}


body {
	background-color: #333333;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

th {
	text-align: left;
}

table {
	width: 100%;
}

th.title, th.desc {
	width: 40%
}