﻿@import url('../layout.css');
	
}
	
}
#navigation {
	background: background-color: #ffffff;
	font-family: Narkism, Helvetica;
	font-size: 0.8em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: auto;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #CC0000;
	display: block;
	border: 1px solid #708090;
	background-color: #ffffff;
}
#navigation a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #ccc;
}
}
/* Link Styles */
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}