body {
	background: #666666;
	background-image:url('../images/circuit_board.gif');
	font-family: Arial, sans-serif;
}

#container {
	width:900px;
}

#top_nav {
	width:100%;
	text-align:right;
	color:white;
}

#top_nav a {
	color:white;
	font-weight:bold;
}

#top_nav a:link {
	text-decoration: none;
}

#top_nav a:hover {
	text-decoration: underline;
}

#header {
	padding:0px;
	margin:0px;
}

#content {
	background:white;
	padding:6px;
	margin:0px;
	border-left:1px solid black;
	border-right:1px solid black;
}

#footer {
	color:white;
	text-align:center;
	height:43px;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

#footer_designer {
	padding-top:5px;
	font-size:.8em;
	text-align:center;
}

#footer_nav {
	color:white;
	text-align:center;
}

#footer_nav a {
	color:white;
}

#footer_designer a {
	color:white;
}

#footer_designer a:link {
	text-decoration:none;
}

#footer-designer a:hover {
	text-decoration:underline;
}