html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #000;
	text-align: center;
	}

p {
	font-size: 11px; 
	line-height: 17px;
	color: #444444;
	text-align: left;
	margin-left: 80px;
	margin-right: 10px;
	}

tr img {
	display: block;
	}

/* CLASSES */

.nav {
	font-family: impact, "sans serif";
	text-align: right;
	font-size: 17px;
	line-height: 21px;
	margin: 0 10px 0 0;
	}

.nav a:link {
	color: #888;
	text-decoration: none;
	}

.nav a:visited {
	color: #888;
	text-decoration: none;
	}

.nav a:hover {
	color: #bc810c;
	text-decoration: none;
	}

.foot {
	color: #ccc;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	}

.foot a:link {
	color: #aaa;
	text-decoration: none;
	}

.foot a:visited {
	color: #aaa;
	text-decoration: none;
	}

.foot a:hover {
	color: #bc810c;
	text-decoration: none;
	}

/* DIVS */

#container {
	width: 670px;
	margin: 0 auto;
	}

#header {
	width: 670px;
	text-align: right;
	background: #000;
	}

#main {
	width: 550px;
	float: left;
	background: #000;
	}

#side {
	float: right;
	width: 120px;
	background: #000;
	}

#footer {
	clear: both;
	}
