@charset "utf-8";
/* General */
body {
	margin: 0px;
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
}
h1 {
	font-size: 24px;
	border-bottom: #cccccc 1px dotted;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	--text-decoration: underline;
	color: #ff0000;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto; 
}
.header {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: #333333 4px solid;
}
.content {
	padding: 10px;
}
.left {
	float: left;
	position: relative;
	width: 60%;
	margin-right: -1px;
}
.right {
	float: right;
	position: relative;
	width: 40%;
	border-left: #cccccc 1px dotted;
	margin-left: -1px;
}
.text {
	padding-bottom: 12px;
}
.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.form li {
	margin-bottom: 10px;
}
.form label {
	font-weight: bold;
}
.form input, .form textarea {
	width: 70%;
	padding: 3px;
}
.form .checkbox {
	width: 0;
}
.form .button {
	width: auto;
	padding: 5px;
	border: 0;
	color: #eeeeee;
	background-color: #be2026;
	padding: 3px;
}
.footer {
	clear: both;
	border-top: #cccccc 1px dotted;
	text-align: center;
	color: #666666;
	padding: 10px;
}

/* Web Directory */
.results ul {
	padding: 0px;
	list-style: none;
}
.results img {
	padding-right: 10px;
}
.results a {
	font-size: 14px;
}
.info {
	color: #666666;
}
.numbers {
	color: #666666;	
}
.numbers a {
	color: #666666;
	text-decoration: underline;
}
.numbers a:hover {
	color: #cc0000;
}
.numbers ul {
	padding: 0px;
	list-style: none;
}
.numbers ul li {
	display: inline;
	padding: 5px;
}
.details ul {
	padding: 0px;
	list-style: none;
}
.details img {
	padding-right: 10px;
}
.add_button {
	background: #be2026;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.add_button a {
	color: #eeeeee;
}
.add_button a:hover {
	color: #2c2c2c;
}

#banner
{
	text-align: center;
	padding-bottom: 10px;
}