* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #101010;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div#content {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	position: relative;
}

div#content img {
	border: 1px solid #000;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div#footer {
	font-style: italic;
	font-size: 10px;
	text-align: center;
	color: #aaa;
	line-height: 20px;
}

div#titlebar {
	position: absolute;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	height: 52px;
	line-height: 52px;
	left: 1px;
	right: 1px;
	bottom: 120px;
	padding-left: 40px;
	padding-right: 40px;
}

div#titlebar a {
	color: #aaa;
}
