@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:  url(images-nadz/strip_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
	float: left;
	margin-left: 162px;
	margin-bottom: 20px;
}
#logo_container {
	float: right;
	height: 681px;
	width: 400px;
}
.top_table {
	text-align: center;
	float: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5B3F16;
	margin-bottom: 15px;
}
.white-text {
	color: #FFFFFF;
	font-weight: bold;
}
.brown_text {
	color: #5B3F16;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B3F16;
	font-size: 12px;
}
.brown_text td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B3F16;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper p {
	font-size: 12px;
	font-weight: bold;
	color: #5B3F16;
	width: 500px;
	float: left;
}
#footer {
	background-color: #5B3F16;
	height: 45px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer p {
	padding-top: 15px;
}

