th {
	text-align:left;
}

a{
	text-decoration:none;
}

h1{
	margin:0;
	padding:0;
}

body {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background-color:#ddd;
}

#headmenu{
	width:100%;
	text-align:center;
	/*position:fixed;*/
	
	background-color:#999;
	
	background-image: linear-gradient(bottom, rgb(238,238,238) 14%, rgb(153,153,153) 79%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 14%, rgb(153,153,153) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 14%, rgb(153,153,153) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 14%, rgb(153,153,153) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 14%, rgb(153,153,153) 79%);
}

.head-item{
	padding:1em;
	display:inline-block;
}

.head-item:hover{
	background-color:#ddd;
}

#content-wrap{
	width:80%;
	margin:auto;
	background-color:#eee;
	padding:2em;
	padding-top:0.5em;
}

.segment {
	padding:1em;
}

#monies table td {
	border-top:1px solid black;
}
