* {
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color: #000;
}

a:link
{
	text-decoration: none;
	color: #000;
}

a:active
{
	text-decoration: none;
	color: #000;
}

a:visited
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

.topnav a {
	border-bottom: 1px solid #fff;
}

.topnav a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.topnav {
	margin-right: 6px;
}

.first {
	margin-left: 5px;
}

#container {
		background: transparent none;
		text-align: justify;
		/* margin: 0px auto; */
		margin-left: 250px;
		width: 600px;
		min-height: 600px;
		font: normal normal normal 12px/18px tahoma, sans-serif;
		font-family: tahoma, "geneva", sans-serif;
		color: #000;
}

#navigation {
	padding-top: 5px;
	font-size: 13px;
}

#copyright {
	margin-top: 72px;
	width: 600px;
	text-align: center;
	float: left;
}

#content {
	margin-top: 18px; /* 144px */
}

#credit {
/*	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50); */
	padding-top: 18px;
	text-align: right;
	float: left;
	width: 600px;
	font: normal normal normal 10px/18px arial, "helvetica",  sans-serif;
}

h1 {
	font: normal normal bold 72px/72px tahoma, "helvetica", sans-serif;
	padding-bottom: 18px;
	font-variant: small-caps;
	text-align: left;
}

h2 {
	font: normal normal bold 36px/36px tahoma, "geneva", sans-serif;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font: normal normal bold 18px/18px tahoma, "geneva", sans-serif;
	letter-spacing: 1px;
	text-align: left;
}

p {
	font: normal normal normal 14px/18px arial, "helvetica",  sans-serif;
	padding-left: 0px;
	padding-right: 0px;
}

#browsecontent img {
	border: 1px solid #000;
	margin: 18px;
}




