A:link, A:visited, A:active, A:hover {
	color: rgb(255,102,0);
	font-weight: bold;
}

A:hover {
	text-decoration: none;
}

#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo-image {
	float: left;
	border-style: none;
}

#logo-image a img {
	border-style: none; /* hide border in mozilla/ie */
}

#logo-text {
	padding-right: 145px; /* fix centering with image */
	text-align: center;
	font-family: "Verdana","sans-serif";
}

#logo-text h1 {
	font-size: 10pt;
	margin: 0px;
	letter-spacing: 0.7em;
}

#logo-text h2 {
	
	font-size: 24pt;
	margin: 0px;
	color: rgb(153,153,153);
}

#logo-text h3 {
	font-size: 10pt;
	margin: 0px;
	letter-spacing: 2em;
	margin-left: 170px; /* fix alignment */
}

#nav {
	clear: both;
	text-align: center;
	font-family: "Verdana","sans-serif";
	font-size: 10pt;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 5px;
	border-right: 2px solid black;
}

#nav li.nodivider {
	border-right: 0px;
}

#nav li.current a {
	color: black;
	text-decoration: none;
}

#content {
	font-family: "Verdana","sans-serif";
	font-size: 10pt;
}

#content p.title {
	font-weight: bold;
	text-align: center;
}

#footer {
	text-align: center;
	font-family: sans-serif;
	letter-spacing: 1em;
	font-size: 8pt;
}
