body {
	font: 1em "Century Gothic", "Trebuchet MS", sans-serif;
	margin: 2em;
	padding: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, form {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
/**************/
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
blockquote {
	color: #999999;
	font-size: 1.1em;
}
dd {
	margin: 0;
	padding-left: 1em;
}
dt {
	font-weight: bold;
}
h1 {
	color: #0066FF;
	font-size: 1.7em;
}
h2 {
	color: #003399;
	font-size: 1.2em;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 554px;
}
#content {
	float: left;
	font-size: .75em;
	margin-right: 170px;
	padding-bottom: 50px;
}
#content p, #content dl {
	margin-bottom: 1em;
	text-align: justify;
}
#credit {
	color: #999999;
	font-size: .6em;
	text-align: right;
}
#footer {
	clear: both;
	color: #CCCCCC;
	font-size: .65em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-image:   url(images/logo-foot.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 30px;
	padding-bottom: 10px;
	width:95px;
}
#nav {
	font-size: 0.62em;
	font-weight: bold;
	padding: 1em 0 2em;
	text-align: right;
	text-transform: uppercase;
	top: 250px;
}
#nav li {
	display: inline;
	margin-left: 2.35em;
}
#sidebar {
	float: left;
	margin-left: -170px;
	text-align: center;
	width: 170px;

}
#sidebar p {
	padding-bottom: 10em;
}
#title {
	position: absolute;
	top: -999em;
}
