* {
	font-family: "Courrier New", monospace;
}

body {
	font-size: 12px;
}

a {
	background-color: transparent;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

a:link, a:visited {
	background-color: #000;
	color: #fff;
}

a:hover, a:active {
	background-color: #ccc;
	color: #000;
}

#canvas {
	width: 800px;
}

#banner {
	/* border-bottom: 1px dotted #ccc; */
	clear: both;
	padding: 80px 0 0 0;
}

#left {
	border-right: 1px dotted #ccc;
	float: left;
	padding: 4px;
	width: 200px;
}

#right {
	float: left;
	padding: 4px;
	width: 550px;
}

#files {
    border: 0;
    width: 200px;  
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; 
}

#footer {
	/* border-top: 1px dotted #ccc; */
	clear: both;
	font-size: 12px;
	padding: 40px 4px 4px 4px;
}

#footer p {
    display: inline;
}

.tile {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	display: block;
	float: left;	
	margin: 4px;
	overflow: hidden;
	padding: 4px;
	width: 160px;
	height: 80px;
}

.tile h3 { text-transform: uppercase; }

