#container {
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	width: 700px;
	top: 0px;
		margin-left: auto; /* ... this tag, */
	margin-right: auto; /* and this tag! */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	
}
#nav {
	width: 98%;
	float: none;
	margin-left: 2px;
	margin-right: 4px;
}
#nav ul {margin: 0; padding: 0;}
#nav li {
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	margin-right: 2px;
	margin-left: 0px;
}
#nav a {
	width: 96%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	background-color: #F5F5F1;
	color: #000000;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter:alpha(opacity=40);
    -moz-opacity:0.4;
	opacity: 0.4;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#nav a:hover {
	width: 96%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	background-color: #2A6DC4;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
	opacity: 0.3;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#content {
	padding: 0px 4px;
}
