@charset "utf-8";
/* CSS Document */

body,td,th {
	margin: 5px 0px 0px 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #000;
	background-color: #000;
}
#container {
	width: 520px;
	margin: 0 auto;
	background-color: #999a9f;
}
div.content {
	border-top: 0px;
	border: 10px #999a9f solid;
	position: float;
	width: 500px;
	left: 0px;
	background-color: #999a9f;
	z-index: 3;
	margin: 0 0 0 0px;
}
div.img {
	position: float;
	z-index: 1;
	border-bottom: 0px;
	border: 10px #999a9f solid;
}
#bottom {
	position: float;
	text-align: center;
	font-size: 8px;
	width: 520px;
	top: 0px;
	left: 0px;
	background-color: #999a9f;
	z-index: 4;
	margin: 0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding: none;
}
blockquote {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
	color: #000;
	background-color: #999a9f;
	text-align: justify;
	padding: 3px;
	border: 1px dotted #000;
	padding: 3px;
	width: auto;
}
p {
	margin: 5px 10px 10px 10px;
	font-size: 10px;
	text-align: justify;
}
h1 {
	margin: 0px 3px 5px 0px;
	font: 11px tahoma;
	font-weight: bold;
	color: #000;
	text-align: left;
	letter-spacing: 3px;
}
a, a:visited, a:active {
	color : #5f6062;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	color : #5f6062;
}
textarea, input, select, button {
	background-color: #999a9f;
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	margin: 3px;
	padding: 3px;
}
