﻿/* CSS layout */
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #BAA7A9;
}
#header {
	height: 100px;
}
#page_content {
	height: 400px;
}
#footer {
	font-size: 0.6em;
}
#d3signlab {
	float: right;
	width: 90px;
}
#copyright {
	float: left;
	width: 200px;
}
body {
	color: #c7b299;
	background-color: #000000;
}
.d3signlab_3 {
	font-size: 0.7em;
}
a {
	color: #c7b299;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

