A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover { text-decoration: underline; }
A:active { text-decoration: underline; }

body {
	background: url(/error/bg.jpg) #ffffff repeat-x top left;
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: .9em;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#main {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

.small {
font-size: 8pt;
}

.tinytext {
font-size: x-small;
}

#title {
	background: url(/error/title.jpg) #9999ff no-repeat top right;
	padding: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#nav {
	clear: both;
	margin: 0;
	background: #000000;
	padding: 2px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	display: inline;
	color: #ffffff;
	font-weight: bold;
	margin-left: 5px;
}

#nav li a {
	color: #ffffff;
}

#content {
	margin-top: 15px;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#site {
	clear: both;
	line-height: 1.2;
}

#sitename {
	float: left;
}

#siteurl, #copyright {
	float: right;
	color: #000000;
	font-size: 8pt;
}

#siteurl a, #copyright a {
	color: #000000;
}

#copyright {
	clear: both;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}