@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 180px;
	width: 820px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 28px;
	background-color: #430641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}
#wrapper #banner {
	height: 25px;
	background-image: url(../images/banner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 40px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	font-weight: bolder;
	text-align: left;
	text-indent: 20px;
}
#wrapper #content {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	margin: 5px;
	padding: 25px;
}
#wrapper #footer {
	height: 25px;
	background-image: url(../images/footer.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-indent: 225px;
	bottom: auto;
}
#wrapper #content p img {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

