html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: Georgia;
	font-size: 14px;
	}

	
#nav {
	width: 100px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	}
	
	
#content {
	padding: 10px;
	margin-left: 110px;
	}

#header {
	padding: 10px;
	background-color: #fff;
	color: #000000;
	margin-bottom: 0px;
	}
	
#header h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
	
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #000000;
	font-size: 14px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-size: 14px;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:active {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #E0EEEE;
	text-decoration: none;
	}

#dropper {
	display: none;
	margin-left: 15px;
}

table.one
{
	table-layout: automatic
}

#recent {
	overflow: auto;
}

#recent img {
	margin-right: 10px;
	padding-bottom: 10px;
}

p.break {
	width: 400px;
	text-align:left;
}